Aspose::Pdf::Flow::StructureRecognitionVisitor class

StructureRecognitionVisitor class

Base class for a custom document structure recognition visitor.

class StructureRecognitionVisitor : public Aspose::Pdf::Flow::IStructureRecognitionVisitor

Methods

MethodDescription
EndDocument() overrideSignals the end of document processing.
virtual Recognize(System::SharedPtr<Document>)Start recognition of document.
virtual Recognize(System::SharedPtr<Page>)Start recognition of page.
StartDocument() overrideCalled when the document traversal starts.
VisitParagraph(System::SharedPtr<BaseParagraph>) overrideCalled when a paragraph node is visited.
VisitSectionEnd(System::SharedPtr<MarginInfo>) overrideVisits the end of a recognized section in the document.
VisitTable(System::SharedPtr<Table>) overrideVisits a recognized table in the document structure.

See Also