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 | Method and Description |
---|---|
XmpValue |
Metadata.get_Item(String key)
Gets data from metadata.
|
XmpValue |
XmpField.getValue()
Gets the value.
|
static XmpValue[] |
XmpValue.to_(XmpValue value)
Converts XmpValue into array.
|
static XmpValue[] |
XmpValue.to_Array(XmpValue value)
Converts XmpValue to array.
|
static XmpValue |
XmpValue.to_XmpValue(Date value)
Converts DateTime into XmpValue.
|
static XmpValue |
XmpValue.to_XmpValue(double value)
Converts double into XmpValue.
|
static XmpValue |
XmpValue.to_XmpValue(int value)
Converts integer into XmpValue.
|
static XmpValue |
XmpValue.to_XmpValue(Object[] value)
Converts array to XmpValue.
|
static XmpValue |
XmpValue.to_XmpValue(String value)
Convers string to XmpValue.
|
XmpValue[] |
XmpField.toArray()
Gets value as an array.
|
XmpValue[] |
XmpValue.toArray()
Returns array.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericCollection<XmpValue> |
Metadata.getValues()
Gets values in the metadata.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,XmpValue>> |
Metadata.iterator()
Returns dictionary enumerator.
|
Iterator<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,XmpValue>> |
Metadata.iteratorIE()
Gets enumerator of the collection.
|
static com.aspose.ms.System.Collections.Generic.KeyValuePair<String,XmpValue> |
XmpValue.to_KeyValuePair(XmpValue value)
Converts XmpValue to named value.
|
HashMap<String,XmpValue> |
XmpValue.toNamedValue()
Returns XMP value as named value.
|
com.aspose.ms.System.Collections.Generic.KeyValuePair<String,XmpValue> |
XmpValue.toNamedValueInternal()
For Internal usage only
|
HashMap<String,XmpValue> |
XmpValue.toNamedValues()
Returns XMP value as named value collection.
|
Modifier and Type | Method and Description |
---|---|
void |
Metadata.addItem(String key,
XmpValue value)
Adds value to metadata.
|
static XmpField |
InternalHelper.new_XmpField(String prefix,
String localName,
String namespaceURI,
XmpValue to_xmpValue) |
static XmpField |
InternalHelper.new_XmpField(XmpField lang,
XmpValue xmpValue) |
void |
Metadata.set_Item(String key,
XmpValue value)
Sets data from metadata.
|
static XmpValue[] |
XmpValue.to_(XmpValue value)
Converts XmpValue into array.
|
static XmpValue[] |
XmpValue.to_Array(XmpValue value)
Converts XmpValue to array.
|
static com.aspose.ms.System.Collections.Generic.KeyValuePair<String,XmpValue>[] |
XmpValue.to_Generic(XmpValue value)
Get KeyValuePair array
|
static com.aspose.ms.System.Collections.Generic.KeyValuePair<String,XmpValue> |
XmpValue.to_KeyValuePair(XmpValue value)
Converts XmpValue to named value.
|
static String |
XmpValue.to_String(XmpValue value)
Converts XmpValue into string.
|
boolean |
Metadata.tryGetValue(String key,
XmpValue[] value)
Tries to find key in the dictionary and retreives value if found.
|
static com.aspose.ms.System.DateTime |
InternalHelper.XmpValue_toDateTimeInternal(XmpValue value) |
static XmpField |
InternalHelper.XmpValue_toField(XmpValue value) |
static XmpField[] |
InternalHelper.XmpValue_toStructure(XmpValue value) |
Modifier and Type | Method and Description |
---|---|
void |
Metadata.addItem(com.aspose.ms.System.Collections.Generic.KeyValuePair<String,XmpValue> item)
Adds pair with key and value into the dictionary.
|
boolean |
Metadata.containsItem(com.aspose.ms.System.Collections.Generic.KeyValuePair<String,XmpValue> item)
Checks does specified key-value pair is contained in the dictionary.
|
boolean |
Metadata.removeItem(com.aspose.ms.System.Collections.Generic.KeyValuePair<String,XmpValue> item)
Removes key/value pair from the colleciton.
|
Constructor and Description |
---|
XmpValue(XmpValue[] array)
Constructor for array value.
|
Modifier and Type | Method and Description |
---|---|
XmpValue |
PdfXmpMetadata.get_Item(String key)
Gets value by key.
|
XmpValue |
PdfXmpMetadata.getByDefaultMetadataProperties(int key)
Gets value of XMP metadata by key.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericCollection<XmpValue> |
PdfXmpMetadata.getValues()
Gets the collection of values in dictionary.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,XmpValue>> |
PdfXmpMetadata.iterator()
Gets enumerator object of the dictionary.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfXmpMetadata.addItem(int key,
XmpValue value)
Adds value to XMP metadata.
|
void |
PdfXmpMetadata.addItem(String key,
XmpValue value)
Adds new element to the dictionary object.
|
void |
PdfXmpMetadata.set_Item(String key,
XmpValue value)
Sets value by key.
|
void |
PdfXmpMetadata.setByDefaultMetadataProperties(int key,
XmpValue value)
Sets value of XMP metadata by key.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfXmpMetadata.addItem(com.aspose.ms.System.Collections.Generic.KeyValuePair<String,XmpValue> item)
Adds pair with key and value into the dictionary.
|
boolean |
PdfXmpMetadata.containsItem(com.aspose.ms.System.Collections.Generic.KeyValuePair<String,XmpValue> item)
Checks does specified key-value pair is contained in the dictionary.
|
boolean |
PdfXmpMetadata.removeItem(com.aspose.ms.System.Collections.Generic.KeyValuePair<String,XmpValue> item)
Removes key/value pair from the colleciton.
|