StructuredDocumentTagRangeEnd constructor

StructuredDocumentTagRangeEnd(doc, id)

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

def __init__(self, doc: aspose.words.DocumentBase, id: int):
    ...
ParameterTypeDescription
docDocumentBaseThe owner document.
idintIdentifier of the corresponding structured document tag range start.

See Also