Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static TextFrameFormat.AnchoringTypeEnum |
TextFrameFormat.AnchoringTypeEnum.fromValue(String text) |
TextFrameFormat.AnchoringTypeEnum |
TextFrameFormat.getAnchoringType()
Returns or sets vertical anchor text in a TextFrame.
|
TextFrameFormat.AnchoringTypeEnum |
TextFrameFormat.AnchoringTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static TextFrameFormat.AnchoringTypeEnum |
TextFrameFormat.AnchoringTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextFrameFormat.AnchoringTypeEnum[] |
TextFrameFormat.AnchoringTypeEnum.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.anchoringType(TextFrameFormat.AnchoringTypeEnum anchoringType) |
void |
TextFrameFormat.setAnchoringType(TextFrameFormat.AnchoringTypeEnum anchoringType) |
void |
TextFrameFormat.AnchoringTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
TextFrameFormat.AnchoringTypeEnum enumeration) |
Copyright © 2023. All rights reserved.