Interface IStructureRecognitionVisitor
IStructureRecognitionVisitor interface
Base interface for a custom document structure recognition visitor
public interface IStructureRecognitionVisitor
Methods
| Name | Description |
|---|---|
| EndDocument() | Signals the end of document processing. |
| StartDocument() | Called when the document traversal starts. |
| VisitParagraph(BaseParagraph) | Called when a paragraph node is visited. |
| VisitSectionEnd(MarginInfo) | Visits the end of a recognized section in the document. |
| VisitTable(Table) | Visits a recognized table in the document structure. |
See Also
- namespace Aspose.Pdf.Flow
- assembly Aspose.PDF