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