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