Aspose::Words::Markup::StructuredDocumentTag::AcceptEnd method

StructuredDocumentTag::AcceptEnd method

Accepts a visitor for visiting the end of the StructuredDocumentTag.

Aspose::Words::VisitorAction Aspose::Words::Markup::StructuredDocumentTag::AcceptEnd(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