| Package | Description | 
|---|---|
| org.apache.pdfbox.pdmodel | The PDModel package represents a high level API for creating and manipulating PDF documents. | 
| org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure | The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file. | 
| org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline | The outline package allows for a PDF outline(bookmarks) to be created. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PDStructureElement | PDStructureElementNameTreeNode. convertCOSToPD(COSBase base) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PDNameTreeNode<PDStructureElement> | PDStructureElementNameTreeNode. createChildNode(COSDictionary dic) | 
| Modifier and Type | Method and Description | 
|---|---|
| PDNameTreeNode<PDStructureElement> | PDStructureTreeRoot. getIDTree()Returns the ID tree. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDStructureNode. appendKid(PDStructureElement structureElement)Appends a structure element kid. | 
| void | PDStructureNode. insertBefore(PDStructureElement newKid,
            Object refKid)Inserts a structure element kid before a reference kid. | 
| boolean | PDStructureNode. removeKid(PDStructureElement structureElement)Removes a structure element kid. | 
| protected void | PDAttributeObject. setStructureElement(PDStructureElement structureElement)Sets the structure element. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDStructureTreeRoot. setIDTree(PDNameTreeNode<PDStructureElement> idTree)Sets the ID tree. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDStructureElement | PDOutlineItem. getStructureElement()Get the structure element of this node. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDOutlineItem. setStructureElement(PDStructureElement structureElement)Set the structure element for this node. | 
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.