Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static Portion.FontItalicEnum |
Portion.FontItalicEnum.fromValue(String text) |
Portion.FontItalicEnum |
Portion.getFontItalic()
True for italic font.
|
Portion.FontItalicEnum |
Portion.FontItalicEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Portion.FontItalicEnum |
Portion.FontItalicEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Portion.FontItalicEnum[] |
Portion.FontItalicEnum.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.fontItalic(Portion.FontItalicEnum fontItalic) |
void |
Portion.setFontItalic(Portion.FontItalicEnum fontItalic) |
void |
Portion.FontItalicEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Portion.FontItalicEnum enumeration) |
Copyright © 2023. All rights reserved.