StructuredDocumentTag constructor
StructuredDocumentTag(doc, type, level)
Initializes a new instance of the Structured document tag class.
StructuredDocumentTag(doc: Aspose.Words.DocumentBase, type: Aspose.Words.Markup.SdtType, level: Aspose.Words.Markup.MarkupLevel)
Parameter | Type | Description |
---|---|---|
doc | DocumentBase | The owner document. |
type | SdtType | Type of SDT node. |
level | MarkupLevel | Level of SDT node within the document. |
Remarks
The following types of SDT can be created:
See Also
- module Aspose.Words.Markup
- class StructuredDocumentTag