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 | Method and Description |
---|---|
void |
PDStructureElement.appendKid(PDObjectReference objectReference)
Appends an object reference kid.
|
void |
PDStructureElement.insertBefore(PDObjectReference objectReference,
Object refKid)
Inserts an object reference kid before a reference kid.
|
void |
PDStructureElement.removeKid(PDObjectReference objectReference)
Removes an object reference kid.
|
Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.