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