public final class CadDimensionDictionary extends NonGenericDictionary<String,CadDimensionStyleTable> implements com.aspose.ms.System.ICloneable, com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
Dimension styles dictionary.
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>
Constructor and Description |
---|
CadDimensionDictionary()
Initializes a new instance of the
CadDimensionDictionary class. |
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
CadDimensionStyleTable value)
Adds a
CadDimensionStyleTable to the dictionary. |
Object |
deepClone()
Clones the dictionary.
|
CadSymbolTableGroupCodes |
getCadSymbolTableGroupCodes()
Gets or sets the cad symbol table group codes.
|
boolean |
remove(String key)
Removes the
CadDimensionStyleTable with the specified key. |
void |
setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)
Gets or sets the cad symbol table group codes.
|
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 CadDimensionDictionary()
Initializes a new instance of the CadDimensionDictionary
class.
public final CadSymbolTableGroupCodes getCadSymbolTableGroupCodes()
Gets or sets the cad symbol table group codes.
getCadSymbolTableGroupCodes
in interface com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
public final void setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)
Gets or sets the cad symbol table group codes.
setCadSymbolTableGroupCodes
in interface com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
value
- The cad symbol table group codes.public void add(String key, CadDimensionStyleTable value)
Adds a CadDimensionStyleTable
to the dictionary.
key
- The CadDimensionStyleTable
key.value
- The CadDimensionStyleTable
to add.public boolean remove(String key)
Removes the CadDimensionStyleTable
with the specified key.
key
- The CadDimensionStyleTable
key to remove.key
was not found in the dictionary.public Object deepClone()
Clones the dictionary.
deepClone
in interface com.aspose.ms.System.ICloneable