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