public class CadStylesDictionary extends NonGenericDictionary implements com.aspose.ms.System.ICloneable
Dictionary of Cad styles
Constructor and Description |
---|
CadStylesDictionary()
Initializes a new instance of the
CadStylesDictionary class. |
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
CadStyleTableObject value)
Adds a
CadStyleTableObject to the dictionary. |
boolean |
containsKey(String key)
Determines whether
CadStyleTableObject contained within this dictionary. |
Object |
deepClone()
Clones the dictionary.
|
CadStyleTableObject |
get_Item(String key)
Gets the
CadStyleTableObject with the specified key. |
com.aspose.ms.System.Collections.Generic.IGenericCollection<String> |
getKeysTyped()
Gets the strongly typed collection of keys.
|
com.aspose.ms.System.Collections.Generic.IGenericCollection<CadStyleTableObject> |
getValuesTyped()
Gets the strongly typed values collection.
|
boolean |
remove(String key)
Removes the
CadStyleTableObject with the specified key. |
void |
set_Item(String key,
CadStyleTableObject value)
Sets the
CadStyleTableObject with the specified key. |
boolean |
tryGetValue(String key,
CadStyleTableObject[] value)
Gets the value associated with the specified key.
|
addItem, addItem, clear, containsItem, containsKey, copyToTArray, get_Item, getKeys, getValues, isReadOnly, iterator_IEnumerator, iterator, removeItem, removeItemByKey, set_Item, size, tryGetValue
public CadStylesDictionary()
Initializes a new instance of the CadStylesDictionary
class.
public com.aspose.ms.System.Collections.Generic.IGenericCollection<String> getKeysTyped()
Gets the strongly typed collection of keys.
Value: The strongly typed keys collection.public com.aspose.ms.System.Collections.Generic.IGenericCollection<CadStyleTableObject> getValuesTyped()
Gets the strongly typed values collection.
Value: The strongly typed values collection.public CadStyleTableObject get_Item(String key)
Gets the CadStyleTableObject
with the specified key.
key
- The CadStyleTableObject
key.
Value:
The CadStyleTableObject
.CadStyleTableObject
for the specified key.public void set_Item(String key, CadStyleTableObject value)
Sets the CadStyleTableObject
with the specified key.
key
- The CadStyleTableObject
key.value
- The CadStyleTableObject
for the specified key.
Value:
The CadStyleTableObject
.public void add(String key, CadStyleTableObject value)
Adds a CadStyleTableObject
to the dictionary.
key
- The CadStyleTableObject
key.value
- The CadStyleTableObject
to add.public boolean containsKey(String key)
Determines whether CadStyleTableObject
contained within this dictionary.
key
- The CadStyleTableObject
key.public boolean remove(String key)
Removes the CadStyleTableObject
with the specified key.
key
- The CadStyleTableObject
key to remove.key
was not found in the dictionary.public boolean tryGetValue(String key, CadStyleTableObject[] value)
Gets the value associated with the specified key.
key
- The key whose value to get.value
- When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value
parameter. This parameter is passed uninitialized.public Object deepClone()
Clones the dictionary.
deepClone
in interface com.aspose.ms.System.ICloneable
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.