Package | Description |
---|---|
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 |
---|---|
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 |
---|---|
PDStructureElement |
PDOutlineItem.getStructureElement()
Get the structure element of this node.
|
Modifier and Type | Method and Description |
---|---|
void |
PDOutlineItem.setStructuredElement(PDStructureElement structureElement)
Set the structure element for this node.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.