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 | Description |
---|---|---|
class |
PDStructureElement |
A structure element.
|
class |
PDStructureTreeRoot |
A root of a structure tree.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
void |
PDStructureElement.setParent(PDStructureNode structureNode) |
Sets the parent in the structure hierarchy (P).
|
Constructor | Description |
---|---|
PDStructureElement(java.lang.String structureType,
PDStructureNode parent) |
Constructor with required values.
|