Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<PDUserProperty> |
PDUserAttributeObject.getOwnerUserProperties()
Returns the user properties.
|
Modifier and Type | Method and Description |
---|---|
void |
PDUserAttributeObject.addUserProperty(PDUserProperty userProperty)
Adds a user property.
|
void |
PDUserAttributeObject.removeUserProperty(PDUserProperty userProperty)
Removes a user property.
|
void |
PDUserAttributeObject.userPropertyChanged(PDUserProperty userProperty) |
Modifier and Type | Method and Description |
---|---|
void |
PDUserAttributeObject.setUserProperties(List<PDUserProperty> userProperties)
Sets the user properties.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.