Aspose::Words::Comment::AcceptEnd method

Comment::AcceptEnd method

Accepts a visitor for visiting the end of the comment.

Aspose::Words::VisitorAction Aspose::Words::Comment::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