| Package | Description |
|---|---|
| com.aspose.slides.api | |
| com.aspose.slides.model |
| Modifier and Type | Method and Description |
|---|---|
SlideReplaceResult |
SlidesApi.replaceSlideText(String name,
Integer slideIndex,
String oldValue,
String newValue,
Boolean ignoreCase,
String password,
String folder,
String storage)
Replace text with a new value.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SlideReplaceResult> |
SlidesApi.replaceSlideTextWithHttpInfo(String name,
Integer slideIndex,
String oldValue,
String newValue,
Boolean ignoreCase,
String password,
String folder,
String storage)
Replace text with a new value.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
SlidesApi.replaceSlideTextAsync(String name,
Integer slideIndex,
String oldValue,
String newValue,
Boolean ignoreCase,
String password,
String folder,
String storage,
ApiCallback<SlideReplaceResult> callback)
Replace text with a new value.
|
| Modifier and Type | Method and Description |
|---|---|
SlideReplaceResult |
SlideReplaceResult.matches(Integer matches) |
Copyright © 2025. All rights reserved.