|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PDNumberTreeNode | |
|---|---|
| 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. |
| Uses of PDNumberTreeNode in org.apache.pdfbox.pdmodel.common |
|---|
| Methods in org.apache.pdfbox.pdmodel.common that return PDNumberTreeNode | |
|---|---|
protected PDNumberTreeNode |
PDNumberTreeNode.createChildNode(COSDictionary dic)
Create a child node object. |
| Methods in org.apache.pdfbox.pdmodel.common that return types with arguments of type PDNumberTreeNode | |
|---|---|
List<PDNumberTreeNode> |
PDNumberTreeNode.getKids()
Return the children of this node. |
| Method parameters in org.apache.pdfbox.pdmodel.common with type arguments of type PDNumberTreeNode | |
|---|---|
void |
PDNumberTreeNode.setKids(List<? extends PDNumberTreeNode> kids)
Set the children of this number tree. |
| Uses of PDNumberTreeNode in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure |
|---|
| Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return PDNumberTreeNode | |
|---|---|
PDNumberTreeNode |
PDStructureTreeRoot.getParentTree()
Returns the parent tree. |
| Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDNumberTreeNode | |
|---|---|
void |
PDStructureTreeRoot.setParentTree(PDNumberTreeNode parentTree)
Sets the parent tree. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||