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