Package | Description |
---|---|
com.aspose.imaging.fileformats.cad |
Modifier and Type | Method and Description |
---|---|
CadDimensionStyleTable |
CadDimensionDictionary.get_Item(String key)
Gets or sets the
CadDimensionStyleTable with the specified key. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericCollection<CadDimensionStyleTable> |
CadDimensionDictionary.getValuesTyped()
Gets the strongly typed values collection.
|
Modifier and Type | Method and Description |
---|---|
void |
CadDimensionDictionary.add(String key,
CadDimensionStyleTable value)
Adds a
CadDimensionStyleTable to the dictionary. |
void |
CadDimensionDictionary.set_Item(String key,
CadDimensionStyleTable value) |
boolean |
CadDimensionDictionary.tryGetValue(String key,
CadDimensionStyleTable[] value)
Gets the value associated with the specified key.
|
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.