| Package | Description |
|---|---|
| com.aspose.slides.model |
| Modifier and Type | Method and Description |
|---|---|
static TextFrameFormat.WrapTextEnum |
TextFrameFormat.WrapTextEnum.fromValue(String text) |
TextFrameFormat.WrapTextEnum |
TextFrameFormat.getWrapText()
True if text is wrapped at TextFrame's margins.
|
TextFrameFormat.WrapTextEnum |
TextFrameFormat.WrapTextEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static TextFrameFormat.WrapTextEnum |
TextFrameFormat.WrapTextEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextFrameFormat.WrapTextEnum[] |
TextFrameFormat.WrapTextEnum.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.setWrapText(TextFrameFormat.WrapTextEnum wrapText) |
TextFrameFormat |
TextFrameFormat.wrapText(TextFrameFormat.WrapTextEnum wrapText) |
void |
TextFrameFormat.WrapTextEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
TextFrameFormat.WrapTextEnum enumeration) |
Copyright © 2025. All rights reserved.