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.documentinterchange.taggedpdf |
The tagged PDF package provides a mechanism for incorporating "tags" (standard
structure types and attributes) into a PDF file.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDDefaultAttributeObject |
A default attribute object.
|
class |
PDUserAttributeObject |
A User attribute object.
|
Modifier and Type | Method | Description |
---|---|---|
static PDAttributeObject |
PDAttributeObject.create(COSDictionary dictionary) |
Creates an attribute object.
|
Modifier and Type | Method | Description |
---|---|---|
Revisions<PDAttributeObject> |
PDStructureElement.getAttributes() |
Returns the attributes together with their revision numbers (A).
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDStructureElement.addAttribute(PDAttributeObject attributeObject) |
Adds an attribute object.
|
void |
PDStructureElement.attributeChanged(PDAttributeObject attributeObject) |
Updates the revision number for the given attribute object.
|
void |
PDStructureElement.removeAttribute(PDAttributeObject attributeObject) |
Removes an attribute object.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDStructureElement.setAttributes(Revisions<PDAttributeObject> attributes) |
Sets the attributes together with their revision numbers (A).
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDExportFormatAttributeObject |
An Export Format attribute object.
|
class |
PDLayoutAttributeObject |
A Layout attribute object.
|
class |
PDListAttributeObject |
A List attribute object.
|
class |
PDPrintFieldAttributeObject |
A PrintField attribute object.
|
class |
PDStandardAttributeObject |
A standard attribute object.
|
class |
PDTableAttributeObject |
A Table attribute object.
|