|
||||||||||
| 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.
| Constructor Summary | |
|---|---|
PDStructureTreeRoot()
Default Constructor. |
|
PDStructureTreeRoot(COSDictionary dic)
Constructor for an existing structure element. |
|
| Method Summary | |
|---|---|
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. |
Map<String,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(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 |
| Constructor Detail |
|---|
public PDStructureTreeRoot()
public PDStructureTreeRoot(COSDictionary dic)
dic - The existing dictionary.| Method Detail |
|---|
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 Map<String,Object> 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 | |||||||||