Uses of Class
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDUserProperty

Packages that use PDUserProperty
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 PDUserProperty in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
 

Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return types with arguments of type PDUserProperty
 List<PDUserProperty> PDUserAttributeObject.getOwnerUserProperties()
          Returns the user properties.
 

Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDUserProperty
 void PDUserAttributeObject.addUserProperty(PDUserProperty userProperty)
          Adds a user property.
 void PDUserAttributeObject.removeUserProperty(PDUserProperty userProperty)
          Removes a user property.
 void PDUserAttributeObject.userPropertyChanged(PDUserProperty userProperty)
           
 

Method parameters in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with type arguments of type PDUserProperty
 void PDUserAttributeObject.setUserProperties(List<PDUserProperty> userProperties)
          Sets the user properties.
 



Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.