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