Uses of Class
org.sejda.sambox.pdmodel.documentinterchange.logicalstructure.PDUserProperty
Packages that use PDUserProperty
Package
Description
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
-
Uses of PDUserProperty in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure
Methods in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure that return types with arguments of type PDUserPropertyModifier and TypeMethodDescriptionPDUserAttributeObject.getOwnerUserProperties()Returns the user properties.Methods in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure with parameters of type PDUserPropertyModifier and TypeMethodDescriptionvoidPDUserAttributeObject.addUserProperty(PDUserProperty userProperty) Adds a user property.voidPDUserAttributeObject.removeUserProperty(PDUserProperty userProperty) Removes a user property.voidPDUserAttributeObject.userPropertyChanged(PDUserProperty userProperty) Method parameters in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure with type arguments of type PDUserPropertyModifier and TypeMethodDescriptionvoidPDUserAttributeObject.setUserProperties(List<PDUserProperty> userProperties) Sets the user properties.