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.
|
Modifier and Type | Class and Description |
---|---|
class |
PDStructureElement
A structure element.
|
class |
PDStructureTreeRoot
A root of a structure tree.
|
Modifier and Type | Method and Description |
---|---|
static PDStructureNode |
PDStructureNode.create(COSDictionary node)
Creates a node in the structure tree.
|
PDStructureNode |
PDStructureElement.getParent()
Returns the parent in the structure hierarchy (P).
|
Modifier and Type | Method and Description |
---|---|
void |
PDStructureElement.setParent(PDStructureNode structureNode)
Sets the parent in the structure hierarchy (P).
|
Constructor and Description |
---|
PDStructureElement(String structureType,
PDStructureNode parent)
Constructor with required values.
|
Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.