Modifier and Type | Method and Description |
---|---|
void |
add(String prefix,
XmpPdfAExtensionObject value)
Adds pdf extension to metadata.
|
void |
addItem(Object key,
Object value)
Adds value to metadata.
|
void |
clear()
Clears metadata.
|
boolean |
contains(Object key)
Checks does key is contained in metadata.
|
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies elements of the collection into array.
|
Object |
get_Item(Object key)
Gets data from metadata.
|
Hashtable<String,XmpPdfAExtensionSchema> |
getExtensionFields()
Gets the dictionary of extension fields.
|
com.aspose.ms.System.Collections.ICollection |
getKeys()
Gets collection of metadata keys.
|
String |
getNamespaceUriByPrefix(String prefix)
Returns namespace URI by prefix.
|
String |
getPrefixByNamespaceUri(String namespaceUri)
Returns prefix by namespace URI.
|
Object |
getSyncRoot()
Gets collection synchronization object.
|
com.aspose.ms.System.Collections.ICollection |
getValues()
Gets values in the metadata.
|
boolean |
isFixedSize()
Checks if colleciton has fixed size.
|
boolean |
isReadOnly()
Checks if collection is read-only.
|
boolean |
isSynchronized()
Checks if collection is synchronized.
|
com.aspose.ms.System.Collections.IDictionaryEnumerator |
iterator()
Returns dictionary enumerator.
|
com.aspose.ms.System.Collections.IEnumerator |
iteratorIE()
Gets enumerator of the collection.
|
void |
registerNamespaceUri(String prefix,
String namespaceUri)
Registers namespace URI.
|
void |
registerNamespaceUri(String prefix,
String namespaceUri,
String schemaDescription)
Registers namespace URI.
|
void |
removeItem(Object key)
Removes entry from metadata.
|
void |
set_Item(Object key,
Object value)
Sets data from metadata.
|
int |
size()
Gets count of elements in the collection.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public void registerNamespaceUri(String prefix, String namespaceUri)
Registers namespace URI.
prefix
- The value of prefix.namespaceUri
- The value of namespace URI.public void registerNamespaceUri(String prefix, String namespaceUri, String schemaDescription)
Registers namespace URI.
prefix
- The value of prefix.namespaceUri
- The value of namespace URI.schemaDescription
- The value of schema description.public String getNamespaceUriByPrefix(String prefix)
Returns namespace URI by prefix.
prefix
- The value of prefix.public String getPrefixByNamespaceUri(String namespaceUri)
Returns prefix by namespace URI.
namespaceUri
- Namespace URI.public void addItem(Object key, Object value)
Adds value to metadata.
key
- The key to add.value
- Value which will be added.public void add(String prefix, XmpPdfAExtensionObject value)
Adds pdf extension to metadata.
prefix
- The prefix of extension.value
- Value which will be added.public void clear()
Clears metadata.
public boolean contains(Object key)
Checks does key is contained in metadata.
key
- The key of entry to find.public com.aspose.ms.System.Collections.IDictionaryEnumerator iterator()
Returns dictionary enumerator.
public boolean isFixedSize()
Checks if colleciton has fixed size.
public boolean isReadOnly()
Checks if collection is read-only.
public com.aspose.ms.System.Collections.ICollection getKeys()
Gets collection of metadata keys.
public void removeItem(Object key)
Removes entry from metadata.
key
- The key of entry to remove.public com.aspose.ms.System.Collections.ICollection getValues()
Gets values in the metadata.
public Hashtable<String,XmpPdfAExtensionSchema> getExtensionFields()
Gets the dictionary of extension fields.
Hashtable<String, XmpPdfAExtensionSchema>
objectpublic Object get_Item(Object key)
Gets data from metadata.
key
- The key name.public void set_Item(Object key, Object value)
Sets data from metadata.
key
- key namevalue
- The value objectpublic int size()
Gets count of elements in the collection.
public boolean isSynchronized()
Checks if collection is synchronized.
public Object getSyncRoot()
Gets collection synchronization object.
public com.aspose.ms.System.Collections.IEnumerator iteratorIE()
Gets enumerator of the collection.
IEnumerator
public void copyTo(com.aspose.ms.System.Array array, int index)
Copies elements of the collection into array.
array
- Destination array.index
- Starting index.Copyright © 2018 Aspose. All Rights Reserved.