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.
|
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.
|
Copyright © 2024 Aspose. All Rights Reserved.