[]
Represents a saved named style collection object.
[TypeConverter(typeof(XmlTypeConverter))]
public class SaveNamedStyleCollection : ISerializeSupport
<TypeConverter(GetType(XmlTypeConverter))>
Public Class SaveNamedStyleCollection
Implements ISerializeSupport
Name | Description |
---|---|
SaveNamedStyleCollection() | Saves the collection of named styles. |
SaveNamedStyleCollection(NamedStyleCollection) | Saves the collection of named styles. |
Name | Description |
---|---|
NamedStyles | Gets or sets the collection of the named styles. |
Name | Description |
---|---|
Deserialize(XmlNodeReader) | Loads the object from XML. |
Serialize(XmlTextWriter) | Saves the object to XML. |