public class PDUserAttributeObject extends PDAttributeObject
| Modifier and Type | Field and Description | 
|---|---|
| static String | OWNER_USER_PROPERTIESAttribute owner for user properties | 
| Constructor and Description | 
|---|
| PDUserAttributeObject()Default constructor | 
| PDUserAttributeObject(COSDictionary dictionary) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addUserProperty(PDUserProperty userProperty)Adds a user property. | 
| List<PDUserProperty> | getOwnerUserProperties()Returns the user properties. | 
| void | removeUserProperty(PDUserProperty userProperty)Removes a user property. | 
| void | setUserProperties(List<PDUserProperty> userProperties)Sets the user properties. | 
| String | toString() | 
| void | userPropertyChanged(PDUserProperty userProperty) | 
arrayToString, arrayToString, create, getOwner, isEmpty, notifyChanged, potentiallyNotifyChanged, setOwner, setStructureElementequals, getCOSDictionary, getCOSObject, hashCodepublic static final String OWNER_USER_PROPERTIES
public PDUserAttributeObject()
public PDUserAttributeObject(COSDictionary dictionary)
dictionary - the dictionarypublic List<PDUserProperty> getOwnerUserProperties()
public void setUserProperties(List<PDUserProperty> userProperties)
userProperties - the user propertiespublic void addUserProperty(PDUserProperty userProperty)
userProperty - the user propertypublic void removeUserProperty(PDUserProperty userProperty)
userProperty - the user propertypublic void userPropertyChanged(PDUserProperty userProperty)
public String toString()
toString in class PDAttributeObjectCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.