|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetChild (index) |
| Get the structure element by index. More... | |
| def | GetChildCount () |
| Get count of structure elements in current PDF structure tree. More... | |
| def | IsEmpty () |
| Check whether current object is empty or not. More... | |
PDF structure tree is a kind of common data structure in tagged PDF documents. A structure tree is used in PDF files to represent the organization and hierarchy of the document's content. PDF structure tree has following characteristics:
A PDF structure tree is also a hierarchical structure, with the top node representing the entire document and the lower nodes representing pages, paragraphs, headings, and other elements.
A PDF structure tree contains semantic information about the content of the document, such as headings, paragraphs, tables, and lists. This information is used to enhance the accessibility and usability of the document, as well as to optimize its display and printing;
Class PDFStructTree is used to be associated with an existing PDF structure tree. It offers functions to get structure elements in the PDF structure tree.
| def fsdk.PDFStructTree.GetChild | ( | index | ) |
Get the structure element by index.
| [in] | index | Index of the structure element to be retrieved. Valid range: from 0 to (count-1). count is returned by function fsdk.PDFStructTree.GetChildCount . |
| def fsdk.PDFStructTree.GetChildCount | ( | ) |
Get count of structure elements in current PDF structure tree.
| def fsdk.PDFStructTree.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.