Uses of Class
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDUserAttributeObject
-
Packages that use PDUserAttributeObject 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. -
-
Uses of PDUserAttributeObject in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Fields in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure declared as PDUserAttributeObject Modifier and Type Field Description private PDUserAttributeObject
PDUserProperty. userAttributeObject
Constructors in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDUserAttributeObject Constructor Description PDUserProperty(COSDictionary dictionary, PDUserAttributeObject userAttributeObject)
Creates a user property with a given dictionary.PDUserProperty(PDUserAttributeObject userAttributeObject)
Creates a new user property.
-