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