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 | Description |
---|---|---|
Revisions<PDAttributeObject> |
PDStructureElement.getAttributes() |
Returns the attributes together with their revision numbers (A).
|
Revisions<java.lang.String> |
PDStructureElement.getClassNames() |
Returns the class names together with their revision numbers (C).
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDStructureElement.setAttributes(Revisions<PDAttributeObject> attributes) |
Sets the attributes together with their revision numbers (A).
|
void |
PDStructureElement.setClassNames(Revisions<java.lang.String> classNames) |
Sets the class names together with their revision numbers (C).
|