schemas property

CustomXmlPart.schemas property

Specifies the set of XML schemas that are associated with this custom XML part.

@property
def schemas(self) -> aspose.words.markup.CustomXmlSchemaCollection:
    ...

See Also