XmpPdfAExtensionSchema

XmpPdfAExtensionSchema class

Describes the XMP extension schema which is provided by PDF/A-1.

The XmpPdfAExtensionSchema type exposes the following members:

Constructors

NameDescription
XmpPdfAExtensionSchema(description)Initializes a new instance of the XmpPdfAExtensionSchema class

Properties

NameDescription
descriptionGets the schema description.
objectsGets the list of objects (properties, value types).
DEFAULT_EXTENSION_NAMESPACE_PREFIXDefault extension namespace prefix.
DEFAULT_EXTENSION_NAMESPACE_URIDefault extension namespace uri.
DEFAULT_SCHEMA_NAMESPACE_PREFIXDefault schema namespace prefix.
DEFAULT_SCHEMA_NAMESPACE_URIDefault schema namespace uri.
DEFAULT_PROPERTY_NAMESPACE_PREFIXDefault property namespace prefix.
DEFAULT_PROPERTY_NAMESPACE_URIDefault property namespace uri.
DEFAULT_VALUE_TYPE_NAMESPACE_PREFIXDefault valie type namespace prefix.
DEFAULT_VALUE_NAMESPACE_URIDefault value namespace uri.
DEFAULT_FIELD_NAMESPACE_PREFIXDefault field namespace prefix.
DEFAULT_FIELD_NAMESPACE_URIDefault extension namespace uri.
RDF_PREFIXDefault rdf namespace prefix.
RDF_NAMESPACE_URIDefault rdf namespace uri.

Methods

NameDescription
add(obj)Adds new object into schema.
contains(obj)Determines whether obj exists in schema.
remove(obj)Removes the object from schema.
get_property(name)Returns PDF/A property by its name.

See Also