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