Package | Description |
---|---|
com.lowagie.rups.controller | |
com.lowagie.rups.model | |
com.lowagie.rups.view.itext | |
com.lowagie.rups.view.itext.treenodes |
Modifier and Type | Method and Description |
---|---|
void |
PdfReaderController.selectNode(PdfObjectTreeNode node)
Selects a node in the PdfTree.
|
Modifier and Type | Field and Description |
---|---|
protected ArrayList<PdfObjectTreeNode> |
TreeNodeFactory.nodes
An list containing the nodes of every indirect object.
|
Modifier and Type | Method and Description |
---|---|
PdfObjectTreeNode |
TreeNodeFactory.getChildNode(PdfObjectTreeNode node,
PdfName key)
Finds a specific child of dictionary node.
|
PdfObjectTreeNode |
TreeNodeFactory.getNode(int ref)
Gets a TreeNode for an indirect objects.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeNodeFactory.expandNode(PdfObjectTreeNode node)
Creates the Child TreeNode objects for a PDF object TreeNode.
|
PdfObjectTreeNode |
TreeNodeFactory.getChildNode(PdfObjectTreeNode node,
PdfName key)
Finds a specific child of dictionary node.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfTree.selectNode(PdfObjectTreeNode node)
Select a specific node in the tree.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected PdfObjectTreeNode |
OutlineTreeNode.object_node
The corresponding tree node in the PdfTree.
|
protected PdfObjectTreeNode |
FormTreeNode.object_node
The corresponding tree node in the PdfTree.
|
Modifier and Type | Method and Description |
---|---|
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(PdfDictionary dict,
PdfName key)
Creates an instance of a tree node for the object corresponding with a key in a dictionary.
|
static PdfObjectTreeNode |
PdfObjectTreeNode.getInstance(PdfObject object)
Creates an instance of a tree node for a PDF object.
|
static PdfObjectTreeNode |
PdfObjectTreeNode.getInstance(PdfObject object,
int number)
Creates an instance of a tree node for an indirect object.
|
Modifier and Type | Method and Description |
---|---|
void |
XfaTreeNode.addPacket(String key,
PdfObjectTreeNode value)
Adds a child node to the XFA root.
|
Constructor and Description |
---|
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.
|
Copyright © 2013 InProTopia Corporation. All Rights Reserved.