Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static LineFormat.DashStyleEnum |
LineFormat.DashStyleEnum.fromValue(String text) |
LineFormat.DashStyleEnum |
LineFormat.getDashStyle()
Dash style.
|
LineFormat.DashStyleEnum |
LineFormat.DashStyleEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static LineFormat.DashStyleEnum |
LineFormat.DashStyleEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineFormat.DashStyleEnum[] |
LineFormat.DashStyleEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LineFormat |
LineFormat.dashStyle(LineFormat.DashStyleEnum dashStyle) |
void |
LineFormat.setDashStyle(LineFormat.DashStyleEnum dashStyle) |
void |
LineFormat.DashStyleEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
LineFormat.DashStyleEnum enumeration) |
Copyright © 2023. All rights reserved.