[]
Save the object to XML.
bool Serialize2(XmlTextWriter w, Hashtable restrictedStyles, object addedStyles)
Function Serialize2(w As XmlTextWriter, restrictedStyles As Hashtable, addedStyles As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| XmlTextWriter | w | XmlTextWriter object used to save the object |
| Hashtable | restrictedStyles | A set of restricted style info objects. |
| object | addedStyles | List of added style info objects. |
| Type | Description |
|---|---|
| bool | true if successful; false otherwise |