Uses of Class
org.sejda.sambox.pdmodel.documentinterchange.logicalstructure.Revisions
Packages that use Revisions
Package
Description
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.sejda.sambox.pdmodel.documentinterchange.logicalstructure
Methods in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure that return RevisionsModifier and TypeMethodDescriptionPDStructureElement.getAttributes()Returns the attributes together with their revision numbers (A).PDStructureElement.getClassNames()Returns the class names together with their revision numbers (C).Methods in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure with parameters of type RevisionsModifier and TypeMethodDescriptionvoidPDStructureElement.setAttributes(Revisions<PDAttributeObject> attributes) Sets the attributes together with their revision numbers (A).voidPDStructureElement.setClassNames(Revisions<String> classNames) Sets the class names together with their revision numbers (C).