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