| Package | Description |
|---|---|
| com.groupdocs.cloud.conversion.model |
| Modifier and Type | Method | Description |
|---|---|---|
static CadLoadOptions.DrawTypeEnum |
CadLoadOptions.DrawTypeEnum.fromValue(String text) |
|
CadLoadOptions.DrawTypeEnum |
CadLoadOptions.getDrawType() |
Gets or sets type of drawing.
|
CadLoadOptions.DrawTypeEnum |
CadLoadOptions.DrawTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static CadLoadOptions.DrawTypeEnum |
CadLoadOptions.DrawTypeEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CadLoadOptions.DrawTypeEnum[] |
CadLoadOptions.DrawTypeEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
CadLoadOptions |
CadLoadOptions.drawType(CadLoadOptions.DrawTypeEnum drawType) |
|
void |
CadLoadOptions.setDrawType(CadLoadOptions.DrawTypeEnum drawType) |
|
void |
CadLoadOptions.DrawTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CadLoadOptions.DrawTypeEnum enumeration) |
Copyright © 2025. All rights reserved.