XmpPdfAExtensionField Class
A field definition in a PDF/A extension schema.
Declaration
public class XmpPdfAExtensionField extends JavaObject
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
com.devexpress.system.JavaObject
XmpPdfAExtensionField
XmpPdfAExtensionField(String name, String valueType, String description)
Initializes a new instance of the XmpPdfAExtensionField class with the specified field information.
Declaration
public XmpPdfAExtensionField(String name, String valueType, String description)
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The field name. |
| valueType | String | The field value type. |
| description | String | The field description. |
Methods
getDescription() Method
Returns the field description.
Declaration
public String getDescription()
Returns
| Type | Description |
|---|---|
| String | The field description. |
getName() Method
Returns the field name.
Declaration
public String getName()
Returns
| Type | Description |
|---|---|
| String | The field name. |
getValueType() Method
Returns the field value type.
Declaration
public String getValueType()
Returns
| Type | Description |
|---|---|
| String | The field value type. |