Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static Table.StyleEnum |
Table.StyleEnum.fromValue(String text) |
Table.StyleEnum |
Table.getStyle()
Builtin table style.
|
Table.StyleEnum |
Table.StyleEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Table.StyleEnum |
Table.StyleEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Table.StyleEnum[] |
Table.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 |
Table.setStyle(Table.StyleEnum style) |
Table |
Table.style(Table.StyleEnum style) |
void |
Table.StyleEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Table.StyleEnum enumeration) |
Copyright © 2022. All rights reserved.