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