custom_xml_parts property
Document.custom_xml_parts property
Gets or sets the collection of Custom XML Data Storage Parts.
@property
def custom_xml_parts(self) -> aspose.words.markup.CustomXmlPartCollection:
...
@custom_xml_parts.setter
def custom_xml_parts(self, value: aspose.words.markup.CustomXmlPartCollection):
...
Remarks
Aspose.Words loads and saves Custom XML Parts into OOXML and DOC documents only.
This property cannot be None.
See Also
- module aspose.words
- class Document
- class CustomXmlPart