Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static MathParagraph.JustificationEnum |
MathParagraph.JustificationEnum.fromValue(String text) |
MathParagraph.JustificationEnum |
MathParagraph.getJustification()
Justification of the math paragraph
|
MathParagraph.JustificationEnum |
MathParagraph.JustificationEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static MathParagraph.JustificationEnum |
MathParagraph.JustificationEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MathParagraph.JustificationEnum[] |
MathParagraph.JustificationEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MathParagraph |
MathParagraph.justification(MathParagraph.JustificationEnum justification) |
void |
MathParagraph.setJustification(MathParagraph.JustificationEnum justification) |
void |
MathParagraph.JustificationEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
MathParagraph.JustificationEnum enumeration) |
Copyright © 2022. All rights reserved.