aspose.words.markup module
Contents
[
Hide
]The aspose.words.markup module contains classes that represent customer defined semantics in a document: smart tags, custom XML and structured document tags (content controls).
Classes
Class | Description |
---|---|
CustomPart | Represents a custom (arbitrary content) part, that is not defined by the ISO/IEC 29500 standard. To learn more, visit the Structured Document Tags or Content Control documentation article. |
CustomPartCollection | Represents a collection of CustomPart objects. To learn more, visit the Structured Document Tags or Content Control documentation article. |
CustomXmlPart | Represents a Custom XML Data Storage Part (custom XML data within a package). To learn more, visit the Structured Document Tags or Content Control documentation article. |
CustomXmlPartCollection | Represents a collection of Custom XML Parts. The items are CustomXmlPart objects. To learn more, visit the Structured Document Tags or Content Control documentation article. |
CustomXmlProperty | Represents a single custom XML attribute or a smart tag property. To learn more, visit the Structured Document Tags or Content Control documentation article. |
CustomXmlPropertyCollection | Represents a collection of custom XML attributes or smart tag properties. To learn more, visit the Structured Document Tags or Content Control documentation article. |
CustomXmlSchemaCollection | A collection of strings that represent XML schemas that are associated with a custom XML part. To learn more, visit the Structured Document Tags or Content Control documentation article. |
IStructuredDocumentTag | Interface to define a common data for StructuredDocumentTag and StructuredDocumentTagRangeStart. |
SdtListItem | This element specifies a single list item within a parent SdtType.COMBO_BOX or SdtType.DROP_DOWN_LIST structured document tag. To learn more, visit the Structured Document Tags or Content Control documentation article. |
SdtListItemCollection | Provides access to SdtListItem elements of a structured document tag. To learn more, visit the Structured Document Tags or Content Control documentation article. |
SmartTag | This element specifies the presence of a smart tag around one or more inline structures (runs, images, fields,etc.) within a paragraph. To learn more, visit the Structured Document Tags or Content Control documentation article. |
StructuredDocumentTag | Represents a structured document tag (SDT or content control) in a document. To learn more, visit the Structured Document Tags or Content Control documentation article. |
StructuredDocumentTagCollection | A collection of IStructuredDocumentTag instances that represent the structured document tags in the specified range. To learn more, visit the Structured Document Tags or Content Control documentation article. |
StructuredDocumentTagRangeEnd | Represents an end of ranged structured document tag which accepts multi-sections content. See also StructuredDocumentTagRangeStart node. To learn more, visit the Structured Document Tags or Content Control documentation article. |
StructuredDocumentTagRangeStart | Represents a start of ranged structured document tag which accepts multi-sections content. See also StructuredDocumentTagRangeEnd. To learn more, visit the Structured Document Tags or Content Control documentation article. |
XmlMapping | Specifies the information that is used to establish a mapping between the parent structured document tag and an XML element stored within a custom XML data part in the document. To learn more, visit the Structured Document Tags or Content Control documentation article. |
Enumerations
Enumeration | Description |
---|---|
MarkupLevel | Specifies the level in the document tree where a particular StructuredDocumentTag can occur. |
SdtAppearance | Specifies the appearance of a structured document tag. |
SdtCalendarType | Specifies the possible types of calendars which can be used to specify StructuredDocumentTag.calendar_type in an Office Open XML document. |
SdtDateStorageFormat | Specifies how the date for a date SDT is stored/retrieved when the SDT is bound to an XML node in the document’s data store. |
SdtType | Specifies the type of a structured document tag (SDT) node. |