StructuredDocumentTagRangeEnd constructor

StructuredDocumentTagRangeEnd(doc, id)

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

StructuredDocumentTagRangeEnd(doc: Aspose.Words.DocumentBase, id: number)
ParameterTypeDescription
docDocumentBaseThe owner document.
idnumberIdentifier of the corresponding structured document tag range start.

See Also