Package | Description |
---|---|
com.aspose.eps.xmp |
Modifier and Type | Method and Description |
---|---|
XmpValue |
XmpDataCollection.get(Object key)
Gets or sets the element with the specified key.
|
XmpValue |
XmpMetadata.get(Object key)
Gets value by key.
|
XmpValue |
XmpField.getValue()
Gets the value.
|
XmpValue |
XmpDataCollection.put(String key,
XmpValue value)
Adds an element with the provided key and value.
|
XmpValue |
XmpMetadata.put(String key,
XmpValue value)
Adds new element to the dictionary object.
|
XmpValue |
XmpMetadata.remove(Map.Entry<String,XmpValue> item)
Removes key/value pair from the colleciton.
|
XmpValue |
XmpDataCollection.remove(Object key)
Removes the element with the specified key from the
T:System.Collections.IDictionary
object. |
XmpValue |
XmpMetadata.remove(Object key)
Removes key from the dictionary.
|
XmpValue |
XmpDataCollection.removeItem(Map.Entry<String,XmpValue> item)
Removes key/value pair from the colleciton.
|
static XmpValue |
XmpValue.to_XmpValue(int value)
Converts integer into XmpValue.
|
static XmpValue |
XmpValue.to_XmpValue(String value)
Converts string to XmpValue.
|
XmpValue[] |
XmpField.toArray()
Gets value as an array.
|
XmpValue[] |
XmpValue.toArray()
Returns array.
|
static XmpValue[] |
XmpValue.toArray(XmpValue value)
Converts XmpValue into array.
|
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<String,XmpValue>> |
XmpDataCollection.entrySet()
Returns a set of key/value pair objects.
|
Set<Map.Entry<String,XmpValue>> |
XmpMetadata.entrySet()
Gets enumerator object of the dictionary.
|
Map<String,XmpValue> |
XmpValue.toDictionary()
Returns dictionary which contains named values.
|
static Map.Entry<String,XmpValue> |
XmpValue.toMapEntry(XmpValue value)
Converts XmpValue to named value.
|
HashMap<String,XmpValue> |
XmpValue.toNamedValue()
Returns XMP value as named value.
|
HashMap<String,XmpValue> |
XmpValue.toNamedValues()
Returns XMP value as named value collection.
|
Collection<XmpValue> |
XmpDataCollection.values()
Gets a collection containing the values.
|
Collection<XmpValue> |
XmpMetadata.values()
Gets the collection of values in dictionary.
|
Modifier and Type | Method and Description |
---|---|
void |
XmpDataCollection.addArray(String key,
XmpValue[] items)
Adds the array.
|
void |
XmpMetadata.AddArrayItem(String arrayKey,
int index,
XmpValue value)
Adds value into an array by specified index.
|
void |
XmpMetadata.addArrayItem(String arrayKey,
XmpValue value)
Adds value into an array.
|
void |
XmpMetadata.addNamedValue(String structureKey,
String valueKey,
XmpValue value)
Adds named value into a structure.
|
XmpValue |
XmpDataCollection.put(String key,
XmpValue value)
Adds an element with the provided key and value.
|
XmpValue |
XmpMetadata.put(String key,
XmpValue value)
Adds new element to the dictionary object.
|
void |
XmpMetadata.setArrayItem(String arrayKey,
int index,
XmpValue value)
Sets value in an array.
|
void |
XmpMetadata.setNamedValue(String structureKey,
String valueKey,
XmpValue value)
Sets named value into a structure.
|
static XmpValue[] |
XmpValue.toArray(XmpValue value)
Converts XmpValue into array.
|
static Map.Entry<String,XmpValue>[] |
XmpValue.toGeneric(XmpValue value)
Get Map.Entry array
|
static Map.Entry<String,XmpValue> |
XmpValue.toMapEntry(XmpValue value)
Converts XmpValue to named value.
|
static String |
XmpValue.toString(XmpValue value)
Converts XmpValue into string.
|
boolean |
XmpDataCollection.tryGetValue(String key,
XmpValue[] value)
Tries to find key in this collection and retrieves value if found.
|
Modifier and Type | Method and Description |
---|---|
void |
XmpDataCollection.add(Map.Entry<String,XmpValue> item)
Adds pair with key and value into this collection.
|
void |
XmpMetadata.addItem(Map.Entry<String,XmpValue> item)
Adds pair with key and value into the dictionary.
|
void |
XmpDataCollection.putAll(Map<? extends String,? extends XmpValue> m)
Copies all of the mappings from the specified map to this map
(optional operation).
|
void |
XmpMetadata.putAll(Map<? extends String,? extends XmpValue> m)
Copies all of the mappings from the specified map to this map
(optional operation).
|
XmpValue |
XmpMetadata.remove(Map.Entry<String,XmpValue> item)
Removes key/value pair from the colleciton.
|
XmpValue |
XmpDataCollection.removeItem(Map.Entry<String,XmpValue> item)
Removes key/value pair from the colleciton.
|
Constructor and Description |
---|
XmpValue(XmpValue[] array)
Constructor for array value.
|
Copyright © 2022 Aspose. All Rights Reserved.