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