StructuredDocumentTagRangeStart constructor

StructuredDocumentTagRangeStart(doc, type)

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

def __init__(self, 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