Package | Description |
---|---|
com.aspose.pdf | |
com.aspose.pdf.facades |
Modifier and Type | Class and Description |
---|---|
class |
XmpPdfAExtensionField
This schema describes a field in a structured type.
|
class |
XmpPdfAExtensionProperty
Describes a single property.
|
class |
XmpPdfAExtensionValueType
The PDF/A ValueType schema is required for all property value types which are not defined in the XMP 2004 specification, i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
Metadata.add(String prefix,
XmpPdfAExtensionObject value)
Adds pdf extension to metadata.
|
void |
XmpPdfAExtensionSchema.add(XmpPdfAExtensionObject obj)
Adds new object into schema.
|
boolean |
XmpPdfAExtensionSchema.contains(XmpPdfAExtensionObject obj)
Determines whether obj exists in schema.
|
void |
XmpPdfAExtensionSchema.remove(XmpPdfAExtensionObject obj)
Removes the object from schema.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfXmpMetadata.add(XmpPdfAExtensionObject xmpPdfAExtensionObject,
String namespacePrefix,
String namespaceUri,
String schemaDescription)
Adds extension field into metadata.
|
void |
PdfXmpMetadata.remove(XmpPdfAExtensionObject key)
Removes pdf extension field.
|
Copyright © 2014 Aspose. All Rights Reserved.