Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static PortionFormat.FontItalicEnum |
PortionFormat.FontItalicEnum.fromValue(String text) |
PortionFormat.FontItalicEnum |
PortionFormat.getFontItalic()
True for italic font.
|
PortionFormat.FontItalicEnum |
PortionFormat.FontItalicEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static PortionFormat.FontItalicEnum |
PortionFormat.FontItalicEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortionFormat.FontItalicEnum[] |
PortionFormat.FontItalicEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PortionFormat |
PortionFormat.fontItalic(PortionFormat.FontItalicEnum fontItalic) |
void |
PortionFormat.setFontItalic(PortionFormat.FontItalicEnum fontItalic) |
void |
PortionFormat.FontItalicEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PortionFormat.FontItalicEnum enumeration) |
Copyright © 2022. All rights reserved.