Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static TextFrameFormat.TextVerticalTypeEnum |
TextFrameFormat.TextVerticalTypeEnum.fromValue(String text) |
TextFrameFormat.TextVerticalTypeEnum |
TextFrameFormat.getTextVerticalType()
Determines text orientation.
|
TextFrameFormat.TextVerticalTypeEnum |
TextFrameFormat.TextVerticalTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static TextFrameFormat.TextVerticalTypeEnum |
TextFrameFormat.TextVerticalTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextFrameFormat.TextVerticalTypeEnum[] |
TextFrameFormat.TextVerticalTypeEnum.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.setTextVerticalType(TextFrameFormat.TextVerticalTypeEnum textVerticalType) |
TextFrameFormat |
TextFrameFormat.textVerticalType(TextFrameFormat.TextVerticalTypeEnum textVerticalType) |
void |
TextFrameFormat.TextVerticalTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
TextFrameFormat.TextVerticalTypeEnum enumeration) |
Copyright © 2023. All rights reserved.