Aspose::Words::Markup::StructuredDocumentTag::AcceptStart method

StructuredDocumentTag::AcceptStart method

Accepts a visitor for visiting the start of the StructuredDocumentTag.

Aspose::Words::VisitorAction Aspose::Words::Markup::StructuredDocumentTag::AcceptStart(System::SharedPtr<Aspose::Words::DocumentVisitor> visitor) override
ParameterTypeDescription
visitorSystem::SharedPtr<Aspose::Words::DocumentVisitor>The document visitor.

ReturnValue

The action to be taken by the visitor.

See Also