AdditionalCharacteristicsInfo.Save Method (CustomXmlPart)
Saves the DOM into the OpenXML part.
Namespace: DocumentFormat.OpenXml.AdditionalCharacteristics
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub Save ( _
openXmlPart As CustomXmlPart _
)
'Usage
Dim instance As AdditionalCharacteristicsInfo
Dim openXmlPart As CustomXmlPart
instance.Save(openXmlPart)
public void Save(
CustomXmlPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.CustomXmlPart
The part to be saved to.
See Also
Reference
AdditionalCharacteristicsInfo Class