StructuredDocumentTagRangeStart constructor

StructuredDocumentTagRangeStart(doc, type)

Initializes a new instance of the Structured document tag range start class.

StructuredDocumentTagRangeStart(doc: Aspose.Words.DocumentBase, type: Aspose.Words.Markup.SdtType)
ParameterTypeDescription
docDocumentBaseThe owner document.
typeSdtTypeType of SDT node.

Remarks

The following types of SDT can be created:

See Also