Aspose::Words::Markup::StructuredDocumentTagRangeStart::StructuredDocumentTagRangeStart constructor

StructuredDocumentTagRangeStart::StructuredDocumentTagRangeStart constructor

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

Aspose::Words::Markup::StructuredDocumentTagRangeStart::StructuredDocumentTagRangeStart(const System::SharedPtr<Aspose::Words::DocumentBase> &doc, Aspose::Words::Markup::SdtType type)
ParameterTypeDescription
docconst System::SharedPtr<Aspose::Words::DocumentBase>&The owner document.
typeAspose::Words::Markup::SdtTypeType of SDT node.

Remarks

The following types of SDT can be created:

See Also