Skip to main content

XmpPdfAExtensionProperty Class

A property definition in a PDF/A extension schema.

Declaration

public class XmpPdfAExtensionProperty 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
XmpPdfAExtensionProperty

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.