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 and Description |
---|---|
protected PDNumberTreeNode |
PDNumberTreeNode.createChildNode(COSDictionary dic)
Create a child node object.
|
Modifier and Type | Method and Description |
---|---|
List<PDNumberTreeNode> |
PDNumberTreeNode.getKids()
Return the children of this node.
|
Modifier and Type | Method and Description |
---|---|
void |
PDNumberTreeNode.setKids(List<? extends PDNumberTreeNode> kids)
Set the children of this number tree.
|
Modifier and Type | Method and Description |
---|---|
PDNumberTreeNode |
PDStructureTreeRoot.getParentTree()
Returns the parent tree.
|
Modifier and Type | Method and Description |
---|---|
void |
PDStructureTreeRoot.setParentTree(PDNumberTreeNode parentTree)
Sets the parent tree.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.