| Package | Description |
|---|---|
| com.aspose.slides.api | |
| com.aspose.slides.model |
| Modifier and Type | Method and Description |
|---|---|
Document |
SlidesApi.replaceTextFormatting(String name,
String oldValue,
String newValue,
PortionFormat portionFormat,
Boolean withMasters,
String password,
String folder,
String storage)
Finds and replaces text in presentation with given format.
|
com.squareup.okhttp.Call |
SlidesApi.replaceTextFormattingAsync(String name,
String oldValue,
String newValue,
PortionFormat portionFormat,
Boolean withMasters,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Finds and replaces text in presentation with given format.
|
com.squareup.okhttp.Call |
SlidesApi.replaceTextFormattingCall(String name,
String oldValue,
String newValue,
PortionFormat portionFormat,
Boolean withMasters,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceTextFormatting
|
File |
SlidesApi.replaceTextFormattingOnline(byte[] document,
String oldValue,
String newValue,
PortionFormat portionFormat,
Boolean withMasters,
String password)
Finds and replaces text in presentation with given format.
|
com.squareup.okhttp.Call |
SlidesApi.replaceTextFormattingOnlineAsync(byte[] document,
String oldValue,
String newValue,
PortionFormat portionFormat,
Boolean withMasters,
String password,
ApiCallback<File> callback)
Finds and replaces text in presentation with given format.
|
com.squareup.okhttp.Call |
SlidesApi.replaceTextFormattingOnlineCall(byte[] document,
String oldValue,
String newValue,
PortionFormat portionFormat,
Boolean withMasters,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceTextFormattingOnline
|
ApiResponse<File> |
SlidesApi.replaceTextFormattingOnlineWithHttpInfo(byte[] document,
String oldValue,
String newValue,
PortionFormat portionFormat,
Boolean withMasters,
String password)
Finds and replaces text in presentation with given format.
|
ApiResponse<Document> |
SlidesApi.replaceTextFormattingWithHttpInfo(String name,
String oldValue,
String newValue,
PortionFormat portionFormat,
Boolean withMasters,
String password,
String folder,
String storage)
Finds and replaces text in presentation with given format.
|
| Modifier and Type | Method and Description |
|---|---|
ParagraphFormat |
ParagraphFormat.defaultPortionFormat(PortionFormat defaultPortionFormat) |
Paragraph |
Paragraph.defaultPortionFormat(PortionFormat defaultPortionFormat) |
void |
ParagraphFormat.setDefaultPortionFormat(PortionFormat defaultPortionFormat) |
void |
Paragraph.setDefaultPortionFormat(PortionFormat defaultPortionFormat) |
Copyright © 2025. All rights reserved.