XmpPdfAExtensionProperty Class
A property definition in a PDF/A extension schema.
Declaration
public class XmpPdfAExtensionProperty extends JavaObject
Inherited Members
Inheritance
Constructors
XmpPdfAExtensionProperty(String name, String description, String valueType, String category) Constructor
Initializes a new instance of the XmpPdfAExtensionProperty class with specified settings.
Declaration
public XmpPdfAExtensionProperty(String name, String description, String valueType, String category)
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The property name. |
| description | String | The property description. |
| valueType | String | The property value type. |
| category | String | The property category. |
XmpPdfAExtensionProperty(String name, String description, String valueType) Constructor
Initializes a new instance of the XmpPdfAExtensionProperty class with the specified property information and property value type.
Declaration
public XmpPdfAExtensionProperty(String name, String description, String valueType)
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The property name. |
| description | String | The property description. |
| valueType | String | The property value type. |
XmpPdfAExtensionProperty(String name, String description) Constructor
Initializes a new instance of the XmpPdfAExtensionProperty class with the specified property information.
Declaration
public XmpPdfAExtensionProperty(String name, String description)
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The property name. |
| description | String | The property description. |
Methods
getCategory() Method
Returns the property category.
Declaration
public String getCategory()
Returns
| Type | Description |
|---|---|
| String | The property category. |
getDescription() Method
Returns the property description.
Declaration
public String getDescription()
Returns
| Type | Description |
|---|---|
| String | The property description. |
getName() Method
Returns the property name.
Declaration
public String getName()
Returns
| Type | Description |
|---|---|
| String | The property name. |
getValueType() Method
Returns the property value type.
Declaration
public String getValueType()
Returns
| Type | Description |
|---|---|
| String | The property value type. |