|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdfObjectTreeNode | |
---|---|
com.itextpdf.rups.controller | |
com.itextpdf.rups.model | |
com.itextpdf.rups.view.itext | |
com.itextpdf.rups.view.itext.treenodes |
Uses of PdfObjectTreeNode in com.itextpdf.rups.controller |
---|
Methods in com.itextpdf.rups.controller with parameters of type PdfObjectTreeNode | |
---|---|
void |
PdfReaderController.selectNode(PdfObjectTreeNode node)
Selects a node in the PdfTree. |
Uses of PdfObjectTreeNode in com.itextpdf.rups.model |
---|
Fields in com.itextpdf.rups.model with type parameters of type PdfObjectTreeNode | |
---|---|
protected ArrayList<PdfObjectTreeNode> |
TreeNodeFactory.nodes
An list containing the nodes of every indirect object. |
Methods in com.itextpdf.rups.model that return PdfObjectTreeNode | |
---|---|
PdfObjectTreeNode |
TreeNodeFactory.getChildNode(PdfObjectTreeNode node,
com.itextpdf.text.pdf.PdfName key)
Finds a specific child of dictionary node. |
PdfObjectTreeNode |
TreeNodeFactory.getNode(int ref)
Gets a TreeNode for an indirect objects. |
Methods in com.itextpdf.rups.model with parameters of type PdfObjectTreeNode | |
---|---|
void |
TreeNodeFactory.expandNode(PdfObjectTreeNode node)
Creates the Child TreeNode objects for a PDF object TreeNode. |
PdfObjectTreeNode |
TreeNodeFactory.getChildNode(PdfObjectTreeNode node,
com.itextpdf.text.pdf.PdfName key)
Finds a specific child of dictionary node. |
Uses of PdfObjectTreeNode in com.itextpdf.rups.view.itext |
---|
Methods in com.itextpdf.rups.view.itext with parameters of type PdfObjectTreeNode | |
---|---|
void |
PdfTree.selectNode(PdfObjectTreeNode node)
Select a specific node in the tree. |
Uses of PdfObjectTreeNode in com.itextpdf.rups.view.itext.treenodes |
---|
Subclasses of PdfObjectTreeNode in com.itextpdf.rups.view.itext.treenodes | |
---|---|
class |
PdfPagesTreeNode
A tree node corresponding with a Pages dictionary in a PDF file. |
class |
PdfPageTreeNode
A tree node corresponding with a Page dictionary in a PDF file. |
class |
PdfTrailerTreeNode
A special treenode that will be used for the trailer dictionary of a PDF file. |
Fields in com.itextpdf.rups.view.itext.treenodes declared as PdfObjectTreeNode | |
---|---|
protected PdfObjectTreeNode |
OutlineTreeNode.object_node
The corresponding tree node in the PdfTree. |
protected PdfObjectTreeNode |
FormTreeNode.object_node
The corresponding tree node in the PdfTree. |
Methods in com.itextpdf.rups.view.itext.treenodes that return PdfObjectTreeNode | |
---|---|
PdfObjectTreeNode |
PdfObjectTreeNode.getAncestor()
Gets the tree path of an ancestor. |
PdfObjectTreeNode |
OutlineTreeNode.getCorrespondingPdfObjectNode()
Gets the node in the PdfTree that corresponds with this OutlineTreeNode. |
PdfObjectTreeNode |
FormTreeNode.getCorrespondingPdfObjectNode()
Gets the node in the PdfTree that corresponds with this FormTreeNode. |
static PdfObjectTreeNode |
PdfObjectTreeNode.getInstance(com.itextpdf.text.pdf.PdfDictionary dict,
com.itextpdf.text.pdf.PdfName key)
Creates an instance of a tree node for the object corresponding with a key in a dictionary. |
static PdfObjectTreeNode |
PdfObjectTreeNode.getInstance(com.itextpdf.text.pdf.PdfObject object)
Creates an instance of a tree node for a PDF object. |
static PdfObjectTreeNode |
PdfObjectTreeNode.getInstance(com.itextpdf.text.pdf.PdfObject object,
int number)
Creates an instance of a tree node for an indirect object. |
Methods in com.itextpdf.rups.view.itext.treenodes with parameters of type PdfObjectTreeNode | |
---|---|
void |
XfaTreeNode.addPacket(String key,
PdfObjectTreeNode value)
Adds a child node to the XFA root. |
Constructors in com.itextpdf.rups.view.itext.treenodes with parameters of type PdfObjectTreeNode | |
---|---|
FormTreeNode(PdfObjectTreeNode node)
Creates a node corresponding with a node in the PdfTree. |
|
OutlineTreeNode(PdfObjectTreeNode node)
Creates a node corresponding with a node in the PdfTree. |
|
XfaTreeNode(PdfObjectTreeNode xfa)
Creates the root node of the XFA tree. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |