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