public class CadLayoutDictionary extends NonGenericDictionary<String,CadLayout> implements com.aspose.ms.System.ICloneable
Collection of cad layouts
com.aspose.ms.System.Collections.Generic.Dictionary.Enumerator<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.KeyCollection<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.LinkSlots, com.aspose.ms.System.Collections.Generic.Dictionary.ValueCollection<TKey,TValue>
Modifier and Type | Field and Description |
---|---|
static String |
MODEL_SPACE_NAME
Mode layout
|
Constructor and Description |
---|
CadLayoutDictionary() |
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
CadLayout value)
Adds a
CadLayout to the dictionary. |
Object |
deepClone()
Clones the dictionary.
|
CadLayout |
get(String key)
Gets or sets the
CadLayout with the specified key. |
getKeysTyped, getValuesTyped
addItem, addItem, clear, containsItem, containsKey, containsValue, copyTo, copyToTArray, get_Item, getComparer, getDictionaryEntryEnumerator, getKeys, getSyncRoot, getValues, isFixedSize, isReadOnly, isSynchronized, iterator, removeItem, removeItemByKey, set_Item, size, tryGetValue
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public static final String MODEL_SPACE_NAME
Mode layout
public CadLayout get(String key)
Gets or sets the CadLayout
with the specified key.
key
- The CadLayout
key.
Value:
The CadLayout
.CadLayout
for the specified key.public void add(String key, CadLayout value)
Adds a CadLayout
to the dictionary.
key
- The CadLayout
key.value
- The CadLayout
to add.public Object deepClone()
Clones the dictionary.
deepClone
in interface com.aspose.ms.System.ICloneable