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. |
Modifier and Type | Class and Description |
---|---|
class |
XmpPdfAExtensionProperty
Describes a single property.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.List<XmpPdfAExtensionField> |
XmpPdfAExtensionValueType.getFields()
Gets the list of fields.
|
Modifier and Type | Method and Description |
---|---|
void |
XmpPdfAExtensionValueType.add(XmpPdfAExtensionField field)
Add new field.
|
void |
XmpPdfAExtensionValueType.addRange(XmpPdfAExtensionField[] fields)
Adds the range of fields.
|
void |
XmpPdfAExtensionValueType.remove(XmpPdfAExtensionField field)
Removes the field from the list of fields.
|