COSObjectable
public class PDStructureTreeRoot extends PDStructureNode
Constructor | Description |
---|---|
PDStructureTreeRoot() |
Default Constructor.
|
PDStructureTreeRoot(COSDictionary dic) |
Constructor for an existing structure element.
|
Modifier and Type | Method | Description |
---|---|---|
PDNameTreeNode |
getIDTree() |
Returns the ID tree.
|
COSBase |
getK() |
Returns the K entry.
|
COSArray |
getKArray() |
Returns the K array entry.
|
PDNumberTreeNode |
getParentTree() |
Returns the parent tree.
|
int |
getParentTreeNextKey() |
Returns the next key in the parent tree.
|
java.util.Map<java.lang.String,java.lang.Object> |
getRoleMap() |
Returns the role map.
|
void |
setIDTree(PDNameTreeNode idTree) |
Sets the ID tree.
|
void |
setK(COSBase k) |
Sets the K entry.
|
void |
setParentTree(PDNumberTreeNode parentTree) |
Sets the parent tree.
|
void |
setParentTreeNextKey(int parentTreeNextkey) |
Sets the next key in the parent tree.
|
void |
setRoleMap(java.util.Map<java.lang.String,java.lang.String> roleMap) |
Sets the role map.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
appendKid, appendKid, appendObjectableKid, create, createObject, getCOSDictionary, getCOSObject, getKids, getType, insertBefore, insertBefore, insertObjectableBefore, removeKid, removeKid, removeObjectableKid, setKids
public PDStructureTreeRoot()
public PDStructureTreeRoot(COSDictionary dic)
dic
- The existing dictionary.public COSArray getKArray()
public COSBase getK()
public void setK(COSBase k)
k
- the K valuepublic PDNameTreeNode getIDTree()
public void setIDTree(PDNameTreeNode idTree)
idTree
- the ID treepublic PDNumberTreeNode getParentTree()
public void setParentTree(PDNumberTreeNode parentTree)
parentTree
- the parent treepublic int getParentTreeNextKey()
public void setParentTreeNextKey(int parentTreeNextkey)
parentTreeNextkey
- the next key in the parent tree.public java.util.Map<java.lang.String,java.lang.Object> getRoleMap()
public void setRoleMap(java.util.Map<java.lang.String,java.lang.String> roleMap)
roleMap
- the role map