COSObjectablepublic class PDUserAttributeObject extends PDAttributeObject
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
OWNER_USER_PROPERTIES |
Attribute owner for user properties
|
| Constructor | Description |
|---|---|
PDUserAttributeObject() |
Default constructor
|
PDUserAttributeObject(COSDictionary dictionary) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addUserProperty(PDUserProperty userProperty) |
Adds a user property.
|
java.util.List<PDUserProperty> |
getOwnerUserProperties() |
Returns the user properties.
|
void |
removeUserProperty(PDUserProperty userProperty) |
Removes a user property.
|
void |
setUserProperties(java.util.List<PDUserProperty> userProperties) |
Sets the user properties.
|
java.lang.String |
toString() |
|
void |
userPropertyChanged(PDUserProperty userProperty) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitarrayToString, arrayToString, create, getOwner, isEmpty, notifyChanged, potentiallyNotifyChanged, setOwner, setStructureElementequals, getCOSObject, hashCodepublic static final java.lang.String OWNER_USER_PROPERTIES
public PDUserAttributeObject()
public PDUserAttributeObject(COSDictionary dictionary)
dictionary - the dictionarypublic java.util.List<PDUserProperty> getOwnerUserProperties()
public void setUserProperties(java.util.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)
userProperty - the changed user property.public java.lang.String toString()
toString in class PDAttributeObjectCopyright © 2002–2018. All rights reserved.