Java org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure PDStructureTreeRoot fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure PDStructureTreeRoot fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure PDStructureTreeRoot.

The text is from its open source code.

Method

COSDictionarygetCOSObject()
ListgetKids()
Returns a list of objects for the kids (K).
PDNumberTreeNodegetParentTree()
Returns the parent tree.
intgetParentTreeNextKey()
Returns the next key in the parent tree.
voidsetParentTree(PDNumberTreeNode parentTree)
Sets the parent tree.
voidsetParentTreeNextKey(int parentTreeNextkey)
Sets the next key in the parent tree.