| Package | Description |
|---|---|
| com.aspose.slides.api | |
| com.aspose.slides.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentReplaceResult |
SlidesApi.highlightPresentationRegex(String name,
String regex,
String color,
Boolean ignoreCase,
String password,
String folder,
String storage)
Highlight all matches of sample in text frame text using specified color.
|
DocumentReplaceResult |
SlidesApi.highlightPresentationText(String name,
String text,
String color,
Boolean wholeWordsOnly,
Boolean ignoreCase,
String password,
String folder,
String storage)
Highlight all matches of sample using specified color.
|
DocumentReplaceResult |
SlidesApi.replacePresentationRegex(String name,
String pattern,
String newValue,
Boolean ignoreCase,
String password,
String folder,
String storage)
Replace text with a new value using a regex.
|
DocumentReplaceResult |
SlidesApi.replacePresentationText(String name,
String oldValue,
String newValue,
Boolean ignoreCase,
Boolean wholeWordsOnly,
String password,
String folder,
String storage)
Replace text with a new value.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<DocumentReplaceResult> |
SlidesApi.highlightPresentationRegexWithHttpInfo(String name,
String regex,
String color,
Boolean ignoreCase,
String password,
String folder,
String storage)
Highlight all matches of sample in text frame text using specified color.
|
ApiResponse<DocumentReplaceResult> |
SlidesApi.highlightPresentationTextWithHttpInfo(String name,
String text,
String color,
Boolean wholeWordsOnly,
Boolean ignoreCase,
String password,
String folder,
String storage)
Highlight all matches of sample using specified color.
|
ApiResponse<DocumentReplaceResult> |
SlidesApi.replacePresentationRegexWithHttpInfo(String name,
String pattern,
String newValue,
Boolean ignoreCase,
String password,
String folder,
String storage)
Replace text with a new value using a regex.
|
ApiResponse<DocumentReplaceResult> |
SlidesApi.replacePresentationTextWithHttpInfo(String name,
String oldValue,
String newValue,
Boolean ignoreCase,
Boolean wholeWordsOnly,
String password,
String folder,
String storage)
Replace text with a new value.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
SlidesApi.highlightPresentationRegexAsync(String name,
String regex,
String color,
Boolean ignoreCase,
String password,
String folder,
String storage,
ApiCallback<DocumentReplaceResult> callback)
Highlight all matches of sample in text frame text using specified color.
|
com.squareup.okhttp.Call |
SlidesApi.highlightPresentationTextAsync(String name,
String text,
String color,
Boolean wholeWordsOnly,
Boolean ignoreCase,
String password,
String folder,
String storage,
ApiCallback<DocumentReplaceResult> callback)
Highlight all matches of sample using specified color.
|
com.squareup.okhttp.Call |
SlidesApi.replacePresentationRegexAsync(String name,
String pattern,
String newValue,
Boolean ignoreCase,
String password,
String folder,
String storage,
ApiCallback<DocumentReplaceResult> callback)
Replace text with a new value using a regex.
|
com.squareup.okhttp.Call |
SlidesApi.replacePresentationTextAsync(String name,
String oldValue,
String newValue,
Boolean ignoreCase,
Boolean wholeWordsOnly,
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 © 2025. All rights reserved.