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