Uses of Class
org.openpdf.rups.view.itext.treenodes.PdfObjectTreeNode
Packages that use PdfObjectTreeNode
Package
Description
-
Uses of PdfObjectTreeNode in org.openpdf.rups.controller
Methods in org.openpdf.rups.controller with parameters of type PdfObjectTreeNodeModifier and TypeMethodDescriptionvoidPdfReaderController.selectNode(PdfObjectTreeNode node) Selects a node in the PdfTree. -
Uses of PdfObjectTreeNode in org.openpdf.rups.model
Fields in org.openpdf.rups.model with type parameters of type PdfObjectTreeNodeModifier and TypeFieldDescriptionprotected ArrayList<PdfObjectTreeNode> TreeNodeFactory.nodesAn list containing the nodes of every indirect object.Methods in org.openpdf.rups.model that return PdfObjectTreeNodeModifier and TypeMethodDescriptionTreeNodeFactory.getChildNode(PdfObjectTreeNode node, PdfName key) Finds a specific child of dictionary node.TreeNodeFactory.getNode(int ref) Gets a TreeNode for an indirect objects.Methods in org.openpdf.rups.model with parameters of type PdfObjectTreeNodeModifier and TypeMethodDescriptionprivate voidTreeNodeFactory.addNodes(PdfObjectTreeNode parent, PdfObjectTreeNode child) Tries adding a child node to a parent node without throwing an exception.voidTreeNodeFactory.expandNode(PdfObjectTreeNode node) Creates the Child TreeNode objects for a PDF object TreeNode.TreeNodeFactory.getChildNode(PdfObjectTreeNode node, PdfName key) Finds a specific child of dictionary node. -
Uses of PdfObjectTreeNode in org.openpdf.rups.view.itext
Methods in org.openpdf.rups.view.itext with parameters of type PdfObjectTreeNodeModifier and TypeMethodDescriptionprivate voidFormTree.loadFields(TreeNodeFactory factory, FormTreeNode form_node, PdfObjectTreeNode object_node) Method that can be used recursively to load the fields hierarchy into the tree.private voidOutlineTree.loadOutline(TreeNodeFactory factory, OutlineTreeNode parent, PdfObjectTreeNode child) Method that can be used recursively to load the outline hierarchy into the tree.private voidFormTree.loadXfa(TreeNodeFactory factory, XfaTreeNode form_node, PdfObjectTreeNode object_node) Method that will load the nodes that refer to XFA streams.voidPdfTree.selectNode(PdfObjectTreeNode node) Select a specific node in the tree. -
Uses of PdfObjectTreeNode in org.openpdf.rups.view.itext.treenodes
Subclasses of PdfObjectTreeNode in org.openpdf.rups.view.itext.treenodesModifier and TypeClassDescriptionclassA tree node corresponding with a Pages dictionary in a PDF file.classA tree node corresponding with a Page dictionary in a PDF file.classA special treenode that will be used for the trailer dictionary of a PDF file.Fields in org.openpdf.rups.view.itext.treenodes declared as PdfObjectTreeNodeModifier and TypeFieldDescriptionprotected PdfObjectTreeNodeFormTreeNode.object_nodeThe corresponding tree node in the PdfTree.protected PdfObjectTreeNodeOutlineTreeNode.object_nodeThe corresponding tree node in the PdfTree.Methods in org.openpdf.rups.view.itext.treenodes that return PdfObjectTreeNodeModifier and TypeMethodDescriptionPdfObjectTreeNode.getAncestor()Gets the tree path of an ancestor.FormTreeNode.getCorrespondingPdfObjectNode()Gets the node in the PdfTree that corresponds with this FormTreeNode.OutlineTreeNode.getCorrespondingPdfObjectNode()Gets the node in the PdfTree that corresponds with this OutlineTreeNode.static PdfObjectTreeNodePdfObjectTreeNode.getInstance(PdfDictionary dict, PdfName key) Creates an instance of a tree node for the object corresponding with a key in a dictionary.static PdfObjectTreeNodePdfObjectTreeNode.getInstance(PdfObject object) Creates an instance of a tree node for a PDF object.static PdfObjectTreeNodePdfObjectTreeNode.getInstance(PdfObject object, int number) Creates an instance of a tree node for an indirect object.Methods in org.openpdf.rups.view.itext.treenodes with parameters of type PdfObjectTreeNodeModifier and TypeMethodDescriptionvoidXfaTreeNode.addPacket(String key, PdfObjectTreeNode value) Adds a child node to the XFA root.Constructors in org.openpdf.rups.view.itext.treenodes with parameters of type PdfObjectTreeNodeModifierConstructorDescriptionCreates a node corresponding with a node in the PdfTree.Creates a node corresponding with a node in the PdfTree.Creates the root node of the XFA tree.