COSObjectable
public 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, wait
arrayToString, arrayToString, create, getOwner, isEmpty, notifyChanged, potentiallyNotifyChanged, setOwner, setStructureElement
equals, getCOSDictionary, getCOSObject, hashCode
public 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)
public java.lang.String toString()
toString
in class PDAttributeObject