Uses of Class
org.sejda.sambox.pdmodel.common.PDNameTreeNode
Packages that use PDNameTreeNode
Package
Description
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
-
Uses of PDNameTreeNode in org.sejda.sambox.pdmodel
Subclasses of PDNameTreeNode in org.sejda.sambox.pdmodelModifier and TypeClassDescriptionclassThis class holds all of the name trees that are available at the document level.classThis class holds all of the name trees that are available at the document level.classThis class holds all of the name trees that are available at the document level.classtodo: JavaDocMethods in org.sejda.sambox.pdmodel that return PDNameTreeNodeModifier and TypeMethodDescriptionprotected PDNameTreeNode<PDPageDestination>PDDestinationNameTreeNode.createChildNode(COSDictionary dic) protected PDNameTreeNode<PDComplexFileSpecification>PDEmbeddedFilesNameTreeNode.createChildNode(COSDictionary dic) protected PDNameTreeNode<PDActionJavaScript>PDJavascriptNameTreeNode.createChildNode(COSDictionary dic) protected PDNameTreeNode<PDStructureElement>PDStructureElementNameTreeNode.createChildNode(COSDictionary dic) -
Uses of PDNameTreeNode in org.sejda.sambox.pdmodel.common
Methods in org.sejda.sambox.pdmodel.common that return PDNameTreeNodeModifier and TypeMethodDescriptionprotected abstract PDNameTreeNode<T>PDNameTreeNode.createChildNode(COSDictionary dic) Create a child node object.PDNameTreeNode.getParent()Returns the parent node.Methods in org.sejda.sambox.pdmodel.common that return types with arguments of type PDNameTreeNodeMethods in org.sejda.sambox.pdmodel.common with parameters of type PDNameTreeNodeModifier and TypeMethodDescriptionvoidPDNameTreeNode.setParent(PDNameTreeNode<T> parentNode) Sets the parent to the given node.Method parameters in org.sejda.sambox.pdmodel.common with type arguments of type PDNameTreeNodeModifier and TypeMethodDescriptionvoidPDNameTreeNode.setKids(List<? extends PDNameTreeNode<T>> kids) Set the children of this named tree. -
Uses of PDNameTreeNode in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure
Methods in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure that return PDNameTreeNodeMethods in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure with parameters of type PDNameTreeNodeModifier and TypeMethodDescriptionvoidPDStructureTreeRoot.setIDTree(PDNameTreeNode<PDStructureElement> idTree) Sets the ID tree.