com.lowagie.rups.view.itext.treenodes
public class PdfTrailerTreeNode extends PdfObjectTreeNode
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
A serial version id.
|
key, number, object, recursive
icon
Constructor and Description |
---|
PdfTrailerTreeNode()
Constructs a simple text tree node.
|
Modifier and Type | Method and Description |
---|---|
void |
setTrailer(PdfDictionary trailer)
Sets the object for this node.
|
getAncestor, getCaption, getDictionaryEntryCaption, getInstance, getInstance, getInstance, getNumber, getPdfObject, isArray, isDictionary, isDictionaryNode, isIndirect, isIndirectReference, isRecursive, isStream, setRecursive
getIcon
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
private static final long serialVersionUID
public PdfTrailerTreeNode()
public void setTrailer(PdfDictionary trailer)
trailer
- the trailer dictionary of a PDF file.