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)
ParameterTypeDescription
docDocumentBaseThe owner document.
typeSdtTypeType of SDT node.
levelMarkupLevelLevel of SDT node within the document.

Remarks

The following types of SDT can be created:

See Also