Skip to main content

XmpPdfASchema Class

Defines the XMP PDF/A namespace.

Declaration

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

Methods

getConformance() Method

Returns the PDF/A conformance level.

Declaration

public XmpString getConformance()

Returns

Type Description
XmpString

The PDF/A conformance level.

getPart() Method

Returns the PDF/A conformance part number.

Declaration

public XmpInteger getPart()

Returns

Type Description
XmpInteger

The PDF/A conformance part number.

setConformance(XmpString value) Method

Sets the PDF/A conformance level.

Declaration

public void setConformance(XmpString value)

Parameters

Name Type Description
value XmpString

The PDF/A conformance level.

setPart(XmpInteger value) Method

Sets the PDF/A conformance part number.

Declaration

public void setPart(XmpInteger value)

Parameters

Name Type Description
value XmpInteger

The PDF/A conformance part number.