Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static TextFrameFormat.AutofitTypeEnum |
TextFrameFormat.AutofitTypeEnum.fromValue(String text) |
TextFrameFormat.AutofitTypeEnum |
TextFrameFormat.getAutofitType()
Returns or sets text's auto-fit mode.
|
TextFrameFormat.AutofitTypeEnum |
TextFrameFormat.AutofitTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static TextFrameFormat.AutofitTypeEnum |
TextFrameFormat.AutofitTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextFrameFormat.AutofitTypeEnum[] |
TextFrameFormat.AutofitTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TextFrameFormat |
TextFrameFormat.autofitType(TextFrameFormat.AutofitTypeEnum autofitType) |
void |
TextFrameFormat.setAutofitType(TextFrameFormat.AutofitTypeEnum autofitType) |
void |
TextFrameFormat.AutofitTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
TextFrameFormat.AutofitTypeEnum enumeration) |
Copyright © 2023. All rights reserved.