|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Revisions | |
|---|---|
| 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. |
| Uses of Revisions in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure |
|---|
| Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return Revisions | |
|---|---|
Revisions<PDAttributeObject> |
PDStructureElement.getAttributes()
Returns the attributes together with their revision numbers (A). |
Revisions<String> |
PDStructureElement.getClassNames()
Returns the class names together with their revision numbers (C). |
| Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type Revisions | |
|---|---|
void |
PDStructureElement.setAttributes(Revisions<PDAttributeObject> attributes)
Sets the attributes together with their revision numbers (A). |
void |
PDStructureElement.setClassNames(Revisions<String> classNames)
Sets the class names together with their revision numbers (C). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||