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