Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
DocumentReplaceResult |
SlidesApi.replacePresentationText(String name,
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<DocumentReplaceResult> |
SlidesApi.replacePresentationTextWithHttpInfo(String name,
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.replacePresentationTextAsync(String name,
String oldValue,
String newValue,
Boolean ignoreCase,
String password,
String folder,
String storage,
ApiCallback<DocumentReplaceResult> callback)
Replace text with a new value.
|
Modifier and Type | Method and Description |
---|---|
DocumentReplaceResult |
DocumentReplaceResult.matches(Integer matches) |
Copyright © 2022. All rights reserved.