| Package | Description |
|---|---|
| com.aspose.slides.api | |
| com.aspose.slides.model |
| Modifier and Type | Method and Description |
|---|---|
File |
SlidesApi.downloadMathPortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
MathFormat format,
String password,
String folder,
String storage)
Convert Mathematical Text to MathML Format
|
com.squareup.okhttp.Call |
SlidesApi.downloadMathPortionAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
MathFormat format,
String password,
String folder,
String storage,
ApiCallback<File> callback)
Convert Mathematical Text to MathML Format (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.downloadMathPortionCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
MathFormat format,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadMathPortion
|
ApiResponse<File> |
SlidesApi.downloadMathPortionWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
MathFormat format,
String password,
String folder,
String storage)
Convert Mathematical Text to MathML Format
|
void |
SlidesApi.saveMathPortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
MathFormat format,
String outPath,
String password,
String folder,
String storage)
Convert Mathematical Text to MathML Format and saves result to the storage
|
com.squareup.okhttp.Call |
SlidesApi.saveMathPortionAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
MathFormat format,
String outPath,
String password,
String folder,
String storage,
ApiCallback<Void> callback)
Convert Mathematical Text to MathML Format and saves result to the storage (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.saveMathPortionCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
MathFormat format,
String outPath,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for saveMathPortion
|
ApiResponse<Void> |
SlidesApi.saveMathPortionWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
MathFormat format,
String outPath,
String password,
String folder,
String storage)
Convert Mathematical Text to MathML Format and saves result to the storage
|
| Modifier and Type | Method and Description |
|---|---|
static MathFormat |
MathFormat.fromValue(String text) |
MathFormat |
MathFormat.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static MathFormat |
MathFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MathFormat[] |
MathFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MathFormat.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
MathFormat enumeration) |
Copyright © 2025. All rights reserved.