Uses of Class
org.apache.pdfbox.pdmodel.common.PDNumberTreeNode
-
Packages that use PDNumberTreeNode Package Description org.apache.pdfbox.multipdf 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.multipdf
Methods in org.apache.pdfbox.multipdf with parameters of type PDNumberTreeNode Modifier and Type Method Description (package private) static java.util.Map<java.lang.Integer,COSObjectable>
PDFMergerUtility. getNumberTreeAsMap(PDNumberTreeNode tree)
-
Uses of PDNumberTreeNode in org.apache.pdfbox.pdmodel.common
Methods in org.apache.pdfbox.pdmodel.common that return PDNumberTreeNode Modifier and Type Method Description 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 Modifier and Type Method Description java.util.List<PDNumberTreeNode>
PDNumberTreeNode. getKids()
Return the children of this node.Methods in org.apache.pdfbox.pdmodel.common with parameters of type PDNumberTreeNode Modifier and Type Method Description private void
PDPageLabels. findLabels(PDNumberTreeNode node)
Method parameters in org.apache.pdfbox.pdmodel.common with type arguments of type PDNumberTreeNode Modifier and Type Method Description void
PDNumberTreeNode. setKids(java.util.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 Modifier and Type Method Description PDNumberTreeNode
PDStructureTreeRoot. getParentTree()
Returns the parent tree.Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDNumberTreeNode Modifier and Type Method Description void
PDStructureTreeRoot. setParentTree(PDNumberTreeNode parentTree)
Sets the parent tree.
-