Package | Description |
---|---|
org.apache.pdfbox.pdmodel.common |
High level PD classes that are used throughout several packages are placed in the PDModel common package.
|
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure |
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
|
Modifier and Type | Method | Description |
---|---|---|
protected PDNumberTreeNode |
PDNumberTreeNode.createChildNode(COSDictionary dic) |
Create a child node object.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<PDNumberTreeNode> |
PDNumberTreeNode.getKids() |
Return the children of this node.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDNumberTreeNode.setKids(java.util.List<? extends PDNumberTreeNode> kids) |
Set the children of this number tree.
|
Modifier and Type | Method | Description |
---|---|---|
PDNumberTreeNode |
PDStructureTreeRoot.getParentTree() |
Returns the parent tree.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDStructureTreeRoot.setParentTree(PDNumberTreeNode parentTree) |
Sets the parent tree.
|