|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pdfbox.pdmodel.common.PDDictionaryWrapper
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDAttributeObject
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDUserAttributeObject
public class PDUserAttributeObject
A User attribute object.
| Field Summary | |
|---|---|
static String |
OWNER_USER_PROPERTIES
Attribute owner for user properties |
| Constructor Summary | |
|---|---|
PDUserAttributeObject()
Default constructor |
|
PDUserAttributeObject(COSDictionary dictionary)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDAttributeObject |
|---|
arrayToString, arrayToString, create, getOwner, isEmpty, notifyChanged, potentiallyNotifyChanged, setOwner, setStructureElement |
| Methods inherited from class org.apache.pdfbox.pdmodel.common.PDDictionaryWrapper |
|---|
equals, getCOSDictionary, getCOSObject, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String OWNER_USER_PROPERTIES
| Constructor Detail |
|---|
public PDUserAttributeObject()
public PDUserAttributeObject(COSDictionary dictionary)
dictionary - the dictionary| Method Detail |
|---|
public 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 PDAttributeObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||