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