Aspose::Words::Paragraph::AcceptEnd method

Paragraph::AcceptEnd method

Accepts a visitor for visiting the end of the document’s paragraph.

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