public class CadLayoutDictionary extends NonGenericDictionary implements com.aspose.ms.System.ICloneable
Collection of cad layouts
Constructor and Description |
---|
CadLayoutDictionary()
Initializes a new instance of the
CadLayoutDictionary class. |
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
CadLayout value)
Adds a
CadLayout to the dictionary. |
boolean |
containsKey(String key)
Determines whether
CadLayout contained within this dictionary. |
Object |
deepClone()
Clones the dictionary.
|
CadLayout |
get_Item(String key)
Gets the
CadLayout 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<CadLayout> |
getValuesTyped()
Gets the strongly typed values collection.
|
boolean |
remove(String key)
Removes the
CadLayout with the specified key. |
void |
set_Item(String key,
CadLayout value)
Sets the
CadLayout with the specified key. |
boolean |
tryGetValue(String key,
CadLayout[] 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 CadLayoutDictionary()
Initializes a new instance of the CadLayoutDictionary
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<CadLayout> getValuesTyped()
Gets the strongly typed values collection.
Value: The strongly typed values collection.public CadLayout get_Item(String key)
Gets the CadLayout
with the specified key.
key
- The CadLayout
key.
Value:
The CadLayout
.CadLayout
for the specified key.public void set_Item(String key, CadLayout value)
Sets the CadLayout
with the specified key.
key
- The CadLayout
key.value
- The CadLayout
for the specified key.
Value:
The CadLayout
.public void add(String key, CadLayout value)
Adds a CadLayout
to the dictionary.
key
- The CadLayout
key.value
- The CadLayout
to add.public boolean containsKey(String key)
Determines whether CadLayout
contained within this dictionary.
key
- The CadLayout
key.public boolean remove(String key)
Removes the CadLayout
with the specified key.
key
- The CadLayout
key to remove.key
was not found in the dictionary.public boolean tryGetValue(String key, CadLayout[] 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.