public class PDStructureTreeRoot extends PDStructureNode
Constructor and Description |
---|
PDStructureTreeRoot()
Default Constructor.
|
PDStructureTreeRoot(COSDictionary dic)
Constructor for an existing structure element.
|
Modifier and Type | Method and Description |
---|---|
PDNameTreeNode |
getIDTree()
Returns the ID tree.
|
int |
getParentTreeNextKey()
Returns the next key in the parent tree.
|
Map<String,String> |
getRoleMap()
Returns the role map.
|
void |
setIDTree(PDNameTreeNode idTree)
Sets the ID tree.
|
void |
setRoleMap(Map<String,String> roleMap)
Sets the role map.
|
appendKid, appendKid, appendObjectableKid, create, createObject, getCOSDictionary, getCOSObject, getKids, getType, insertBefore, insertBefore, insertObjectableBefore, removeKid, removeKid, removeObjectableKid, setKids
public static final String TYPE
public PDStructureTreeRoot()
public PDStructureTreeRoot(COSDictionary dic)
dic
- The existing dictionary.public PDNameTreeNode getIDTree()
public void setIDTree(PDNameTreeNode idTree)
idTree
- the ID treepublic int getParentTreeNextKey()
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.