|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDStructureNode
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDStructureTreeRoot
public class PDStructureTreeRoot
A root of a structure tree.
Field Summary | |
---|---|
static String |
TYPE
|
Constructor Summary | |
---|---|
PDStructureTreeRoot()
Default Constructor. |
|
PDStructureTreeRoot(COSDictionary dic)
Constructor for an existing structure element. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDStructureNode |
---|
appendKid, appendKid, appendObjectableKid, create, createObject, getCOSDictionary, getCOSObject, getKids, getType, insertBefore, insertBefore, insertObjectableBefore, removeKid, removeKid, removeObjectableKid, setKids |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String TYPE
Constructor Detail |
---|
public PDStructureTreeRoot()
public PDStructureTreeRoot(COSDictionary dic)
dic
- The existing dictionary.Method Detail |
---|
public PDNameTreeNode getIDTree()
public void setIDTree(PDNameTreeNode idTree)
idTree
- the ID treepublic int getParentTreeNextKey()
public Map<String,String> getRoleMap()
public void setRoleMap(Map<String,String> roleMap)
roleMap
- the role map
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |