| Package | Description |
|---|---|
| com.aspose.slides.api | |
| com.aspose.slides.model |
| Modifier and Type | Method and Description |
|---|---|
Table |
SlidesApi.splitTableCell(String name,
Integer slideIndex,
Integer shapeIndex,
Integer rowIndex,
Integer cellIndex,
TableCellSplitType splitType,
Double value,
String password,
String folder,
String storage)
Split table cell.
|
com.squareup.okhttp.Call |
SlidesApi.splitTableCellAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer rowIndex,
Integer cellIndex,
TableCellSplitType splitType,
Double value,
String password,
String folder,
String storage,
ApiCallback<Table> callback)
Split table cell.
|
com.squareup.okhttp.Call |
SlidesApi.splitTableCellCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer rowIndex,
Integer cellIndex,
TableCellSplitType splitType,
Double value,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for splitTableCell
|
ApiResponse<Table> |
SlidesApi.splitTableCellWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer rowIndex,
Integer cellIndex,
TableCellSplitType splitType,
Double value,
String password,
String folder,
String storage)
Split table cell.
|
| Modifier and Type | Method and Description |
|---|---|
static TableCellSplitType |
TableCellSplitType.fromValue(String text) |
TableCellSplitType |
TableCellSplitType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static TableCellSplitType |
TableCellSplitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableCellSplitType[] |
TableCellSplitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableCellSplitType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
TableCellSplitType enumeration) |
Copyright © 2025. All rights reserved.