Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit. |
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. for value types outside of the following list: - Array types (these
are container types which may contain one or more fields): Alt, Bag, Seq - Basic value types:
Boolean, (open and closed) Choice, Date, Dimensions, Integer, Lang Alt, Locale, MIMEType,
ProperName, Real, Text, Thumbnail, URI, URL, XPath - Media Management value types: AgentName,
RenditionClass, ResourceEvent, ResourceRef, Version - Basic Job/Workflow value type: Job - EXIF
schema value types: Flash, CFAPattern, DeviceSettings, GPSCoordinate, OECF/SFR, Rational Schema
namespace URI: http://www.aiim.org/pdfa/ns/type# Required schema namespace prefix: pdfaType
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.List<XmpPdfAExtensionObject> |
XmpPdfAExtensionSchema.getObjectsInternal()
Gets the list of objects (properties, value types).
|
Modifier and Type | Method and Description |
---|---|
void |
XmpPdfAExtensionSchema.add(XmpPdfAExtensionObject obj)
Adds new object into schema.
|
void |
Metadata.addItem(String prefix,
XmpPdfAExtensionObject value)
Adds pdf extension to metadata.
|
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.
|