Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static PortionFormat.StrikethroughTypeEnum |
PortionFormat.StrikethroughTypeEnum.fromValue(String text) |
PortionFormat.StrikethroughTypeEnum |
PortionFormat.getStrikethroughType()
Text strikethrough type.
|
PortionFormat.StrikethroughTypeEnum |
PortionFormat.StrikethroughTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static PortionFormat.StrikethroughTypeEnum |
PortionFormat.StrikethroughTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortionFormat.StrikethroughTypeEnum[] |
PortionFormat.StrikethroughTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PortionFormat.setStrikethroughType(PortionFormat.StrikethroughTypeEnum strikethroughType) |
PortionFormat |
PortionFormat.strikethroughType(PortionFormat.StrikethroughTypeEnum strikethroughType) |
void |
PortionFormat.StrikethroughTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PortionFormat.StrikethroughTypeEnum enumeration) |
Copyright © 2022. All rights reserved.