Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
Shape |
SlidesApi.highlightShapeRegex(String name,
Integer slideIndex,
Integer shapeIndex,
String regex,
String color,
Boolean wholeWordsOnly,
Boolean ignoreCase,
String password,
String folder,
String storage)
Highlight all matches of sample in text frame text using specified color.
|
Shape |
SlidesApi.highlightShapeText(String name,
Integer slideIndex,
Integer shapeIndex,
String text,
String color,
Boolean wholeWordsOnly,
Boolean ignoreCase,
String password,
String folder,
String storage)
Highlight all matches of sample in text frame text using specified color.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<Shape> |
SlidesApi.highlightShapeRegexWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
String regex,
String color,
Boolean wholeWordsOnly,
Boolean ignoreCase,
String password,
String folder,
String storage)
Highlight all matches of sample in text frame text using specified color.
|
ApiResponse<Shape> |
SlidesApi.highlightShapeTextWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
String text,
String color,
Boolean wholeWordsOnly,
Boolean ignoreCase,
String password,
String folder,
String storage)
Highlight all matches of sample in text frame text using specified color.
|
Modifier and Type | Method and Description |
---|---|
void |
SlidesApi.createWatermark(String name,
Shape shape,
Double fontHeight,
String text,
String fontName,
String fontColor,
String password,
String folder,
String storage)
Adds a text watermark to each slide of the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.createWatermarkAsync(String name,
Shape shape,
Double fontHeight,
String text,
String fontName,
String fontColor,
String password,
String folder,
String storage,
ApiCallback<Void> callback)
Adds a text watermark to each slide of the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.createWatermarkCall(String name,
Shape shape,
Double fontHeight,
String text,
String fontName,
String fontColor,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createWatermark
|
File |
SlidesApi.createWatermarkOnline(byte[] document,
Shape shape,
Double fontHeight,
String text,
String fontName,
String fontColor,
String password)
Adds a text watermark to each slide of the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.createWatermarkOnlineAsync(byte[] document,
Shape shape,
Double fontHeight,
String text,
String fontName,
String fontColor,
String password,
ApiCallback<File> callback)
Adds a text watermark to each slide of the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.createWatermarkOnlineCall(byte[] document,
Shape shape,
Double fontHeight,
String text,
String fontName,
String fontColor,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createWatermarkOnline
|
ApiResponse<File> |
SlidesApi.createWatermarkOnlineWithHttpInfo(byte[] document,
Shape shape,
Double fontHeight,
String text,
String fontName,
String fontColor,
String password)
Adds a text watermark to each slide of the presentation.
|
ApiResponse<Void> |
SlidesApi.createWatermarkWithHttpInfo(String name,
Shape shape,
Double fontHeight,
String text,
String fontName,
String fontColor,
String password,
String folder,
String storage)
Adds a text watermark to each slide of the presentation.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.highlightShapeRegexAsync(String name,
Integer slideIndex,
Integer shapeIndex,
String regex,
String color,
Boolean wholeWordsOnly,
Boolean ignoreCase,
String password,
String folder,
String storage,
ApiCallback<Shape> callback)
Highlight all matches of sample in text frame text using specified color.
|
com.squareup.okhttp.Call |
SlidesApi.highlightShapeTextAsync(String name,
Integer slideIndex,
Integer shapeIndex,
String text,
String color,
Boolean wholeWordsOnly,
Boolean ignoreCase,
String password,
String folder,
String storage,
ApiCallback<Shape> callback)
Highlight all matches of sample in text frame text using specified color.
|
Modifier and Type | Method and Description |
---|---|
Shape |
Shape.text(String text) |
Shape |
Shape.textFrameFormat(TextFrameFormat textFrameFormat) |
Copyright © 2023. All rights reserved.