Package | Description |
---|---|
com.aspose.slides | |
com.aspose.slides.api | |
com.aspose.slides.auth |
Modifier and Type | Method and Description |
---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.RequestBody |
ApiClient.serialize(Object obj,
String contentType,
List<FileInfo> files)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
Modifier and Type | Method and Description |
---|---|
Shapes |
SlidesApi.alignShapes(String name,
Integer slideIndex,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape)
Changes the placement of selected shapes on the slide.
|
com.squareup.okhttp.Call |
SlidesApi.alignShapesAsync(String name,
Integer slideIndex,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Shapes> callback)
Changes the placement of selected shapes on the slide.
|
com.squareup.okhttp.Call |
SlidesApi.alignShapesCall(String name,
Integer slideIndex,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for alignShapes
|
ApiResponse<Shapes> |
SlidesApi.alignShapesWithHttpInfo(String name,
Integer slideIndex,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape)
Changes the placement of selected shapes on the slide.
|
Shapes |
SlidesApi.alignSpecialSlideShapes(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape)
Changes the placement of selected shapes on the master slide.
|
com.squareup.okhttp.Call |
SlidesApi.alignSpecialSlideShapesAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Shapes> callback)
Changes the placement of selected shapes on the master slide.
|
com.squareup.okhttp.Call |
SlidesApi.alignSpecialSlideShapesCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for alignSpecialSlideShapes
|
ApiResponse<Shapes> |
SlidesApi.alignSpecialSlideShapesWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape)
Changes the placement of selected shapes on the master slide.
|
void |
SlidesApi.compressEmbeddedFonts(String name,
String password,
String folder,
String storage)
Compresses embedded fonts by removing unused characters.
|
com.squareup.okhttp.Call |
SlidesApi.compressEmbeddedFontsAsync(String name,
String password,
String folder,
String storage,
ApiCallback<Void> callback)
Compresses embedded fonts by removing unused characters.
|
com.squareup.okhttp.Call |
SlidesApi.compressEmbeddedFontsCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for compressEmbeddedFonts
|
File |
SlidesApi.compressEmbeddedFontsOnline(byte[] document,
String password)
Compresses embedded fonts by removing unused characters.
|
com.squareup.okhttp.Call |
SlidesApi.compressEmbeddedFontsOnlineAsync(byte[] document,
String password,
ApiCallback<File> callback)
Compresses embedded fonts by removing unused characters.
|
com.squareup.okhttp.Call |
SlidesApi.compressEmbeddedFontsOnlineCall(byte[] document,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for compressEmbeddedFontsOnline
|
ApiResponse<File> |
SlidesApi.compressEmbeddedFontsOnlineWithHttpInfo(byte[] document,
String password)
Compresses embedded fonts by removing unused characters.
|
ApiResponse<Void> |
SlidesApi.compressEmbeddedFontsWithHttpInfo(String name,
String password,
String folder,
String storage)
Compresses embedded fonts by removing unused characters.
|
File |
SlidesApi.convert(byte[] document,
ExportFormat format,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options)
Convert presentation from request content to format specified.
|
void |
SlidesApi.convertAndSave(byte[] document,
ExportFormat format,
String outPath,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options)
Convert presentation from request content to format specified.
|
com.squareup.okhttp.Call |
SlidesApi.convertAndSaveAsync(byte[] document,
ExportFormat format,
String outPath,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options,
ApiCallback<Void> callback)
Convert presentation from request content to format specified.
|
com.squareup.okhttp.Call |
SlidesApi.convertAndSaveCall(byte[] document,
ExportFormat format,
String outPath,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for convertAndSave
|
ApiResponse<Void> |
SlidesApi.convertAndSaveWithHttpInfo(byte[] document,
ExportFormat format,
String outPath,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options)
Convert presentation from request content to format specified.
|
com.squareup.okhttp.Call |
SlidesApi.convertAsync(byte[] document,
ExportFormat format,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options,
ApiCallback<File> callback)
Convert presentation from request content to format specified.
|
com.squareup.okhttp.Call |
SlidesApi.convertCall(byte[] document,
ExportFormat format,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for convert
|
ApiResponse<File> |
SlidesApi.convertWithHttpInfo(byte[] document,
ExportFormat format,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options)
Convert presentation from request content to format specified.
|
void |
SlidesApi.copyFile(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
String versionId)
Copy file
|
com.squareup.okhttp.Call |
SlidesApi.copyFileAsync(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
String versionId,
ApiCallback<Void> callback)
Copy file (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.copyFileCall(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
String versionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for copyFile
|
ApiResponse<Void> |
SlidesApi.copyFileWithHttpInfo(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
String versionId)
Copy file
|
void |
SlidesApi.copyFolder(String srcPath,
String destPath,
String srcStorageName,
String destStorageName)
Copy folder
|
com.squareup.okhttp.Call |
SlidesApi.copyFolderAsync(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
ApiCallback<Void> callback)
Copy folder (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.copyFolderCall(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for copyFolder
|
ApiResponse<Void> |
SlidesApi.copyFolderWithHttpInfo(String srcPath,
String destPath,
String srcStorageName,
String destStorageName)
Copy folder
|
LayoutSlide |
SlidesApi.copyLayoutSlide(String name,
String cloneFrom,
Integer cloneFromPosition,
String cloneFromPassword,
String cloneFromStorage,
String password,
String folder,
String storage)
Copy layoutSlide from source presentation.
|
com.squareup.okhttp.Call |
SlidesApi.copyLayoutSlideAsync(String name,
String cloneFrom,
Integer cloneFromPosition,
String cloneFromPassword,
String cloneFromStorage,
String password,
String folder,
String storage,
ApiCallback<LayoutSlide> callback)
Copy layoutSlide from source presentation.
|
com.squareup.okhttp.Call |
SlidesApi.copyLayoutSlideCall(String name,
String cloneFrom,
Integer cloneFromPosition,
String cloneFromPassword,
String cloneFromStorage,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for copyLayoutSlide
|
ApiResponse<LayoutSlide> |
SlidesApi.copyLayoutSlideWithHttpInfo(String name,
String cloneFrom,
Integer cloneFromPosition,
String cloneFromPassword,
String cloneFromStorage,
String password,
String folder,
String storage)
Copy layoutSlide from source presentation.
|
MasterSlide |
SlidesApi.copyMasterSlide(String name,
String cloneFrom,
Integer cloneFromPosition,
String cloneFromPassword,
String cloneFromStorage,
Boolean applyToAll,
String password,
String folder,
String storage)
Copy masterSlide from source presentation.
|
com.squareup.okhttp.Call |
SlidesApi.copyMasterSlideAsync(String name,
String cloneFrom,
Integer cloneFromPosition,
String cloneFromPassword,
String cloneFromStorage,
Boolean applyToAll,
String password,
String folder,
String storage,
ApiCallback<MasterSlide> callback)
Copy masterSlide from source presentation.
|
com.squareup.okhttp.Call |
SlidesApi.copyMasterSlideCall(String name,
String cloneFrom,
Integer cloneFromPosition,
String cloneFromPassword,
String cloneFromStorage,
Boolean applyToAll,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for copyMasterSlide
|
ApiResponse<MasterSlide> |
SlidesApi.copyMasterSlideWithHttpInfo(String name,
String cloneFrom,
Integer cloneFromPosition,
String cloneFromPassword,
String cloneFromStorage,
Boolean applyToAll,
String password,
String folder,
String storage)
Copy masterSlide from source presentation.
|
Slides |
SlidesApi.copySlide(String name,
Integer slideToCopy,
Integer position,
String source,
String sourcePassword,
String sourceStorage,
String password,
String folder,
String storage)
Copy a slide from the current or another presentation.
|
com.squareup.okhttp.Call |
SlidesApi.copySlideAsync(String name,
Integer slideToCopy,
Integer position,
String source,
String sourcePassword,
String sourceStorage,
String password,
String folder,
String storage,
ApiCallback<Slides> callback)
Copy a slide from the current or another presentation.
|
com.squareup.okhttp.Call |
SlidesApi.copySlideCall(String name,
Integer slideToCopy,
Integer position,
String source,
String sourcePassword,
String sourceStorage,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for copySlide
|
ApiResponse<Slides> |
SlidesApi.copySlideWithHttpInfo(String name,
Integer slideToCopy,
Integer position,
String source,
String sourcePassword,
String sourceStorage,
String password,
String folder,
String storage)
Copy a slide from the current or another presentation.
|
SlideAnimation |
SlidesApi.createAnimationEffect(String name,
Integer slideIndex,
Effect effect,
String password,
String folder,
String storage)
Add an effect to slide animation.
|
com.squareup.okhttp.Call |
SlidesApi.createAnimationEffectAsync(String name,
Integer slideIndex,
Effect effect,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Add an effect to slide animation.
|
com.squareup.okhttp.Call |
SlidesApi.createAnimationEffectCall(String name,
Integer slideIndex,
Effect effect,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAnimationEffect
|
ApiResponse<SlideAnimation> |
SlidesApi.createAnimationEffectWithHttpInfo(String name,
Integer slideIndex,
Effect effect,
String password,
String folder,
String storage)
Add an effect to slide animation.
|
SlideAnimation |
SlidesApi.createAnimationInteractiveSequence(String name,
Integer slideIndex,
InteractiveSequence sequence,
String password,
String folder,
String storage)
Set slide animation.
|
com.squareup.okhttp.Call |
SlidesApi.createAnimationInteractiveSequenceAsync(String name,
Integer slideIndex,
InteractiveSequence sequence,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Set slide animation.
|
com.squareup.okhttp.Call |
SlidesApi.createAnimationInteractiveSequenceCall(String name,
Integer slideIndex,
InteractiveSequence sequence,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAnimationInteractiveSequence
|
SlideAnimation |
SlidesApi.createAnimationInteractiveSequenceEffect(String name,
Integer slideIndex,
Integer sequenceIndex,
Effect effect,
String password,
String folder,
String storage)
Add an animation effect to a slide interactive sequence.
|
com.squareup.okhttp.Call |
SlidesApi.createAnimationInteractiveSequenceEffectAsync(String name,
Integer slideIndex,
Integer sequenceIndex,
Effect effect,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Add an animation effect to a slide interactive sequence.
|
com.squareup.okhttp.Call |
SlidesApi.createAnimationInteractiveSequenceEffectCall(String name,
Integer slideIndex,
Integer sequenceIndex,
Effect effect,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAnimationInteractiveSequenceEffect
|
ApiResponse<SlideAnimation> |
SlidesApi.createAnimationInteractiveSequenceEffectWithHttpInfo(String name,
Integer slideIndex,
Integer sequenceIndex,
Effect effect,
String password,
String folder,
String storage)
Add an animation effect to a slide interactive sequence.
|
ApiResponse<SlideAnimation> |
SlidesApi.createAnimationInteractiveSequenceWithHttpInfo(String name,
Integer slideIndex,
InteractiveSequence sequence,
String password,
String folder,
String storage)
Set slide animation.
|
Chart |
SlidesApi.createChartCategory(String name,
Integer slideIndex,
Integer shapeIndex,
ChartCategory category,
String password,
String folder,
String storage)
Add a new category to a chart.
|
com.squareup.okhttp.Call |
SlidesApi.createChartCategoryAsync(String name,
Integer slideIndex,
Integer shapeIndex,
ChartCategory category,
String password,
String folder,
String storage,
ApiCallback<Chart> callback)
Add a new category to a chart.
|
com.squareup.okhttp.Call |
SlidesApi.createChartCategoryCall(String name,
Integer slideIndex,
Integer shapeIndex,
ChartCategory category,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createChartCategory
|
ApiResponse<Chart> |
SlidesApi.createChartCategoryWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
ChartCategory category,
String password,
String folder,
String storage)
Add a new category to a chart.
|
Chart |
SlidesApi.createChartDataPoint(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
DataPoint dataPoint,
String password,
String folder,
String storage)
Add a new data point to a chart series.
|
com.squareup.okhttp.Call |
SlidesApi.createChartDataPointAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
DataPoint dataPoint,
String password,
String folder,
String storage,
ApiCallback<Chart> callback)
Add a new data point to a chart series.
|
com.squareup.okhttp.Call |
SlidesApi.createChartDataPointCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
DataPoint dataPoint,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createChartDataPoint
|
ApiResponse<Chart> |
SlidesApi.createChartDataPointWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
DataPoint dataPoint,
String password,
String folder,
String storage)
Add a new data point to a chart series.
|
Chart |
SlidesApi.createChartSeries(String name,
Integer slideIndex,
Integer shapeIndex,
Series series,
String password,
String folder,
String storage)
Add a new series to a chart.
|
com.squareup.okhttp.Call |
SlidesApi.createChartSeriesAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Series series,
String password,
String folder,
String storage,
ApiCallback<Chart> callback)
Add a new series to a chart.
|
com.squareup.okhttp.Call |
SlidesApi.createChartSeriesCall(String name,
Integer slideIndex,
Integer shapeIndex,
Series series,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createChartSeries
|
ApiResponse<Chart> |
SlidesApi.createChartSeriesWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Series series,
String password,
String folder,
String storage)
Add a new series to a chart.
|
SlideComments |
SlidesApi.createComment(String name,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password,
String folder,
String storage)
Adds the comment on the slide.
|
com.squareup.okhttp.Call |
SlidesApi.createCommentAsync(String name,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password,
String folder,
String storage,
ApiCallback<SlideComments> callback)
Adds the comment on the slide.
|
com.squareup.okhttp.Call |
SlidesApi.createCommentCall(String name,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createComment
|
File |
SlidesApi.createCommentOnline(byte[] document,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password)
Adds the comment on the slide.
|
com.squareup.okhttp.Call |
SlidesApi.createCommentOnlineAsync(byte[] document,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password,
ApiCallback<File> callback)
Adds the comment on the slide.
|
com.squareup.okhttp.Call |
SlidesApi.createCommentOnlineCall(byte[] document,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCommentOnline
|
ApiResponse<File> |
SlidesApi.createCommentOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password)
Adds the comment on the slide.
|
ApiResponse<SlideComments> |
SlidesApi.createCommentWithHttpInfo(String name,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password,
String folder,
String storage)
Adds the comment on the slide.
|
void |
SlidesApi.createFolder(String path,
String storageName)
Create the folder
|
com.squareup.okhttp.Call |
SlidesApi.createFolderAsync(String path,
String storageName,
ApiCallback<Void> callback)
Create the folder (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.createFolderCall(String path,
String storageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createFolder
|
ApiResponse<Void> |
SlidesApi.createFolderWithHttpInfo(String path,
String storageName)
Create the folder
|
void |
SlidesApi.createImageWatermark(String name,
byte[] image,
PictureFrame pictureFrame,
String password,
String folder,
String storage)
Adds an image watermark to each slide of the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.createImageWatermarkAsync(String name,
byte[] image,
PictureFrame pictureFrame,
String password,
String folder,
String storage,
ApiCallback<Void> callback)
Adds an image watermark to each slide of the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.createImageWatermarkCall(String name,
byte[] image,
PictureFrame pictureFrame,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createImageWatermark
|
File |
SlidesApi.createImageWatermarkOnline(byte[] document,
byte[] image,
PictureFrame pictureFrame,
String password)
Adds an image watermark to each slide of the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.createImageWatermarkOnlineAsync(byte[] document,
byte[] image,
PictureFrame pictureFrame,
String password,
ApiCallback<File> callback)
Adds an image watermark to each slide of the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.createImageWatermarkOnlineCall(byte[] document,
byte[] image,
PictureFrame pictureFrame,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createImageWatermarkOnline
|
ApiResponse<File> |
SlidesApi.createImageWatermarkOnlineWithHttpInfo(byte[] document,
byte[] image,
PictureFrame pictureFrame,
String password)
Adds an image watermark to each slide of the presentation.
|
ApiResponse<Void> |
SlidesApi.createImageWatermarkWithHttpInfo(String name,
byte[] image,
PictureFrame pictureFrame,
String password,
String folder,
String storage)
Adds an image watermark to each slide of the presentation.
|
NotesSlide |
SlidesApi.createNotesSlide(String name,
Integer slideIndex,
NotesSlide dto,
String password,
String folder,
String storage)
Add new notes slide.
|
com.squareup.okhttp.Call |
SlidesApi.createNotesSlideAsync(String name,
Integer slideIndex,
NotesSlide dto,
String password,
String folder,
String storage,
ApiCallback<NotesSlide> callback)
Add new notes slide.
|
com.squareup.okhttp.Call |
SlidesApi.createNotesSlideCall(String name,
Integer slideIndex,
NotesSlide dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNotesSlide
|
ApiResponse<NotesSlide> |
SlidesApi.createNotesSlideWithHttpInfo(String name,
Integer slideIndex,
NotesSlide dto,
String password,
String folder,
String storage)
Add new notes slide.
|
Paragraph |
SlidesApi.createParagraph(String name,
Integer slideIndex,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage,
String subShape)
Creates new paragraph.
|
com.squareup.okhttp.Call |
SlidesApi.createParagraphAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Paragraph> callback)
Creates new paragraph.
|
com.squareup.okhttp.Call |
SlidesApi.createParagraphCall(String name,
Integer slideIndex,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createParagraph
|
ApiResponse<Paragraph> |
SlidesApi.createParagraphWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage,
String subShape)
Creates new paragraph.
|
Portion |
SlidesApi.createPortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
String subShape)
Creates new portion.
|
com.squareup.okhttp.Call |
SlidesApi.createPortionAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Portion> callback)
Creates new portion.
|
com.squareup.okhttp.Call |
SlidesApi.createPortionCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createPortion
|
ApiResponse<Portion> |
SlidesApi.createPortionWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
String subShape)
Creates new portion.
|
Document |
SlidesApi.createPresentation(String name,
byte[] data,
String inputPassword,
String password,
String folder,
String storage)
Create a presentation.
|
com.squareup.okhttp.Call |
SlidesApi.createPresentationAsync(String name,
byte[] data,
String inputPassword,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Create a presentation.
|
com.squareup.okhttp.Call |
SlidesApi.createPresentationCall(String name,
byte[] data,
String inputPassword,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createPresentation
|
Document |
SlidesApi.createPresentationFromSource(String name,
String sourcePath,
String sourcePassword,
String sourceStorage,
String password,
String folder,
String storage)
Create a presentation from an existing source.
|
com.squareup.okhttp.Call |
SlidesApi.createPresentationFromSourceAsync(String name,
String sourcePath,
String sourcePassword,
String sourceStorage,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Create a presentation from an existing source.
|
com.squareup.okhttp.Call |
SlidesApi.createPresentationFromSourceCall(String name,
String sourcePath,
String sourcePassword,
String sourceStorage,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createPresentationFromSource
|
ApiResponse<Document> |
SlidesApi.createPresentationFromSourceWithHttpInfo(String name,
String sourcePath,
String sourcePassword,
String sourceStorage,
String password,
String folder,
String storage)
Create a presentation from an existing source.
|
Document |
SlidesApi.createPresentationFromTemplate(String name,
String templatePath,
String data,
String templatePassword,
String templateStorage,
Boolean isImageDataEmbedded,
String password,
String folder,
String storage)
Create a presentation.
|
com.squareup.okhttp.Call |
SlidesApi.createPresentationFromTemplateAsync(String name,
String templatePath,
String data,
String templatePassword,
String templateStorage,
Boolean isImageDataEmbedded,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Create a presentation.
|
com.squareup.okhttp.Call |
SlidesApi.createPresentationFromTemplateCall(String name,
String templatePath,
String data,
String templatePassword,
String templateStorage,
Boolean isImageDataEmbedded,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createPresentationFromTemplate
|
ApiResponse<Document> |
SlidesApi.createPresentationFromTemplateWithHttpInfo(String name,
String templatePath,
String data,
String templatePassword,
String templateStorage,
Boolean isImageDataEmbedded,
String password,
String folder,
String storage)
Create a presentation.
|
ApiResponse<Document> |
SlidesApi.createPresentationWithHttpInfo(String name,
byte[] data,
String inputPassword,
String password,
String folder,
String storage)
Create a presentation.
|
Sections |
SlidesApi.createSection(String name,
String sectionName,
Integer slideIndex,
String password,
String folder,
String storage)
Create a section starting at a specified slide index.
|
com.squareup.okhttp.Call |
SlidesApi.createSectionAsync(String name,
String sectionName,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<Sections> callback)
Create a section starting at a specified slide index.
|
com.squareup.okhttp.Call |
SlidesApi.createSectionCall(String name,
String sectionName,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSection
|
ApiResponse<Sections> |
SlidesApi.createSectionWithHttpInfo(String name,
String sectionName,
Integer slideIndex,
String password,
String folder,
String storage)
Create a section starting at a specified slide index.
|
ShapeBase |
SlidesApi.createShape(String name,
Integer slideIndex,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape)
Create new shape.
|
com.squareup.okhttp.Call |
SlidesApi.createShapeAsync(String name,
Integer slideIndex,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape,
ApiCallback<ShapeBase> callback)
Create new shape.
|
com.squareup.okhttp.Call |
SlidesApi.createShapeCall(String name,
Integer slideIndex,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createShape
|
ApiResponse<ShapeBase> |
SlidesApi.createShapeWithHttpInfo(String name,
Integer slideIndex,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape)
Create new shape.
|
Slides |
SlidesApi.createSlide(String name,
String layoutAlias,
Integer position,
String password,
String folder,
String storage)
Create a slide.
|
com.squareup.okhttp.Call |
SlidesApi.createSlideAsync(String name,
String layoutAlias,
Integer position,
String password,
String folder,
String storage,
ApiCallback<Slides> callback)
Create a slide.
|
com.squareup.okhttp.Call |
SlidesApi.createSlideCall(String name,
String layoutAlias,
Integer position,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSlide
|
ApiResponse<Slides> |
SlidesApi.createSlideWithHttpInfo(String name,
String layoutAlias,
Integer position,
String password,
String folder,
String storage)
Create a slide.
|
SmartArt |
SlidesApi.createSmartArtNode(String name,
Integer slideIndex,
Integer smartArtIndex,
String subNode,
String text,
Integer position,
String password,
String folder,
String storage)
Add SmartArt node
|
com.squareup.okhttp.Call |
SlidesApi.createSmartArtNodeAsync(String name,
Integer slideIndex,
Integer smartArtIndex,
String subNode,
String text,
Integer position,
String password,
String folder,
String storage,
ApiCallback<SmartArt> callback)
Add SmartArt node (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.createSmartArtNodeCall(String name,
Integer slideIndex,
Integer smartArtIndex,
String subNode,
String text,
Integer position,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSmartArtNode
|
ApiResponse<SmartArt> |
SlidesApi.createSmartArtNodeWithHttpInfo(String name,
Integer slideIndex,
Integer smartArtIndex,
String subNode,
String text,
Integer position,
String password,
String folder,
String storage)
Add SmartArt node
|
SlideAnimation |
SlidesApi.createSpecialSlideAnimationEffect(String name,
Integer slideIndex,
SpecialSlideType slideType,
Effect effect,
String password,
String folder,
String storage)
Add an effect to special slide (master, layout, notes) animation.
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlideAnimationEffectAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Effect effect,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Add an effect to special slide (master, layout, notes) animation.
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlideAnimationEffectCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Effect effect,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSpecialSlideAnimationEffect
|
ApiResponse<SlideAnimation> |
SlidesApi.createSpecialSlideAnimationEffectWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Effect effect,
String password,
String folder,
String storage)
Add an effect to special slide (master, layout, notes) animation.
|
SlideAnimation |
SlidesApi.createSpecialSlideAnimationInteractiveSequence(String name,
Integer slideIndex,
SpecialSlideType slideType,
InteractiveSequence sequence,
String password,
String folder,
String storage)
Set special slide (master, layout, notes) animation.
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlideAnimationInteractiveSequenceAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
InteractiveSequence sequence,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Set special slide (master, layout, notes) animation.
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlideAnimationInteractiveSequenceCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
InteractiveSequence sequence,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSpecialSlideAnimationInteractiveSequence
|
SlideAnimation |
SlidesApi.createSpecialSlideAnimationInteractiveSequenceEffect(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer sequenceIndex,
Effect effect,
String password,
String folder,
String storage)
Add an animation effect to a special slide (master, layout, notes) interactive sequence.
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlideAnimationInteractiveSequenceEffectAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer sequenceIndex,
Effect effect,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Add an animation effect to a special slide (master, layout, notes) interactive sequence.
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlideAnimationInteractiveSequenceEffectCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer sequenceIndex,
Effect effect,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSpecialSlideAnimationInteractiveSequenceEffect
|
ApiResponse<SlideAnimation> |
SlidesApi.createSpecialSlideAnimationInteractiveSequenceEffectWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer sequenceIndex,
Effect effect,
String password,
String folder,
String storage)
Add an animation effect to a special slide (master, layout, notes) interactive sequence.
|
ApiResponse<SlideAnimation> |
SlidesApi.createSpecialSlideAnimationInteractiveSequenceWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
InteractiveSequence sequence,
String password,
String folder,
String storage)
Set special slide (master, layout, notes) animation.
|
Paragraph |
SlidesApi.createSpecialSlideParagraph(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage,
String subShape)
Creates new paragraph.
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlideParagraphAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Paragraph> callback)
Creates new paragraph.
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlideParagraphCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSpecialSlideParagraph
|
ApiResponse<Paragraph> |
SlidesApi.createSpecialSlideParagraphWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage,
String subShape)
Creates new paragraph.
|
Portion |
SlidesApi.createSpecialSlidePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
String subShape)
Creates new portion.
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlidePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Portion> callback)
Creates new portion.
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlidePortionCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSpecialSlidePortion
|
ApiResponse<Portion> |
SlidesApi.createSpecialSlidePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
String subShape)
Creates new portion.
|
ShapeBase |
SlidesApi.createSpecialSlideShape(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape)
Create new shape.
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlideShapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape,
ApiCallback<ShapeBase> callback)
Create new shape.
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlideShapeCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSpecialSlideShape
|
ApiResponse<ShapeBase> |
SlidesApi.createSpecialSlideShapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape)
Create new shape.
|
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.
|
SlideAnimation |
SlidesApi.deleteAnimation(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Remove animation from a slide.
|
com.squareup.okhttp.Call |
SlidesApi.deleteAnimationAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Remove animation from a slide.
|
com.squareup.okhttp.Call |
SlidesApi.deleteAnimationCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAnimation
|
SlideAnimation |
SlidesApi.deleteAnimationEffect(String name,
Integer slideIndex,
Integer effectIndex,
String password,
String folder,
String storage)
Remove an effect from slide animation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteAnimationEffectAsync(String name,
Integer slideIndex,
Integer effectIndex,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Remove an effect from slide animation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteAnimationEffectCall(String name,
Integer slideIndex,
Integer effectIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAnimationEffect
|
ApiResponse<SlideAnimation> |
SlidesApi.deleteAnimationEffectWithHttpInfo(String name,
Integer slideIndex,
Integer effectIndex,
String password,
String folder,
String storage)
Remove an effect from slide animation.
|
SlideAnimation |
SlidesApi.deleteAnimationInteractiveSequence(String name,
Integer slideIndex,
Integer sequenceIndex,
String password,
String folder,
String storage)
Remove an interactive sequence from slide animation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteAnimationInteractiveSequenceAsync(String name,
Integer slideIndex,
Integer sequenceIndex,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Remove an interactive sequence from slide animation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteAnimationInteractiveSequenceCall(String name,
Integer slideIndex,
Integer sequenceIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAnimationInteractiveSequence
|
SlideAnimation |
SlidesApi.deleteAnimationInteractiveSequenceEffect(String name,
Integer slideIndex,
Integer sequenceIndex,
Integer effectIndex,
String password,
String folder,
String storage)
Remove an effect from slide animation interactive sequence.
|
com.squareup.okhttp.Call |
SlidesApi.deleteAnimationInteractiveSequenceEffectAsync(String name,
Integer slideIndex,
Integer sequenceIndex,
Integer effectIndex,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Remove an effect from slide animation interactive sequence.
|
com.squareup.okhttp.Call |
SlidesApi.deleteAnimationInteractiveSequenceEffectCall(String name,
Integer slideIndex,
Integer sequenceIndex,
Integer effectIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAnimationInteractiveSequenceEffect
|
ApiResponse<SlideAnimation> |
SlidesApi.deleteAnimationInteractiveSequenceEffectWithHttpInfo(String name,
Integer slideIndex,
Integer sequenceIndex,
Integer effectIndex,
String password,
String folder,
String storage)
Remove an effect from slide animation interactive sequence.
|
SlideAnimation |
SlidesApi.deleteAnimationInteractiveSequences(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Clear all interactive sequences from slide animation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteAnimationInteractiveSequencesAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Clear all interactive sequences from slide animation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteAnimationInteractiveSequencesCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAnimationInteractiveSequences
|
ApiResponse<SlideAnimation> |
SlidesApi.deleteAnimationInteractiveSequencesWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Clear all interactive sequences from slide animation.
|
ApiResponse<SlideAnimation> |
SlidesApi.deleteAnimationInteractiveSequenceWithHttpInfo(String name,
Integer slideIndex,
Integer sequenceIndex,
String password,
String folder,
String storage)
Remove an interactive sequence from slide animation.
|
SlideAnimation |
SlidesApi.deleteAnimationMainSequence(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Clear main sequence in slide animation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteAnimationMainSequenceAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Clear main sequence in slide animation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteAnimationMainSequenceCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAnimationMainSequence
|
ApiResponse<SlideAnimation> |
SlidesApi.deleteAnimationMainSequenceWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Clear main sequence in slide animation.
|
ApiResponse<SlideAnimation> |
SlidesApi.deleteAnimationWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Remove animation from a slide.
|
SlideBackground |
SlidesApi.deleteBackground(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Remove background from a slide.
|
com.squareup.okhttp.Call |
SlidesApi.deleteBackgroundAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<SlideBackground> callback)
Remove background from a slide.
|
com.squareup.okhttp.Call |
SlidesApi.deleteBackgroundCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteBackground
|
ApiResponse<SlideBackground> |
SlidesApi.deleteBackgroundWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Remove background from a slide.
|
Chart |
SlidesApi.deleteChartCategory(String name,
Integer slideIndex,
Integer shapeIndex,
Integer categoryIndex,
String password,
String folder,
String storage)
Delete a category from a chart.
|
com.squareup.okhttp.Call |
SlidesApi.deleteChartCategoryAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer categoryIndex,
String password,
String folder,
String storage,
ApiCallback<Chart> callback)
Delete a category from a chart.
|
com.squareup.okhttp.Call |
SlidesApi.deleteChartCategoryCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer categoryIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteChartCategory
|
ApiResponse<Chart> |
SlidesApi.deleteChartCategoryWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer categoryIndex,
String password,
String folder,
String storage)
Delete a category from a chart.
|
Chart |
SlidesApi.deleteChartDataPoint(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Integer pointIndex,
String password,
String folder,
String storage)
Delete a data point from a chart series.
|
com.squareup.okhttp.Call |
SlidesApi.deleteChartDataPointAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Integer pointIndex,
String password,
String folder,
String storage,
ApiCallback<Chart> callback)
Delete a data point from a chart series.
|
com.squareup.okhttp.Call |
SlidesApi.deleteChartDataPointCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Integer pointIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteChartDataPoint
|
ApiResponse<Chart> |
SlidesApi.deleteChartDataPointWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Integer pointIndex,
String password,
String folder,
String storage)
Delete a data point from a chart series.
|
Chart |
SlidesApi.deleteChartSeries(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
String password,
String folder,
String storage)
Delete a series from a chart.
|
com.squareup.okhttp.Call |
SlidesApi.deleteChartSeriesAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
String password,
String folder,
String storage,
ApiCallback<Chart> callback)
Delete a series from a chart.
|
com.squareup.okhttp.Call |
SlidesApi.deleteChartSeriesCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteChartSeries
|
ApiResponse<Chart> |
SlidesApi.deleteChartSeriesWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
String password,
String folder,
String storage)
Delete a series from a chart.
|
void |
SlidesApi.deleteComments(String name,
String author,
String password,
String folder,
String storage)
Removes comments of the specified author from the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteCommentsAsync(String name,
String author,
String password,
String folder,
String storage,
ApiCallback<Void> callback)
Removes comments of the specified author from the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteCommentsCall(String name,
String author,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteComments
|
File |
SlidesApi.deleteCommentsOnline(byte[] document,
String author,
String password)
Removes comments of the specified author from the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteCommentsOnlineAsync(byte[] document,
String author,
String password,
ApiCallback<File> callback)
Removes comments of the specified author from the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteCommentsOnlineCall(byte[] document,
String author,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCommentsOnline
|
ApiResponse<File> |
SlidesApi.deleteCommentsOnlineWithHttpInfo(byte[] document,
String author,
String password)
Removes comments of the specified author from the presentation.
|
ApiResponse<Void> |
SlidesApi.deleteCommentsWithHttpInfo(String name,
String author,
String password,
String folder,
String storage)
Removes comments of the specified author from the presentation.
|
DocumentProperties |
SlidesApi.deleteDocumentProperties(String name,
String password,
String folder,
String storage)
Clean document properties.
|
com.squareup.okhttp.Call |
SlidesApi.deleteDocumentPropertiesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<DocumentProperties> callback)
Clean document properties.
|
com.squareup.okhttp.Call |
SlidesApi.deleteDocumentPropertiesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteDocumentProperties
|
ApiResponse<DocumentProperties> |
SlidesApi.deleteDocumentPropertiesWithHttpInfo(String name,
String password,
String folder,
String storage)
Clean document properties.
|
DocumentProperties |
SlidesApi.deleteDocumentProperty(String name,
String propertyName,
String password,
String folder,
String storage)
Delete document property.
|
com.squareup.okhttp.Call |
SlidesApi.deleteDocumentPropertyAsync(String name,
String propertyName,
String password,
String folder,
String storage,
ApiCallback<DocumentProperties> callback)
Delete document property.
|
com.squareup.okhttp.Call |
SlidesApi.deleteDocumentPropertyCall(String name,
String propertyName,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteDocumentProperty
|
ApiResponse<DocumentProperties> |
SlidesApi.deleteDocumentPropertyWithHttpInfo(String name,
String propertyName,
String password,
String folder,
String storage)
Delete document property.
|
FontsData |
SlidesApi.deleteEmbeddedFont(String name,
String fontName,
String password,
String folder,
String storage)
Removes specified embedded font and returns presentation fonts info.
|
com.squareup.okhttp.Call |
SlidesApi.deleteEmbeddedFontAsync(String name,
String fontName,
String password,
String folder,
String storage,
ApiCallback<FontsData> callback)
Removes specified embedded font and returns presentation fonts info.
|
com.squareup.okhttp.Call |
SlidesApi.deleteEmbeddedFontCall(String name,
String fontName,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteEmbeddedFont
|
File |
SlidesApi.deleteEmbeddedFontOnline(byte[] document,
String fontName,
String password)
Removes specified embedded font and returns presentation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteEmbeddedFontOnlineAsync(byte[] document,
String fontName,
String password,
ApiCallback<File> callback)
Removes specified embedded font and returns presentation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteEmbeddedFontOnlineCall(byte[] document,
String fontName,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteEmbeddedFontOnline
|
ApiResponse<File> |
SlidesApi.deleteEmbeddedFontOnlineWithHttpInfo(byte[] document,
String fontName,
String password)
Removes specified embedded font and returns presentation.
|
ApiResponse<FontsData> |
SlidesApi.deleteEmbeddedFontWithHttpInfo(String name,
String fontName,
String password,
String folder,
String storage)
Removes specified embedded font and returns presentation fonts info.
|
void |
SlidesApi.deleteFile(String path,
String storageName,
String versionId)
Delete file
|
com.squareup.okhttp.Call |
SlidesApi.deleteFileAsync(String path,
String storageName,
String versionId,
ApiCallback<Void> callback)
Delete file (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.deleteFileCall(String path,
String storageName,
String versionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteFile
|
ApiResponse<Void> |
SlidesApi.deleteFileWithHttpInfo(String path,
String storageName,
String versionId)
Delete file
|
void |
SlidesApi.deleteFolder(String path,
String storageName,
Boolean recursive)
Delete folder
|
com.squareup.okhttp.Call |
SlidesApi.deleteFolderAsync(String path,
String storageName,
Boolean recursive,
ApiCallback<Void> callback)
Delete folder (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.deleteFolderCall(String path,
String storageName,
Boolean recursive,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteFolder
|
ApiResponse<Void> |
SlidesApi.deleteFolderWithHttpInfo(String path,
String storageName,
Boolean recursive)
Delete folder
|
Slide |
SlidesApi.deleteNotesSlide(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Remove notes slide.
|
com.squareup.okhttp.Call |
SlidesApi.deleteNotesSlideAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<Slide> callback)
Remove notes slide.
|
com.squareup.okhttp.Call |
SlidesApi.deleteNotesSlideCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNotesSlide
|
ApiResponse<Slide> |
SlidesApi.deleteNotesSlideWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Remove notes slide.
|
Paragraphs |
SlidesApi.deleteParagraph(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape)
Remove a paragraph.
|
com.squareup.okhttp.Call |
SlidesApi.deleteParagraphAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Paragraphs> callback)
Remove a paragraph.
|
com.squareup.okhttp.Call |
SlidesApi.deleteParagraphCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteParagraph
|
Paragraphs |
SlidesApi.deleteParagraphs(String name,
Integer slideIndex,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
String subShape)
Remove a range of paragraphs.
|
com.squareup.okhttp.Call |
SlidesApi.deleteParagraphsAsync(String name,
Integer slideIndex,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Paragraphs> callback)
Remove a range of paragraphs.
|
com.squareup.okhttp.Call |
SlidesApi.deleteParagraphsCall(String name,
Integer slideIndex,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteParagraphs
|
ApiResponse<Paragraphs> |
SlidesApi.deleteParagraphsWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
String subShape)
Remove a range of paragraphs.
|
ApiResponse<Paragraphs> |
SlidesApi.deleteParagraphWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape)
Remove a paragraph.
|
Portions |
SlidesApi.deletePortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape)
Remove a portion.
|
com.squareup.okhttp.Call |
SlidesApi.deletePortionAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Portions> callback)
Remove a portion.
|
com.squareup.okhttp.Call |
SlidesApi.deletePortionCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deletePortion
|
Portions |
SlidesApi.deletePortions(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
String subShape)
Remove a range of portions.
|
com.squareup.okhttp.Call |
SlidesApi.deletePortionsAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Portions> callback)
Remove a range of portions.
|
com.squareup.okhttp.Call |
SlidesApi.deletePortionsCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deletePortions
|
ApiResponse<Portions> |
SlidesApi.deletePortionsWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
String subShape)
Remove a range of portions.
|
ApiResponse<Portions> |
SlidesApi.deletePortionWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape)
Remove a portion.
|
ProtectionProperties |
SlidesApi.deleteProtection(String name,
String password,
String folder,
String storage)
Resets all presentation protection settings.
|
com.squareup.okhttp.Call |
SlidesApi.deleteProtectionAsync(String name,
String password,
String folder,
String storage,
ApiCallback<ProtectionProperties> callback)
Resets all presentation protection settings.
|
com.squareup.okhttp.Call |
SlidesApi.deleteProtectionCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteProtection
|
File |
SlidesApi.deleteProtectionOnline(byte[] document,
String password)
Resets all presentation protection settings.
|
com.squareup.okhttp.Call |
SlidesApi.deleteProtectionOnlineAsync(byte[] document,
String password,
ApiCallback<File> callback)
Resets all presentation protection settings.
|
com.squareup.okhttp.Call |
SlidesApi.deleteProtectionOnlineCall(byte[] document,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteProtectionOnline
|
ApiResponse<File> |
SlidesApi.deleteProtectionOnlineWithHttpInfo(byte[] document,
String password)
Resets all presentation protection settings.
|
ApiResponse<ProtectionProperties> |
SlidesApi.deleteProtectionWithHttpInfo(String name,
String password,
String folder,
String storage)
Resets all presentation protection settings.
|
Sections |
SlidesApi.deleteSection(String name,
Integer sectionIndex,
Boolean withSlides,
String password,
String folder,
String storage)
Delete a presentation section.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSectionAsync(String name,
Integer sectionIndex,
Boolean withSlides,
String password,
String folder,
String storage,
ApiCallback<Sections> callback)
Delete a presentation section.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSectionCall(String name,
Integer sectionIndex,
Boolean withSlides,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSection
|
Sections |
SlidesApi.deleteSections(String name,
List<Integer> sections,
Boolean withSlides,
String password,
String folder,
String storage)
Delete presentation sections.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSectionsAsync(String name,
List<Integer> sections,
Boolean withSlides,
String password,
String folder,
String storage,
ApiCallback<Sections> callback)
Delete presentation sections.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSectionsCall(String name,
List<Integer> sections,
Boolean withSlides,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSections
|
ApiResponse<Sections> |
SlidesApi.deleteSectionsWithHttpInfo(String name,
List<Integer> sections,
Boolean withSlides,
String password,
String folder,
String storage)
Delete presentation sections.
|
ApiResponse<Sections> |
SlidesApi.deleteSectionWithHttpInfo(String name,
Integer sectionIndex,
Boolean withSlides,
String password,
String folder,
String storage)
Delete a presentation section.
|
Shapes |
SlidesApi.deleteShape(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Remove a shape.
|
com.squareup.okhttp.Call |
SlidesApi.deleteShapeAsync(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Shapes> callback)
Remove a shape.
|
com.squareup.okhttp.Call |
SlidesApi.deleteShapeCall(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteShape
|
Shapes |
SlidesApi.deleteShapes(String name,
Integer slideIndex,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape)
Remove a range of shapes.
|
com.squareup.okhttp.Call |
SlidesApi.deleteShapesAsync(String name,
Integer slideIndex,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Shapes> callback)
Remove a range of shapes.
|
com.squareup.okhttp.Call |
SlidesApi.deleteShapesCall(String name,
Integer slideIndex,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteShapes
|
ApiResponse<Shapes> |
SlidesApi.deleteShapesWithHttpInfo(String name,
Integer slideIndex,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape)
Remove a range of shapes.
|
ApiResponse<Shapes> |
SlidesApi.deleteShapeWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Remove a shape.
|
Slides |
SlidesApi.deleteSlide(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Delete a presentation slide by index.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSlideAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<Slides> callback)
Delete a presentation slide by index.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSlideCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSlide
|
SlideComments |
SlidesApi.deleteSlideComments(String name,
Integer slideIndex,
String author,
String password,
String folder,
String storage)
Removes comments of the specified author from the slide.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSlideCommentsAsync(String name,
Integer slideIndex,
String author,
String password,
String folder,
String storage,
ApiCallback<SlideComments> callback)
Removes comments of the specified author from the slide.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSlideCommentsCall(String name,
Integer slideIndex,
String author,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSlideComments
|
File |
SlidesApi.deleteSlideCommentsOnline(byte[] document,
Integer slideIndex,
String author,
String password)
Removes comments of the specified author from the slide.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSlideCommentsOnlineAsync(byte[] document,
Integer slideIndex,
String author,
String password,
ApiCallback<File> callback)
Removes comments of the specified author from the slide.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSlideCommentsOnlineCall(byte[] document,
Integer slideIndex,
String author,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSlideCommentsOnline
|
ApiResponse<File> |
SlidesApi.deleteSlideCommentsOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
String author,
String password)
Removes comments of the specified author from the slide.
|
ApiResponse<SlideComments> |
SlidesApi.deleteSlideCommentsWithHttpInfo(String name,
Integer slideIndex,
String author,
String password,
String folder,
String storage)
Removes comments of the specified author from the slide.
|
Slides |
SlidesApi.deleteSlides(String name,
List<Integer> slides,
String password,
String folder,
String storage)
Delete presentation slides.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSlidesAsync(String name,
List<Integer> slides,
String password,
String folder,
String storage,
ApiCallback<Slides> callback)
Delete presentation slides.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSlidesCall(String name,
List<Integer> slides,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSlides
|
ApiResponse<Slides> |
SlidesApi.deleteSlidesWithHttpInfo(String name,
List<Integer> slides,
String password,
String folder,
String storage)
Delete presentation slides.
|
ApiResponse<Slides> |
SlidesApi.deleteSlideWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Delete a presentation slide by index.
|
SmartArt |
SlidesApi.deleteSmartArtNode(String name,
Integer slideIndex,
Integer smartArtIndex,
Integer nodeIndex,
String subNode,
String password,
String folder,
String storage)
Delete SmartArt node
|
com.squareup.okhttp.Call |
SlidesApi.deleteSmartArtNodeAsync(String name,
Integer slideIndex,
Integer smartArtIndex,
Integer nodeIndex,
String subNode,
String password,
String folder,
String storage,
ApiCallback<SmartArt> callback)
Delete SmartArt node (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.deleteSmartArtNodeCall(String name,
Integer slideIndex,
Integer smartArtIndex,
Integer nodeIndex,
String subNode,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSmartArtNode
|
ApiResponse<SmartArt> |
SlidesApi.deleteSmartArtNodeWithHttpInfo(String name,
Integer slideIndex,
Integer smartArtIndex,
Integer nodeIndex,
String subNode,
String password,
String folder,
String storage)
Delete SmartArt node
|
SlideAnimation |
SlidesApi.deleteSpecialSlideAnimation(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage)
Remove animation from a special slide (master, layout, notes).
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideAnimationAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Remove animation from a special slide (master, layout, notes).
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideAnimationCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideAnimation
|
SlideAnimation |
SlidesApi.deleteSpecialSlideAnimationEffect(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer effectIndex,
String password,
String folder,
String storage)
Remove an effect from special slide (master, layout, notes) animation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideAnimationEffectAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer effectIndex,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Remove an effect from special slide (master, layout, notes) animation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideAnimationEffectCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer effectIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideAnimationEffect
|
ApiResponse<SlideAnimation> |
SlidesApi.deleteSpecialSlideAnimationEffectWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer effectIndex,
String password,
String folder,
String storage)
Remove an effect from special slide (master, layout, notes) animation.
|
SlideAnimation |
SlidesApi.deleteSpecialSlideAnimationInteractiveSequence(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer sequenceIndex,
String password,
String folder,
String storage)
Remove an interactive sequence from special slide (master, layout, notes) animation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideAnimationInteractiveSequenceAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer sequenceIndex,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Remove an interactive sequence from special slide (master, layout, notes) animation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideAnimationInteractiveSequenceCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer sequenceIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideAnimationInteractiveSequence
|
SlideAnimation |
SlidesApi.deleteSpecialSlideAnimationInteractiveSequenceEffect(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer sequenceIndex,
Integer effectIndex,
String password,
String folder,
String storage)
Remove an effect from special slide (master, layout, notes) animation interactive sequence.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideAnimationInteractiveSequenceEffectAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer sequenceIndex,
Integer effectIndex,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Remove an effect from special slide (master, layout, notes) animation interactive sequence.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideAnimationInteractiveSequenceEffectCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer sequenceIndex,
Integer effectIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideAnimationInteractiveSequenceEffect
|
ApiResponse<SlideAnimation> |
SlidesApi.deleteSpecialSlideAnimationInteractiveSequenceEffectWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer sequenceIndex,
Integer effectIndex,
String password,
String folder,
String storage)
Remove an effect from special slide (master, layout, notes) animation interactive sequence.
|
SlideAnimation |
SlidesApi.deleteSpecialSlideAnimationInteractiveSequences(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage)
Clear all interactive sequences from special slide (master, layout, notes) animation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideAnimationInteractiveSequencesAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Clear all interactive sequences from special slide (master, layout, notes) animation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideAnimationInteractiveSequencesCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideAnimationInteractiveSequences
|
ApiResponse<SlideAnimation> |
SlidesApi.deleteSpecialSlideAnimationInteractiveSequencesWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage)
Clear all interactive sequences from special slide (master, layout, notes) animation.
|
ApiResponse<SlideAnimation> |
SlidesApi.deleteSpecialSlideAnimationInteractiveSequenceWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer sequenceIndex,
String password,
String folder,
String storage)
Remove an interactive sequence from special slide (master, layout, notes) animation.
|
SlideAnimation |
SlidesApi.deleteSpecialSlideAnimationMainSequence(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage)
Clear main sequence in special slide (master, layout, notes) animation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideAnimationMainSequenceAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Clear main sequence in special slide (master, layout, notes) animation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideAnimationMainSequenceCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideAnimationMainSequence
|
ApiResponse<SlideAnimation> |
SlidesApi.deleteSpecialSlideAnimationMainSequenceWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage)
Clear main sequence in special slide (master, layout, notes) animation.
|
ApiResponse<SlideAnimation> |
SlidesApi.deleteSpecialSlideAnimationWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage)
Remove animation from a special slide (master, layout, notes).
|
Paragraphs |
SlidesApi.deleteSpecialSlideParagraph(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape)
Remove a paragraph.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideParagraphAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Paragraphs> callback)
Remove a paragraph.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideParagraphCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideParagraph
|
Paragraphs |
SlidesApi.deleteSpecialSlideParagraphs(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
String subShape)
Remove a range of paragraphs.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideParagraphsAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Paragraphs> callback)
Remove a range of paragraphs.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideParagraphsCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideParagraphs
|
ApiResponse<Paragraphs> |
SlidesApi.deleteSpecialSlideParagraphsWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
String subShape)
Remove a range of paragraphs.
|
ApiResponse<Paragraphs> |
SlidesApi.deleteSpecialSlideParagraphWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape)
Remove a paragraph.
|
Portions |
SlidesApi.deleteSpecialSlidePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape)
Remove a portion.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlidePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Portions> callback)
Remove a portion.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlidePortionCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlidePortion
|
Portions |
SlidesApi.deleteSpecialSlidePortions(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
String subShape)
Remove a range of portions.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlidePortionsAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Portions> callback)
Remove a range of portions.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlidePortionsCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlidePortions
|
ApiResponse<Portions> |
SlidesApi.deleteSpecialSlidePortionsWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
String subShape)
Remove a range of portions.
|
ApiResponse<Portions> |
SlidesApi.deleteSpecialSlidePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape)
Remove a portion.
|
Shapes |
SlidesApi.deleteSpecialSlideShape(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Remove a shape.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideShapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Shapes> callback)
Remove a shape.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideShapeCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideShape
|
Shapes |
SlidesApi.deleteSpecialSlideShapes(String name,
Integer slideIndex,
SpecialSlideType slideType,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape)
Remove a range of shapes.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideShapesAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Shapes> callback)
Remove a range of shapes.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideShapesCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideShapes
|
ApiResponse<Shapes> |
SlidesApi.deleteSpecialSlideShapesWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape)
Remove a range of shapes.
|
ApiResponse<Shapes> |
SlidesApi.deleteSpecialSlideShapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Remove a shape.
|
LayoutSlides |
SlidesApi.deleteUnusedLayoutSlides(String name,
String password,
String folder,
String storage)
Removes unused layout slides.
|
com.squareup.okhttp.Call |
SlidesApi.deleteUnusedLayoutSlidesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<LayoutSlides> callback)
Removes unused layout slides.
|
com.squareup.okhttp.Call |
SlidesApi.deleteUnusedLayoutSlidesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteUnusedLayoutSlides
|
File |
SlidesApi.deleteUnusedLayoutSlidesOnline(byte[] document,
String password)
Removes unused layout slides.
|
com.squareup.okhttp.Call |
SlidesApi.deleteUnusedLayoutSlidesOnlineAsync(byte[] document,
String password,
ApiCallback<File> callback)
Removes unused layout slides.
|
com.squareup.okhttp.Call |
SlidesApi.deleteUnusedLayoutSlidesOnlineCall(byte[] document,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteUnusedLayoutSlidesOnline
|
ApiResponse<File> |
SlidesApi.deleteUnusedLayoutSlidesOnlineWithHttpInfo(byte[] document,
String password)
Removes unused layout slides.
|
ApiResponse<LayoutSlides> |
SlidesApi.deleteUnusedLayoutSlidesWithHttpInfo(String name,
String password,
String folder,
String storage)
Removes unused layout slides.
|
MasterSlides |
SlidesApi.deleteUnusedMasterSlides(String name,
Boolean ignorePreserveField,
String password,
String folder,
String storage)
Removes unused master slides.
|
com.squareup.okhttp.Call |
SlidesApi.deleteUnusedMasterSlidesAsync(String name,
Boolean ignorePreserveField,
String password,
String folder,
String storage,
ApiCallback<MasterSlides> callback)
Removes unused master slides.
|
com.squareup.okhttp.Call |
SlidesApi.deleteUnusedMasterSlidesCall(String name,
Boolean ignorePreserveField,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteUnusedMasterSlides
|
File |
SlidesApi.deleteUnusedMasterSlidesOnline(byte[] document,
Boolean ignorePreserveField,
String password)
Removes unused master slides.
|
com.squareup.okhttp.Call |
SlidesApi.deleteUnusedMasterSlidesOnlineAsync(byte[] document,
Boolean ignorePreserveField,
String password,
ApiCallback<File> callback)
Removes unused master slides.
|
com.squareup.okhttp.Call |
SlidesApi.deleteUnusedMasterSlidesOnlineCall(byte[] document,
Boolean ignorePreserveField,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteUnusedMasterSlidesOnline
|
ApiResponse<File> |
SlidesApi.deleteUnusedMasterSlidesOnlineWithHttpInfo(byte[] document,
Boolean ignorePreserveField,
String password)
Removes unused master slides.
|
ApiResponse<MasterSlides> |
SlidesApi.deleteUnusedMasterSlidesWithHttpInfo(String name,
Boolean ignorePreserveField,
String password,
String folder,
String storage)
Removes unused master slides.
|
void |
SlidesApi.deleteWatermark(String name,
String shapeName,
String password,
String folder,
String storage)
Removes shapes with name \"watermark\" from the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteWatermarkAsync(String name,
String shapeName,
String password,
String folder,
String storage,
ApiCallback<Void> callback)
Removes shapes with name \"watermark\" from the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteWatermarkCall(String name,
String shapeName,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteWatermark
|
File |
SlidesApi.deleteWatermarkOnline(byte[] document,
String shapeName,
String password)
Removes shapes with name \"watermark\" from the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteWatermarkOnlineAsync(byte[] document,
String shapeName,
String password,
ApiCallback<File> callback)
Removes shapes with name \"watermark\" from the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.deleteWatermarkOnlineCall(byte[] document,
String shapeName,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteWatermarkOnline
|
ApiResponse<File> |
SlidesApi.deleteWatermarkOnlineWithHttpInfo(byte[] document,
String shapeName,
String password)
Removes shapes with name \"watermark\" from the presentation.
|
ApiResponse<Void> |
SlidesApi.deleteWatermarkWithHttpInfo(String name,
String shapeName,
String password,
String folder,
String storage)
Removes shapes with name \"watermark\" from the presentation.
|
File |
SlidesApi.downloadFile(String path,
String storageName,
String versionId)
Download file
|
com.squareup.okhttp.Call |
SlidesApi.downloadFileAsync(String path,
String storageName,
String versionId,
ApiCallback<File> callback)
Download file (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.downloadFileCall(String path,
String storageName,
String versionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadFile
|
ApiResponse<File> |
SlidesApi.downloadFileWithHttpInfo(String path,
String storageName,
String versionId)
Download file
|
File |
SlidesApi.downloadImage(String name,
Integer index,
ImageExportFormat format,
String password,
String folder,
String storage)
Get image in specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImageAsync(String name,
Integer index,
ImageExportFormat format,
String password,
String folder,
String storage,
ApiCallback<File> callback)
Get image in specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImageCall(String name,
Integer index,
ImageExportFormat format,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImage
|
File |
SlidesApi.downloadImageDefaultFormat(String name,
Integer index,
String password,
String folder,
String storage)
Get image binary data.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImageDefaultFormatAsync(String name,
Integer index,
String password,
String folder,
String storage,
ApiCallback<File> callback)
Get image binary data.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImageDefaultFormatCall(String name,
Integer index,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImageDefaultFormat
|
File |
SlidesApi.downloadImageDefaultFormatOnline(byte[] document,
Integer index,
String password)
Get image binary data.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImageDefaultFormatOnlineAsync(byte[] document,
Integer index,
String password,
ApiCallback<File> callback)
Get image binary data.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImageDefaultFormatOnlineCall(byte[] document,
Integer index,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImageDefaultFormatOnline
|
ApiResponse<File> |
SlidesApi.downloadImageDefaultFormatOnlineWithHttpInfo(byte[] document,
Integer index,
String password)
Get image binary data.
|
ApiResponse<File> |
SlidesApi.downloadImageDefaultFormatWithHttpInfo(String name,
Integer index,
String password,
String folder,
String storage)
Get image binary data.
|
File |
SlidesApi.downloadImageOnline(byte[] document,
Integer index,
ImageExportFormat format,
String password)
Get image in specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImageOnlineAsync(byte[] document,
Integer index,
ImageExportFormat format,
String password,
ApiCallback<File> callback)
Get image in specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImageOnlineCall(byte[] document,
Integer index,
ImageExportFormat format,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImageOnline
|
ApiResponse<File> |
SlidesApi.downloadImageOnlineWithHttpInfo(byte[] document,
Integer index,
ImageExportFormat format,
String password)
Get image in specified format.
|
File |
SlidesApi.downloadImages(String name,
ImageExportFormat format,
String password,
String folder,
String storage)
Get all presentation images in specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImagesAsync(String name,
ImageExportFormat format,
String password,
String folder,
String storage,
ApiCallback<File> callback)
Get all presentation images in specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImagesCall(String name,
ImageExportFormat format,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImages
|
File |
SlidesApi.downloadImagesDefaultFormat(String name,
String password,
String folder,
String storage)
Get all presentation images.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImagesDefaultFormatAsync(String name,
String password,
String folder,
String storage,
ApiCallback<File> callback)
Get all presentation images.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImagesDefaultFormatCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImagesDefaultFormat
|
File |
SlidesApi.downloadImagesDefaultFormatOnline(byte[] document,
String password)
Get all presentation images.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImagesDefaultFormatOnlineAsync(byte[] document,
String password,
ApiCallback<File> callback)
Get all presentation images.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImagesDefaultFormatOnlineCall(byte[] document,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImagesDefaultFormatOnline
|
ApiResponse<File> |
SlidesApi.downloadImagesDefaultFormatOnlineWithHttpInfo(byte[] document,
String password)
Get all presentation images.
|
ApiResponse<File> |
SlidesApi.downloadImagesDefaultFormatWithHttpInfo(String name,
String password,
String folder,
String storage)
Get all presentation images.
|
File |
SlidesApi.downloadImagesOnline(byte[] document,
ImageExportFormat format,
String password)
Get all presentation images in specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImagesOnlineAsync(byte[] document,
ImageExportFormat format,
String password,
ApiCallback<File> callback)
Get all presentation images in specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImagesOnlineCall(byte[] document,
ImageExportFormat format,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImagesOnline
|
ApiResponse<File> |
SlidesApi.downloadImagesOnlineWithHttpInfo(byte[] document,
ImageExportFormat format,
String password)
Get all presentation images in specified format.
|
ApiResponse<File> |
SlidesApi.downloadImagesWithHttpInfo(String name,
ImageExportFormat format,
String password,
String folder,
String storage)
Get all presentation images in specified format.
|
ApiResponse<File> |
SlidesApi.downloadImageWithHttpInfo(String name,
Integer index,
ImageExportFormat format,
String password,
String folder,
String storage)
Get image in specified format.
|
File |
SlidesApi.downloadNotesSlide(String name,
Integer slideIndex,
NotesSlideExportFormat format,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder)
Convert notes slide to the specified image format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadNotesSlideAsync(String name,
Integer slideIndex,
NotesSlideExportFormat format,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder,
ApiCallback<File> callback)
Convert notes slide to the specified image format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadNotesSlideCall(String name,
Integer slideIndex,
NotesSlideExportFormat format,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadNotesSlide
|
File |
SlidesApi.downloadNotesSlideOnline(byte[] document,
Integer slideIndex,
NotesSlideExportFormat format,
Integer width,
Integer height,
String password,
String fontsFolder)
Convert notes slide to the specified image format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadNotesSlideOnlineAsync(byte[] document,
Integer slideIndex,
NotesSlideExportFormat format,
Integer width,
Integer height,
String password,
String fontsFolder,
ApiCallback<File> callback)
Convert notes slide to the specified image format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadNotesSlideOnlineCall(byte[] document,
Integer slideIndex,
NotesSlideExportFormat format,
Integer width,
Integer height,
String password,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadNotesSlideOnline
|
ApiResponse<File> |
SlidesApi.downloadNotesSlideOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
NotesSlideExportFormat format,
Integer width,
Integer height,
String password,
String fontsFolder)
Convert notes slide to the specified image format.
|
ApiResponse<File> |
SlidesApi.downloadNotesSlideWithHttpInfo(String name,
Integer slideIndex,
NotesSlideExportFormat format,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder)
Convert notes slide to the specified image format.
|
File |
SlidesApi.downloadPortionAsMathMl(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Convert Mathematical Text to MathML Format
|
com.squareup.okhttp.Call |
SlidesApi.downloadPortionAsMathMlAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ApiCallback<File> callback)
Convert Mathematical Text to MathML Format (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.downloadPortionAsMathMlCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadPortionAsMathMl
|
ApiResponse<File> |
SlidesApi.downloadPortionAsMathMlWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Convert Mathematical Text to MathML Format
|
File |
SlidesApi.downloadPresentation(String name,
ExportFormat format,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides)
Save a presentation to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadPresentationAsync(String name,
ExportFormat format,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides,
ApiCallback<File> callback)
Save a presentation to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadPresentationCall(String name,
ExportFormat format,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadPresentation
|
ApiResponse<File> |
SlidesApi.downloadPresentationWithHttpInfo(String name,
ExportFormat format,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides)
Save a presentation to a specified format.
|
File |
SlidesApi.downloadShape(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeExportFormat format,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
String subShape)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadShapeAsync(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeExportFormat format,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
String subShape,
ApiCallback<File> callback)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadShapeCall(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeExportFormat format,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadShape
|
File |
SlidesApi.downloadShapeFromDto(ShapeExportFormat format,
ShapeBase dto)
Creates the shape from the DTO and returns the result in the specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadShapeFromDtoAsync(ShapeExportFormat format,
ShapeBase dto,
ApiCallback<File> callback)
Creates the shape from the DTO and returns the result in the specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadShapeFromDtoCall(ShapeExportFormat format,
ShapeBase dto,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadShapeFromDto
|
ApiResponse<File> |
SlidesApi.downloadShapeFromDtoWithHttpInfo(ShapeExportFormat format,
ShapeBase dto)
Creates the shape from the DTO and returns the result in the specified format.
|
File |
SlidesApi.downloadShapeOnline(byte[] document,
Integer slideIndex,
Integer shapeIndex,
ShapeExportFormat format,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String storage,
String fontsFolder,
IShapeExportOptions options)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadShapeOnlineAsync(byte[] document,
Integer slideIndex,
Integer shapeIndex,
ShapeExportFormat format,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String storage,
String fontsFolder,
IShapeExportOptions options,
ApiCallback<File> callback)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadShapeOnlineCall(byte[] document,
Integer slideIndex,
Integer shapeIndex,
ShapeExportFormat format,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String storage,
String fontsFolder,
IShapeExportOptions options,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadShapeOnline
|
ApiResponse<File> |
SlidesApi.downloadShapeOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
Integer shapeIndex,
ShapeExportFormat format,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String storage,
String fontsFolder,
IShapeExportOptions options)
Render shape to specified picture format.
|
ApiResponse<File> |
SlidesApi.downloadShapeWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeExportFormat format,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
String subShape)
Render shape to specified picture format.
|
File |
SlidesApi.downloadSlide(String name,
Integer slideIndex,
SlideExportFormat format,
ExportOptions options,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder)
Save a slide to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadSlideAsync(String name,
Integer slideIndex,
SlideExportFormat format,
ExportOptions options,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder,
ApiCallback<File> callback)
Save a slide to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadSlideCall(String name,
Integer slideIndex,
SlideExportFormat format,
ExportOptions options,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadSlide
|
File |
SlidesApi.downloadSlideOnline(byte[] document,
Integer slideIndex,
SlideExportFormat format,
Integer width,
Integer height,
String password,
String storage,
String fontsFolder,
ExportOptions options)
Save a slide to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadSlideOnlineAsync(byte[] document,
Integer slideIndex,
SlideExportFormat format,
Integer width,
Integer height,
String password,
String storage,
String fontsFolder,
ExportOptions options,
ApiCallback<File> callback)
Save a slide to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadSlideOnlineCall(byte[] document,
Integer slideIndex,
SlideExportFormat format,
Integer width,
Integer height,
String password,
String storage,
String fontsFolder,
ExportOptions options,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadSlideOnline
|
ApiResponse<File> |
SlidesApi.downloadSlideOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
SlideExportFormat format,
Integer width,
Integer height,
String password,
String storage,
String fontsFolder,
ExportOptions options)
Save a slide to a specified format.
|
ApiResponse<File> |
SlidesApi.downloadSlideWithHttpInfo(String name,
Integer slideIndex,
SlideExportFormat format,
ExportOptions options,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder)
Save a slide to a specified format.
|
File |
SlidesApi.downloadSpecialSlideShape(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeExportFormat format,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
String subShape)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadSpecialSlideShapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeExportFormat format,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
String subShape,
ApiCallback<File> callback)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadSpecialSlideShapeCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeExportFormat format,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadSpecialSlideShape
|
ApiResponse<File> |
SlidesApi.downloadSpecialSlideShapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeExportFormat format,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
String subShape)
Render shape to specified picture format.
|
SlideAnimation |
SlidesApi.getAnimation(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read slide animation effects.
|
com.squareup.okhttp.Call |
SlidesApi.getAnimationAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Read slide animation effects.
|
com.squareup.okhttp.Call |
SlidesApi.getAnimationCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAnimation
|
ApiResponse<SlideAnimation> |
SlidesApi.getAnimationWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read slide animation effects.
|
ApiInfo |
SlidesApi.getApiInfo()
Get API info.
|
com.squareup.okhttp.Call |
SlidesApi.getApiInfoAsync(ApiCallback<ApiInfo> callback)
Get API info.
|
com.squareup.okhttp.Call |
SlidesApi.getApiInfoCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getApiInfo
|
ApiResponse<ApiInfo> |
SlidesApi.getApiInfoWithHttpInfo()
Get API info.
|
SlideBackground |
SlidesApi.getBackground(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide background info.
|
com.squareup.okhttp.Call |
SlidesApi.getBackgroundAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<SlideBackground> callback)
Read slide background info.
|
com.squareup.okhttp.Call |
SlidesApi.getBackgroundCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getBackground
|
ApiResponse<SlideBackground> |
SlidesApi.getBackgroundWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide background info.
|
ColorScheme |
SlidesApi.getColorScheme(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide theme color scheme info.
|
com.squareup.okhttp.Call |
SlidesApi.getColorSchemeAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<ColorScheme> callback)
Read slide theme color scheme info.
|
com.squareup.okhttp.Call |
SlidesApi.getColorSchemeCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getColorScheme
|
ApiResponse<ColorScheme> |
SlidesApi.getColorSchemeWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide theme color scheme info.
|
DiscUsage |
SlidesApi.getDiscUsage(String storageName)
Get disc usage
|
com.squareup.okhttp.Call |
SlidesApi.getDiscUsageAsync(String storageName,
ApiCallback<DiscUsage> callback)
Get disc usage (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.getDiscUsageCall(String storageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDiscUsage
|
ApiResponse<DiscUsage> |
SlidesApi.getDiscUsageWithHttpInfo(String storageName)
Get disc usage
|
DocumentProperties |
SlidesApi.getDocumentProperties(String name,
String password,
String folder,
String storage)
Read presentation document properties.
|
com.squareup.okhttp.Call |
SlidesApi.getDocumentPropertiesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<DocumentProperties> callback)
Read presentation document properties.
|
com.squareup.okhttp.Call |
SlidesApi.getDocumentPropertiesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentProperties
|
ApiResponse<DocumentProperties> |
SlidesApi.getDocumentPropertiesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation document properties.
|
DocumentProperty |
SlidesApi.getDocumentProperty(String name,
String propertyName,
String password,
String folder,
String storage)
Read presentation document property.
|
com.squareup.okhttp.Call |
SlidesApi.getDocumentPropertyAsync(String name,
String propertyName,
String password,
String folder,
String storage,
ApiCallback<DocumentProperty> callback)
Read presentation document property.
|
com.squareup.okhttp.Call |
SlidesApi.getDocumentPropertyCall(String name,
String propertyName,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentProperty
|
ApiResponse<DocumentProperty> |
SlidesApi.getDocumentPropertyWithHttpInfo(String name,
String propertyName,
String password,
String folder,
String storage)
Read presentation document property.
|
FilesList |
SlidesApi.getFilesList(String path,
String storageName)
Get all files and folders within a folder
|
com.squareup.okhttp.Call |
SlidesApi.getFilesListAsync(String path,
String storageName,
ApiCallback<FilesList> callback)
Get all files and folders within a folder (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.getFilesListCall(String path,
String storageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFilesList
|
ApiResponse<FilesList> |
SlidesApi.getFilesListWithHttpInfo(String path,
String storageName)
Get all files and folders within a folder
|
FileVersions |
SlidesApi.getFileVersions(String path,
String storageName)
Get file versions
|
com.squareup.okhttp.Call |
SlidesApi.getFileVersionsAsync(String path,
String storageName,
ApiCallback<FileVersions> callback)
Get file versions (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.getFileVersionsCall(String path,
String storageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFileVersions
|
ApiResponse<FileVersions> |
SlidesApi.getFileVersionsWithHttpInfo(String path,
String storageName)
Get file versions
|
FontsData |
SlidesApi.getFonts(String name,
String password,
String folder,
String storage)
Returns presentation fonts info.
|
com.squareup.okhttp.Call |
SlidesApi.getFontsAsync(String name,
String password,
String folder,
String storage,
ApiCallback<FontsData> callback)
Returns presentation fonts info.
|
com.squareup.okhttp.Call |
SlidesApi.getFontsCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFonts
|
FontScheme |
SlidesApi.getFontScheme(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide theme font scheme info.
|
com.squareup.okhttp.Call |
SlidesApi.getFontSchemeAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<FontScheme> callback)
Read slide theme font scheme info.
|
com.squareup.okhttp.Call |
SlidesApi.getFontSchemeCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFontScheme
|
ApiResponse<FontScheme> |
SlidesApi.getFontSchemeWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide theme font scheme info.
|
FontsData |
SlidesApi.getFontsOnline(byte[] document,
String password)
Returns presentation fonts info.
|
com.squareup.okhttp.Call |
SlidesApi.getFontsOnlineAsync(byte[] document,
String password,
ApiCallback<FontsData> callback)
Returns presentation fonts info.
|
com.squareup.okhttp.Call |
SlidesApi.getFontsOnlineCall(byte[] document,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFontsOnline
|
ApiResponse<FontsData> |
SlidesApi.getFontsOnlineWithHttpInfo(byte[] document,
String password)
Returns presentation fonts info.
|
ApiResponse<FontsData> |
SlidesApi.getFontsWithHttpInfo(String name,
String password,
String folder,
String storage)
Returns presentation fonts info.
|
FormatScheme |
SlidesApi.getFormatScheme(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide theme format scheme info.
|
com.squareup.okhttp.Call |
SlidesApi.getFormatSchemeAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<FormatScheme> callback)
Read slide theme format scheme info.
|
com.squareup.okhttp.Call |
SlidesApi.getFormatSchemeCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFormatScheme
|
ApiResponse<FormatScheme> |
SlidesApi.getFormatSchemeWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide theme format scheme info.
|
LayoutSlide |
SlidesApi.getLayoutSlide(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read presentation layoutSlide info.
|
com.squareup.okhttp.Call |
SlidesApi.getLayoutSlideAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<LayoutSlide> callback)
Read presentation layoutSlide info.
|
com.squareup.okhttp.Call |
SlidesApi.getLayoutSlideCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLayoutSlide
|
LayoutSlides |
SlidesApi.getLayoutSlides(String name,
String password,
String folder,
String storage)
Read presentation layoutSlides info.
|
com.squareup.okhttp.Call |
SlidesApi.getLayoutSlidesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<LayoutSlides> callback)
Read presentation layoutSlides info.
|
com.squareup.okhttp.Call |
SlidesApi.getLayoutSlidesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLayoutSlides
|
ApiResponse<LayoutSlides> |
SlidesApi.getLayoutSlidesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation layoutSlides info.
|
ApiResponse<LayoutSlide> |
SlidesApi.getLayoutSlideWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read presentation layoutSlide info.
|
MasterSlide |
SlidesApi.getMasterSlide(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read presentation masterSlide info.
|
com.squareup.okhttp.Call |
SlidesApi.getMasterSlideAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<MasterSlide> callback)
Read presentation masterSlide info.
|
com.squareup.okhttp.Call |
SlidesApi.getMasterSlideCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getMasterSlide
|
MasterSlides |
SlidesApi.getMasterSlides(String name,
String password,
String folder,
String storage)
Read presentation masterSlides info.
|
com.squareup.okhttp.Call |
SlidesApi.getMasterSlidesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<MasterSlides> callback)
Read presentation masterSlides info.
|
com.squareup.okhttp.Call |
SlidesApi.getMasterSlidesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getMasterSlides
|
ApiResponse<MasterSlides> |
SlidesApi.getMasterSlidesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation masterSlides info.
|
ApiResponse<MasterSlide> |
SlidesApi.getMasterSlideWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read presentation masterSlide info.
|
NotesSlide |
SlidesApi.getNotesSlide(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read notes slide info.
|
com.squareup.okhttp.Call |
SlidesApi.getNotesSlideAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<NotesSlide> callback)
Read notes slide info.
|
com.squareup.okhttp.Call |
SlidesApi.getNotesSlideCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getNotesSlide
|
NotesSlideHeaderFooter |
SlidesApi.getNotesSlideHeaderFooter(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Get header/footer info for the notes slide.
|
com.squareup.okhttp.Call |
SlidesApi.getNotesSlideHeaderFooterAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<NotesSlideHeaderFooter> callback)
Get header/footer info for the notes slide.
|
com.squareup.okhttp.Call |
SlidesApi.getNotesSlideHeaderFooterCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getNotesSlideHeaderFooter
|
ApiResponse<NotesSlideHeaderFooter> |
SlidesApi.getNotesSlideHeaderFooterWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Get header/footer info for the notes slide.
|
NotesSlide |
SlidesApi.getNotesSlideOnline(byte[] document,
Integer slideIndex,
String password)
Read notes slide info.
|
com.squareup.okhttp.Call |
SlidesApi.getNotesSlideOnlineAsync(byte[] document,
Integer slideIndex,
String password,
ApiCallback<NotesSlide> callback)
Read notes slide info.
|
com.squareup.okhttp.Call |
SlidesApi.getNotesSlideOnlineCall(byte[] document,
Integer slideIndex,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getNotesSlideOnline
|
ApiResponse<NotesSlide> |
SlidesApi.getNotesSlideOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
String password)
Read notes slide info.
|
ApiResponse<NotesSlide> |
SlidesApi.getNotesSlideWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read notes slide info.
|
Paragraph |
SlidesApi.getParagraph(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape)
Read shape paragraph info.
|
com.squareup.okhttp.Call |
SlidesApi.getParagraphAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Paragraph> callback)
Read shape paragraph info.
|
com.squareup.okhttp.Call |
SlidesApi.getParagraphCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getParagraph
|
Paragraph |
SlidesApi.getParagraphEffective(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape)
Read effective paragraph info.
|
com.squareup.okhttp.Call |
SlidesApi.getParagraphEffectiveAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Paragraph> callback)
Read effective paragraph info.
|
com.squareup.okhttp.Call |
SlidesApi.getParagraphEffectiveCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getParagraphEffective
|
ApiResponse<Paragraph> |
SlidesApi.getParagraphEffectiveWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape)
Read effective paragraph info.
|
TextBounds |
SlidesApi.getParagraphRectangle(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Return coordinates of rect that bounds paragraph.
|
com.squareup.okhttp.Call |
SlidesApi.getParagraphRectangleAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<TextBounds> callback)
Return coordinates of rect that bounds paragraph.
|
com.squareup.okhttp.Call |
SlidesApi.getParagraphRectangleCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getParagraphRectangle
|
ApiResponse<TextBounds> |
SlidesApi.getParagraphRectangleWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Return coordinates of rect that bounds paragraph.
|
Paragraphs |
SlidesApi.getParagraphs(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Read shape paragraphs info.
|
com.squareup.okhttp.Call |
SlidesApi.getParagraphsAsync(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Paragraphs> callback)
Read shape paragraphs info.
|
com.squareup.okhttp.Call |
SlidesApi.getParagraphsCall(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getParagraphs
|
ApiResponse<Paragraphs> |
SlidesApi.getParagraphsWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Read shape paragraphs info.
|
ApiResponse<Paragraph> |
SlidesApi.getParagraphWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape)
Read shape paragraph info.
|
Placeholder |
SlidesApi.getPlaceholder(String name,
Integer slideIndex,
Integer placeholderIndex,
String password,
String folder,
String storage)
Read slide placeholder info.
|
com.squareup.okhttp.Call |
SlidesApi.getPlaceholderAsync(String name,
Integer slideIndex,
Integer placeholderIndex,
String password,
String folder,
String storage,
ApiCallback<Placeholder> callback)
Read slide placeholder info.
|
com.squareup.okhttp.Call |
SlidesApi.getPlaceholderCall(String name,
Integer slideIndex,
Integer placeholderIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPlaceholder
|
Placeholders |
SlidesApi.getPlaceholders(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide placeholders info.
|
com.squareup.okhttp.Call |
SlidesApi.getPlaceholdersAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<Placeholders> callback)
Read slide placeholders info.
|
com.squareup.okhttp.Call |
SlidesApi.getPlaceholdersCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPlaceholders
|
ApiResponse<Placeholders> |
SlidesApi.getPlaceholdersWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide placeholders info.
|
ApiResponse<Placeholder> |
SlidesApi.getPlaceholderWithHttpInfo(String name,
Integer slideIndex,
Integer placeholderIndex,
String password,
String folder,
String storage)
Read slide placeholder info.
|
Portion |
SlidesApi.getPortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape)
Read paragraph portion info.
|
com.squareup.okhttp.Call |
SlidesApi.getPortionAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Portion> callback)
Read paragraph portion info.
|
com.squareup.okhttp.Call |
SlidesApi.getPortionCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPortion
|
Portion |
SlidesApi.getPortionEffective(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape)
Read effective portion info.
|
com.squareup.okhttp.Call |
SlidesApi.getPortionEffectiveAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Portion> callback)
Read effective portion info.
|
com.squareup.okhttp.Call |
SlidesApi.getPortionEffectiveCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPortionEffective
|
ApiResponse<Portion> |
SlidesApi.getPortionEffectiveWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape)
Read effective portion info.
|
TextBounds |
SlidesApi.getPortionRectangle(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Return coordinates of rect that bounds paragraph.
|
com.squareup.okhttp.Call |
SlidesApi.getPortionRectangleAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ApiCallback<TextBounds> callback)
Return coordinates of rect that bounds paragraph.
|
com.squareup.okhttp.Call |
SlidesApi.getPortionRectangleCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPortionRectangle
|
ApiResponse<TextBounds> |
SlidesApi.getPortionRectangleWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Return coordinates of rect that bounds paragraph.
|
Portions |
SlidesApi.getPortions(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape)
Read paragraph portions info.
|
com.squareup.okhttp.Call |
SlidesApi.getPortionsAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Portions> callback)
Read paragraph portions info.
|
com.squareup.okhttp.Call |
SlidesApi.getPortionsCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPortions
|
ApiResponse<Portions> |
SlidesApi.getPortionsWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape)
Read paragraph portions info.
|
ApiResponse<Portion> |
SlidesApi.getPortionWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape)
Read paragraph portion info.
|
Document |
SlidesApi.getPresentation(String name,
String password,
String folder,
String storage)
Read presentation info.
|
com.squareup.okhttp.Call |
SlidesApi.getPresentationAsync(String name,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Read presentation info.
|
com.squareup.okhttp.Call |
SlidesApi.getPresentationCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPresentation
|
Images |
SlidesApi.getPresentationImages(String name,
String password,
String folder,
String storage)
Read presentation images info.
|
com.squareup.okhttp.Call |
SlidesApi.getPresentationImagesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<Images> callback)
Read presentation images info.
|
com.squareup.okhttp.Call |
SlidesApi.getPresentationImagesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPresentationImages
|
ApiResponse<Images> |
SlidesApi.getPresentationImagesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation images info.
|
TextItems |
SlidesApi.getPresentationTextItems(String name,
Boolean withEmpty,
String password,
String folder,
String storage)
Extract presentation text items.
|
com.squareup.okhttp.Call |
SlidesApi.getPresentationTextItemsAsync(String name,
Boolean withEmpty,
String password,
String folder,
String storage,
ApiCallback<TextItems> callback)
Extract presentation text items.
|
com.squareup.okhttp.Call |
SlidesApi.getPresentationTextItemsCall(String name,
Boolean withEmpty,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPresentationTextItems
|
ApiResponse<TextItems> |
SlidesApi.getPresentationTextItemsWithHttpInfo(String name,
Boolean withEmpty,
String password,
String folder,
String storage)
Extract presentation text items.
|
ApiResponse<Document> |
SlidesApi.getPresentationWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation info.
|
ProtectionProperties |
SlidesApi.getProtectionProperties(String name,
String password,
String folder,
String storage)
Read presentation protection properties.
|
com.squareup.okhttp.Call |
SlidesApi.getProtectionPropertiesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<ProtectionProperties> callback)
Read presentation protection properties.
|
com.squareup.okhttp.Call |
SlidesApi.getProtectionPropertiesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getProtectionProperties
|
ApiResponse<ProtectionProperties> |
SlidesApi.getProtectionPropertiesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation protection properties.
|
Sections |
SlidesApi.getSections(String name,
String password,
String folder,
String storage)
Read presentation sections info.
|
com.squareup.okhttp.Call |
SlidesApi.getSectionsAsync(String name,
String password,
String folder,
String storage,
ApiCallback<Sections> callback)
Read presentation sections info.
|
com.squareup.okhttp.Call |
SlidesApi.getSectionsCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSections
|
ApiResponse<Sections> |
SlidesApi.getSectionsWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation sections info.
|
ShapeBase |
SlidesApi.getShape(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Read slide shape info.
|
com.squareup.okhttp.Call |
SlidesApi.getShapeAsync(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<ShapeBase> callback)
Read slide shape info.
|
com.squareup.okhttp.Call |
SlidesApi.getShapeCall(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getShape
|
GeometryPaths |
SlidesApi.getShapeGeometryPath(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage)
Returns geometry path of the shape
|
com.squareup.okhttp.Call |
SlidesApi.getShapeGeometryPathAsync(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
ApiCallback<GeometryPaths> callback)
Returns geometry path of the shape (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.getShapeGeometryPathCall(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getShapeGeometryPath
|
ApiResponse<GeometryPaths> |
SlidesApi.getShapeGeometryPathWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage)
Returns geometry path of the shape
|
Shapes |
SlidesApi.getShapes(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ShapeType shapeType,
String subShape)
Read slide shapes info.
|
com.squareup.okhttp.Call |
SlidesApi.getShapesAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ShapeType shapeType,
String subShape,
ApiCallback<Shapes> callback)
Read slide shapes info.
|
com.squareup.okhttp.Call |
SlidesApi.getShapesCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ShapeType shapeType,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getShapes
|
ApiResponse<Shapes> |
SlidesApi.getShapesWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ShapeType shapeType,
String subShape)
Read slide shapes info.
|
ApiResponse<ShapeBase> |
SlidesApi.getShapeWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Read slide shape info.
|
Slide |
SlidesApi.getSlide(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read presentation slide info.
|
com.squareup.okhttp.Call |
SlidesApi.getSlideAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<Slide> callback)
Read presentation slide info.
|
com.squareup.okhttp.Call |
SlidesApi.getSlideCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSlide
|
SlideComments |
SlidesApi.getSlideComments(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read presentation slide comments.
|
com.squareup.okhttp.Call |
SlidesApi.getSlideCommentsAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<SlideComments> callback)
Read presentation slide comments.
|
com.squareup.okhttp.Call |
SlidesApi.getSlideCommentsCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSlideComments
|
ApiResponse<SlideComments> |
SlidesApi.getSlideCommentsWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read presentation slide comments.
|
HeaderFooter |
SlidesApi.getSlideHeaderFooter(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Get footer info for the slide.
|
com.squareup.okhttp.Call |
SlidesApi.getSlideHeaderFooterAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<HeaderFooter> callback)
Get footer info for the slide.
|
com.squareup.okhttp.Call |
SlidesApi.getSlideHeaderFooterCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSlideHeaderFooter
|
ApiResponse<HeaderFooter> |
SlidesApi.getSlideHeaderFooterWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Get footer info for the slide.
|
Images |
SlidesApi.getSlideImages(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide images info.
|
com.squareup.okhttp.Call |
SlidesApi.getSlideImagesAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<Images> callback)
Read slide images info.
|
com.squareup.okhttp.Call |
SlidesApi.getSlideImagesCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSlideImages
|
ApiResponse<Images> |
SlidesApi.getSlideImagesWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide images info.
|
SlideProperties |
SlidesApi.getSlideProperties(String name,
String password,
String folder,
String storage)
Read presentation slide properties.
|
com.squareup.okhttp.Call |
SlidesApi.getSlidePropertiesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<SlideProperties> callback)
Read presentation slide properties.
|
com.squareup.okhttp.Call |
SlidesApi.getSlidePropertiesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSlideProperties
|
ApiResponse<SlideProperties> |
SlidesApi.getSlidePropertiesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation slide properties.
|
Slides |
SlidesApi.getSlides(String name,
String password,
String folder,
String storage)
Read presentation slides info.
|
com.squareup.okhttp.Call |
SlidesApi.getSlidesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<Slides> callback)
Read presentation slides info.
|
com.squareup.okhttp.Call |
SlidesApi.getSlidesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSlides
|
SlideShowProperties |
SlidesApi.getSlideShowProperties(String name,
String password,
String folder,
String storage)
Read presentation slide show properties.
|
com.squareup.okhttp.Call |
SlidesApi.getSlideShowPropertiesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<SlideShowProperties> callback)
Read presentation slide show properties.
|
com.squareup.okhttp.Call |
SlidesApi.getSlideShowPropertiesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSlideShowProperties
|
ApiResponse<SlideShowProperties> |
SlidesApi.getSlideShowPropertiesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation slide show properties.
|
ApiResponse<Slides> |
SlidesApi.getSlidesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation slides info.
|
TextItems |
SlidesApi.getSlideTextItems(String name,
Integer slideIndex,
Boolean withEmpty,
String password,
String folder,
String storage)
Extract slide text items.
|
com.squareup.okhttp.Call |
SlidesApi.getSlideTextItemsAsync(String name,
Integer slideIndex,
Boolean withEmpty,
String password,
String folder,
String storage,
ApiCallback<TextItems> callback)
Extract slide text items.
|
com.squareup.okhttp.Call |
SlidesApi.getSlideTextItemsCall(String name,
Integer slideIndex,
Boolean withEmpty,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSlideTextItems
|
ApiResponse<TextItems> |
SlidesApi.getSlideTextItemsWithHttpInfo(String name,
Integer slideIndex,
Boolean withEmpty,
String password,
String folder,
String storage)
Extract slide text items.
|
ApiResponse<Slide> |
SlidesApi.getSlideWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read presentation slide info.
|
SlideAnimation |
SlidesApi.getSpecialSlideAnimation(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read special slide (master, layout, notes) animation effects.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlideAnimationAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Read special slide (master, layout, notes) animation effects.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlideAnimationCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSpecialSlideAnimation
|
ApiResponse<SlideAnimation> |
SlidesApi.getSpecialSlideAnimationWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read special slide (master, layout, notes) animation effects.
|
Paragraph |
SlidesApi.getSpecialSlideParagraph(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape)
Read shape paragraph info.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlideParagraphAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Paragraph> callback)
Read shape paragraph info.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlideParagraphCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSpecialSlideParagraph
|
Paragraphs |
SlidesApi.getSpecialSlideParagraphs(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Read special shape paragraphs info.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlideParagraphsAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Paragraphs> callback)
Read special shape paragraphs info.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlideParagraphsCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSpecialSlideParagraphs
|
ApiResponse<Paragraphs> |
SlidesApi.getSpecialSlideParagraphsWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Read special shape paragraphs info.
|
ApiResponse<Paragraph> |
SlidesApi.getSpecialSlideParagraphWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape)
Read shape paragraph info.
|
Portion |
SlidesApi.getSpecialSlidePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape)
Read paragraph portion info.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlidePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Portion> callback)
Read paragraph portion info.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlidePortionCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSpecialSlidePortion
|
Portions |
SlidesApi.getSpecialSlidePortions(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape)
Read paragraph portions info.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlidePortionsAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Portions> callback)
Read paragraph portions info.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlidePortionsCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSpecialSlidePortions
|
ApiResponse<Portions> |
SlidesApi.getSpecialSlidePortionsWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape)
Read paragraph portions info.
|
ApiResponse<Portion> |
SlidesApi.getSpecialSlidePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape)
Read paragraph portion info.
|
ShapeBase |
SlidesApi.getSpecialSlideShape(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Read special slide shape info.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlideShapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<ShapeBase> callback)
Read special slide shape info.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlideShapeCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSpecialSlideShape
|
Shapes |
SlidesApi.getSpecialSlideShapes(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage,
String subShape)
Read special slide shapes info.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlideShapesAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Shapes> callback)
Read special slide shapes info.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlideShapesCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSpecialSlideShapes
|
ApiResponse<Shapes> |
SlidesApi.getSpecialSlideShapesWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage,
String subShape)
Read special slide shapes info.
|
ApiResponse<ShapeBase> |
SlidesApi.getSpecialSlideShapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Read special slide shape info.
|
Theme |
SlidesApi.getTheme(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide theme info.
|
com.squareup.okhttp.Call |
SlidesApi.getThemeAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<Theme> callback)
Read slide theme info.
|
com.squareup.okhttp.Call |
SlidesApi.getThemeCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTheme
|
ApiResponse<Theme> |
SlidesApi.getThemeWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide theme info.
|
ViewProperties |
SlidesApi.getViewProperties(String name,
String password,
String folder,
String storage)
Read presentation view properties.
|
com.squareup.okhttp.Call |
SlidesApi.getViewPropertiesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<ViewProperties> callback)
Read presentation view properties.
|
com.squareup.okhttp.Call |
SlidesApi.getViewPropertiesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getViewProperties
|
ApiResponse<ViewProperties> |
SlidesApi.getViewPropertiesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation view properties.
|
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.
|
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.highlightShapeRegexCall(String name,
Integer slideIndex,
Integer shapeIndex,
String regex,
String color,
Boolean wholeWordsOnly,
Boolean ignoreCase,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for highlightShapeRegex
|
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.
|
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.
|
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.
|
com.squareup.okhttp.Call |
SlidesApi.highlightShapeTextCall(String name,
Integer slideIndex,
Integer shapeIndex,
String text,
String color,
Boolean wholeWordsOnly,
Boolean ignoreCase,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for highlightShapeText
|
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.
|
Document |
SlidesApi.importFromHtml(String name,
String html,
String password,
String folder,
String storage)
Create presentation document from html.
|
com.squareup.okhttp.Call |
SlidesApi.importFromHtmlAsync(String name,
String html,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Create presentation document from html.
|
com.squareup.okhttp.Call |
SlidesApi.importFromHtmlCall(String name,
String html,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importFromHtml
|
ApiResponse<Document> |
SlidesApi.importFromHtmlWithHttpInfo(String name,
String html,
String password,
String folder,
String storage)
Create presentation document from html.
|
Document |
SlidesApi.importFromPdf(String name,
byte[] pdf,
String password,
String folder,
String storage)
Create presentation document from pdf or append pdf to an existing presentation.
|
com.squareup.okhttp.Call |
SlidesApi.importFromPdfAsync(String name,
byte[] pdf,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Create presentation document from pdf or append pdf to an existing presentation.
|
com.squareup.okhttp.Call |
SlidesApi.importFromPdfCall(String name,
byte[] pdf,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importFromPdf
|
ApiResponse<Document> |
SlidesApi.importFromPdfWithHttpInfo(String name,
byte[] pdf,
String password,
String folder,
String storage)
Create presentation document from pdf or append pdf to an existing presentation.
|
Shapes |
SlidesApi.importShapesFromSvg(String name,
Integer slideIndex,
byte[] image,
Integer x,
Integer y,
Integer width,
Integer height,
List<Integer> shapes,
Boolean group,
String password,
String folder,
String storage)
Imports shapes from SVG file.
|
com.squareup.okhttp.Call |
SlidesApi.importShapesFromSvgAsync(String name,
Integer slideIndex,
byte[] image,
Integer x,
Integer y,
Integer width,
Integer height,
List<Integer> shapes,
Boolean group,
String password,
String folder,
String storage,
ApiCallback<Shapes> callback)
Imports shapes from SVG file.
|
com.squareup.okhttp.Call |
SlidesApi.importShapesFromSvgCall(String name,
Integer slideIndex,
byte[] image,
Integer x,
Integer y,
Integer width,
Integer height,
List<Integer> shapes,
Boolean group,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importShapesFromSvg
|
ApiResponse<Shapes> |
SlidesApi.importShapesFromSvgWithHttpInfo(String name,
Integer slideIndex,
byte[] image,
Integer x,
Integer y,
Integer width,
Integer height,
List<Integer> shapes,
Boolean group,
String password,
String folder,
String storage)
Imports shapes from SVG file.
|
Document |
SlidesApi.merge(String name,
PresentationsMergeRequest request,
String password,
String folder,
String storage)
Merge the presentation with other presentations specified in the request parameter.
|
void |
SlidesApi.mergeAndSaveOnline(String outPath,
List<FileInfo> files,
OrderedMergeRequest request,
String storage)
Merges presentations or some of their slides specified in the request parameter.
|
com.squareup.okhttp.Call |
SlidesApi.mergeAndSaveOnlineAsync(String outPath,
List<FileInfo> files,
OrderedMergeRequest request,
String storage,
ApiCallback<Void> callback)
Merges presentations or some of their slides specified in the request parameter.
|
com.squareup.okhttp.Call |
SlidesApi.mergeAndSaveOnlineCall(String outPath,
List<FileInfo> files,
OrderedMergeRequest request,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mergeAndSaveOnline
|
ApiResponse<Void> |
SlidesApi.mergeAndSaveOnlineWithHttpInfo(String outPath,
List<FileInfo> files,
OrderedMergeRequest request,
String storage)
Merges presentations or some of their slides specified in the request parameter.
|
com.squareup.okhttp.Call |
SlidesApi.mergeAsync(String name,
PresentationsMergeRequest request,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Merge the presentation with other presentations specified in the request parameter.
|
com.squareup.okhttp.Call |
SlidesApi.mergeCall(String name,
PresentationsMergeRequest request,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for merge
|
File |
SlidesApi.mergeOnline(List<FileInfo> files,
OrderedMergeRequest request,
String storage)
Merges presentations or some of their slides specified in the request parameter.
|
com.squareup.okhttp.Call |
SlidesApi.mergeOnlineAsync(List<FileInfo> files,
OrderedMergeRequest request,
String storage,
ApiCallback<File> callback)
Merges presentations or some of their slides specified in the request parameter.
|
com.squareup.okhttp.Call |
SlidesApi.mergeOnlineCall(List<FileInfo> files,
OrderedMergeRequest request,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mergeOnline
|
ApiResponse<File> |
SlidesApi.mergeOnlineWithHttpInfo(List<FileInfo> files,
OrderedMergeRequest request,
String storage)
Merges presentations or some of their slides specified in the request parameter.
|
ApiResponse<Document> |
SlidesApi.mergeWithHttpInfo(String name,
PresentationsMergeRequest request,
String password,
String folder,
String storage)
Merge the presentation with other presentations specified in the request parameter.
|
void |
SlidesApi.moveFile(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
String versionId)
Move file
|
com.squareup.okhttp.Call |
SlidesApi.moveFileAsync(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
String versionId,
ApiCallback<Void> callback)
Move file (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.moveFileCall(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
String versionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for moveFile
|
ApiResponse<Void> |
SlidesApi.moveFileWithHttpInfo(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
String versionId)
Move file
|
void |
SlidesApi.moveFolder(String srcPath,
String destPath,
String srcStorageName,
String destStorageName)
Move folder
|
com.squareup.okhttp.Call |
SlidesApi.moveFolderAsync(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
ApiCallback<Void> callback)
Move folder (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.moveFolderCall(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for moveFolder
|
ApiResponse<Void> |
SlidesApi.moveFolderWithHttpInfo(String srcPath,
String destPath,
String srcStorageName,
String destStorageName)
Move folder
|
Sections |
SlidesApi.moveSection(String name,
Integer sectionIndex,
Integer newPosition,
String password,
String folder,
String storage)
Move presentation section to a specified position.
|
com.squareup.okhttp.Call |
SlidesApi.moveSectionAsync(String name,
Integer sectionIndex,
Integer newPosition,
String password,
String folder,
String storage,
ApiCallback<Sections> callback)
Move presentation section to a specified position.
|
com.squareup.okhttp.Call |
SlidesApi.moveSectionCall(String name,
Integer sectionIndex,
Integer newPosition,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for moveSection
|
ApiResponse<Sections> |
SlidesApi.moveSectionWithHttpInfo(String name,
Integer sectionIndex,
Integer newPosition,
String password,
String folder,
String storage)
Move presentation section to a specified position.
|
Slides |
SlidesApi.moveSlide(String name,
Integer slideIndex,
Integer newPosition,
String password,
String folder,
String storage)
Reorder presentation slide position.
|
com.squareup.okhttp.Call |
SlidesApi.moveSlideAsync(String name,
Integer slideIndex,
Integer newPosition,
String password,
String folder,
String storage,
ApiCallback<Slides> callback)
Reorder presentation slide position.
|
com.squareup.okhttp.Call |
SlidesApi.moveSlideCall(String name,
Integer slideIndex,
Integer newPosition,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for moveSlide
|
ApiResponse<Slides> |
SlidesApi.moveSlideWithHttpInfo(String name,
Integer slideIndex,
Integer newPosition,
String password,
String folder,
String storage)
Reorder presentation slide position.
|
EntityExists |
SlidesApi.notesSlideExists(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Get info whether a notes slide exists.
|
com.squareup.okhttp.Call |
SlidesApi.notesSlideExistsAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<EntityExists> callback)
Get info whether a notes slide exists.
|
com.squareup.okhttp.Call |
SlidesApi.notesSlideExistsCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for notesSlideExists
|
EntityExists |
SlidesApi.notesSlideExistsOnline(byte[] document,
Integer slideIndex,
String password)
Get info whether a notes slide exists.
|
com.squareup.okhttp.Call |
SlidesApi.notesSlideExistsOnlineAsync(byte[] document,
Integer slideIndex,
String password,
ApiCallback<EntityExists> callback)
Get info whether a notes slide exists.
|
com.squareup.okhttp.Call |
SlidesApi.notesSlideExistsOnlineCall(byte[] document,
Integer slideIndex,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for notesSlideExistsOnline
|
ApiResponse<EntityExists> |
SlidesApi.notesSlideExistsOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
String password)
Get info whether a notes slide exists.
|
ApiResponse<EntityExists> |
SlidesApi.notesSlideExistsWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Get info whether a notes slide exists.
|
ObjectExist |
SlidesApi.objectExists(String path,
String storageName,
String versionId)
Check if file or folder exists
|
com.squareup.okhttp.Call |
SlidesApi.objectExistsAsync(String path,
String storageName,
String versionId,
ApiCallback<ObjectExist> callback)
Check if file or folder exists (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.objectExistsCall(String path,
String storageName,
String versionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for objectExists
|
ApiResponse<ObjectExist> |
SlidesApi.objectExistsWithHttpInfo(String path,
String storageName,
String versionId)
Check if file or folder exists
|
Document |
SlidesApi.orderedMerge(String name,
OrderedMergeRequest request,
String password,
String folder,
String storage)
Merge the presentation with other presentations or some of their slides specified in the request parameter.
|
com.squareup.okhttp.Call |
SlidesApi.orderedMergeAsync(String name,
OrderedMergeRequest request,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Merge the presentation with other presentations or some of their slides specified in the request parameter.
|
com.squareup.okhttp.Call |
SlidesApi.orderedMergeCall(String name,
OrderedMergeRequest request,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for orderedMerge
|
ApiResponse<Document> |
SlidesApi.orderedMergeWithHttpInfo(String name,
OrderedMergeRequest request,
String password,
String folder,
String storage)
Merge the presentation with other presentations or some of their slides specified in the request parameter.
|
File |
SlidesApi.pipeline(Pipeline pipeline,
List<FileInfo> files)
Performs slides pipeline.
|
com.squareup.okhttp.Call |
SlidesApi.pipelineAsync(Pipeline pipeline,
List<FileInfo> files,
ApiCallback<File> callback)
Performs slides pipeline.
|
com.squareup.okhttp.Call |
SlidesApi.pipelineCall(Pipeline pipeline,
List<FileInfo> files,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for pipeline
|
ApiResponse<File> |
SlidesApi.pipelineWithHttpInfo(Pipeline pipeline,
List<FileInfo> files)
Performs slides pipeline.
|
Slides |
SlidesApi.reorderSlides(String name,
List<Integer> oldPositions,
List<Integer> newPositions,
String password,
String folder,
String storage)
Reorder presentation slides positions.
|
com.squareup.okhttp.Call |
SlidesApi.reorderSlidesAsync(String name,
List<Integer> oldPositions,
List<Integer> newPositions,
String password,
String folder,
String storage,
ApiCallback<Slides> callback)
Reorder presentation slides positions.
|
com.squareup.okhttp.Call |
SlidesApi.reorderSlidesCall(String name,
List<Integer> oldPositions,
List<Integer> newPositions,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for reorderSlides
|
ApiResponse<Slides> |
SlidesApi.reorderSlidesWithHttpInfo(String name,
List<Integer> oldPositions,
List<Integer> newPositions,
String password,
String folder,
String storage)
Reorder presentation slides positions.
|
FontsData |
SlidesApi.replaceFont(String name,
String sourceFont,
String targetFont,
Boolean embed,
String password,
String folder,
String storage,
String fontsFolder)
Replaces specified font and returns presentation fonts info.
|
com.squareup.okhttp.Call |
SlidesApi.replaceFontAsync(String name,
String sourceFont,
String targetFont,
Boolean embed,
String password,
String folder,
String storage,
String fontsFolder,
ApiCallback<FontsData> callback)
Replaces specified font and returns presentation fonts info.
|
com.squareup.okhttp.Call |
SlidesApi.replaceFontCall(String name,
String sourceFont,
String targetFont,
Boolean embed,
String password,
String folder,
String storage,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceFont
|
File |
SlidesApi.replaceFontOnline(byte[] document,
String sourceFont,
String targetFont,
Boolean embed,
String password,
String fontsFolder)
Replaces specified font and returns presentation.
|
com.squareup.okhttp.Call |
SlidesApi.replaceFontOnlineAsync(byte[] document,
String sourceFont,
String targetFont,
Boolean embed,
String password,
String fontsFolder,
ApiCallback<File> callback)
Replaces specified font and returns presentation.
|
com.squareup.okhttp.Call |
SlidesApi.replaceFontOnlineCall(byte[] document,
String sourceFont,
String targetFont,
Boolean embed,
String password,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceFontOnline
|
ApiResponse<File> |
SlidesApi.replaceFontOnlineWithHttpInfo(byte[] document,
String sourceFont,
String targetFont,
Boolean embed,
String password,
String fontsFolder)
Replaces specified font and returns presentation.
|
ApiResponse<FontsData> |
SlidesApi.replaceFontWithHttpInfo(String name,
String sourceFont,
String targetFont,
Boolean embed,
String password,
String folder,
String storage,
String fontsFolder)
Replaces specified font and returns presentation fonts info.
|
DocumentReplaceResult |
SlidesApi.replacePresentationText(String name,
String oldValue,
String newValue,
Boolean ignoreCase,
String password,
String folder,
String storage)
Replace text with a new value.
|
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.
|
com.squareup.okhttp.Call |
SlidesApi.replacePresentationTextCall(String name,
String oldValue,
String newValue,
Boolean ignoreCase,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replacePresentationText
|
File |
SlidesApi.replacePresentationTextOnline(byte[] document,
String oldValue,
String newValue,
Boolean ignoreCase,
String password)
Replace text with a new value.
|
com.squareup.okhttp.Call |
SlidesApi.replacePresentationTextOnlineAsync(byte[] document,
String oldValue,
String newValue,
Boolean ignoreCase,
String password,
ApiCallback<File> callback)
Replace text with a new value.
|
com.squareup.okhttp.Call |
SlidesApi.replacePresentationTextOnlineCall(byte[] document,
String oldValue,
String newValue,
Boolean ignoreCase,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replacePresentationTextOnline
|
ApiResponse<File> |
SlidesApi.replacePresentationTextOnlineWithHttpInfo(byte[] document,
String oldValue,
String newValue,
Boolean ignoreCase,
String password)
Replace text with a new value.
|
ApiResponse<DocumentReplaceResult> |
SlidesApi.replacePresentationTextWithHttpInfo(String name,
String oldValue,
String newValue,
Boolean ignoreCase,
String password,
String folder,
String storage)
Replace text with a new value.
|
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.
|
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.
|
com.squareup.okhttp.Call |
SlidesApi.replaceSlideTextCall(String name,
Integer slideIndex,
String oldValue,
String newValue,
Boolean ignoreCase,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceSlideText
|
File |
SlidesApi.replaceSlideTextOnline(byte[] document,
Integer slideIndex,
String oldValue,
String newValue,
Boolean ignoreCase,
String password)
Replace slide text with a new value.
|
com.squareup.okhttp.Call |
SlidesApi.replaceSlideTextOnlineAsync(byte[] document,
Integer slideIndex,
String oldValue,
String newValue,
Boolean ignoreCase,
String password,
ApiCallback<File> callback)
Replace slide text with a new value.
|
com.squareup.okhttp.Call |
SlidesApi.replaceSlideTextOnlineCall(byte[] document,
Integer slideIndex,
String oldValue,
String newValue,
Boolean ignoreCase,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceSlideTextOnline
|
ApiResponse<File> |
SlidesApi.replaceSlideTextOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
String oldValue,
String newValue,
Boolean ignoreCase,
String password)
Replace slide text with a new value.
|
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.
|
void |
SlidesApi.savePortionAsMathMl(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String outPath,
String password,
String folder,
String storage)
Convert Mathematical Text to MathML Format and saves result to the storage
|
com.squareup.okhttp.Call |
SlidesApi.savePortionAsMathMlAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String outPath,
String password,
String folder,
String storage,
ApiCallback<Void> callback)
Convert Mathematical Text to MathML Format and saves result to the storage (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.savePortionAsMathMlCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String outPath,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for savePortionAsMathMl
|
ApiResponse<Void> |
SlidesApi.savePortionAsMathMlWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String outPath,
String password,
String folder,
String storage)
Convert Mathematical Text to MathML Format and saves result to the storage
|
void |
SlidesApi.savePresentation(String name,
ExportFormat format,
String outPath,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides)
Save a presentation to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.savePresentationAsync(String name,
ExportFormat format,
String outPath,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides,
ApiCallback<Void> callback)
Save a presentation to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.savePresentationCall(String name,
ExportFormat format,
String outPath,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for savePresentation
|
ApiResponse<Void> |
SlidesApi.savePresentationWithHttpInfo(String name,
ExportFormat format,
String outPath,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides)
Save a presentation to a specified format.
|
void |
SlidesApi.saveShape(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
String subShape)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
SlidesApi.saveShapeAsync(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
String subShape,
ApiCallback<Void> callback)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
SlidesApi.saveShapeCall(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for saveShape
|
void |
SlidesApi.saveShapeOnline(byte[] document,
Integer slideIndex,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String storage,
String fontsFolder,
IShapeExportOptions options)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
SlidesApi.saveShapeOnlineAsync(byte[] document,
Integer slideIndex,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String storage,
String fontsFolder,
IShapeExportOptions options,
ApiCallback<Void> callback)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
SlidesApi.saveShapeOnlineCall(byte[] document,
Integer slideIndex,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String storage,
String fontsFolder,
IShapeExportOptions options,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for saveShapeOnline
|
ApiResponse<Void> |
SlidesApi.saveShapeOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String storage,
String fontsFolder,
IShapeExportOptions options)
Render shape to specified picture format.
|
ApiResponse<Void> |
SlidesApi.saveShapeWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
String subShape)
Render shape to specified picture format.
|
void |
SlidesApi.saveSlide(String name,
Integer slideIndex,
SlideExportFormat format,
String outPath,
ExportOptions options,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder)
Save a slide to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.saveSlideAsync(String name,
Integer slideIndex,
SlideExportFormat format,
String outPath,
ExportOptions options,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder,
ApiCallback<Void> callback)
Save a slide to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.saveSlideCall(String name,
Integer slideIndex,
SlideExportFormat format,
String outPath,
ExportOptions options,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for saveSlide
|
void |
SlidesApi.saveSlideOnline(byte[] document,
Integer slideIndex,
SlideExportFormat format,
String outPath,
Integer width,
Integer height,
String password,
String storage,
String fontsFolder,
ExportOptions options)
Save a slide to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.saveSlideOnlineAsync(byte[] document,
Integer slideIndex,
SlideExportFormat format,
String outPath,
Integer width,
Integer height,
String password,
String storage,
String fontsFolder,
ExportOptions options,
ApiCallback<Void> callback)
Save a slide to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.saveSlideOnlineCall(byte[] document,
Integer slideIndex,
SlideExportFormat format,
String outPath,
Integer width,
Integer height,
String password,
String storage,
String fontsFolder,
ExportOptions options,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for saveSlideOnline
|
ApiResponse<Void> |
SlidesApi.saveSlideOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
SlideExportFormat format,
String outPath,
Integer width,
Integer height,
String password,
String storage,
String fontsFolder,
ExportOptions options)
Save a slide to a specified format.
|
ApiResponse<Void> |
SlidesApi.saveSlideWithHttpInfo(String name,
Integer slideIndex,
SlideExportFormat format,
String outPath,
ExportOptions options,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder)
Save a slide to a specified format.
|
void |
SlidesApi.saveSpecialSlideShape(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
String subShape)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
SlidesApi.saveSpecialSlideShapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
String subShape,
ApiCallback<Void> callback)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
SlidesApi.saveSpecialSlideShapeCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for saveSpecialSlideShape
|
ApiResponse<Void> |
SlidesApi.saveSpecialSlideShapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
String subShape)
Render shape to specified picture format.
|
SlideAnimation |
SlidesApi.setAnimation(String name,
Integer slideIndex,
SlideAnimation animation,
String password,
String folder,
String storage)
Set slide animation.
|
com.squareup.okhttp.Call |
SlidesApi.setAnimationAsync(String name,
Integer slideIndex,
SlideAnimation animation,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Set slide animation.
|
com.squareup.okhttp.Call |
SlidesApi.setAnimationCall(String name,
Integer slideIndex,
SlideAnimation animation,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setAnimation
|
ApiResponse<SlideAnimation> |
SlidesApi.setAnimationWithHttpInfo(String name,
Integer slideIndex,
SlideAnimation animation,
String password,
String folder,
String storage)
Set slide animation.
|
SlideBackground |
SlidesApi.setBackground(String name,
Integer slideIndex,
SlideBackground background,
String password,
String folder,
String storage)
Set background for a slide.
|
com.squareup.okhttp.Call |
SlidesApi.setBackgroundAsync(String name,
Integer slideIndex,
SlideBackground background,
String password,
String folder,
String storage,
ApiCallback<SlideBackground> callback)
Set background for a slide.
|
com.squareup.okhttp.Call |
SlidesApi.setBackgroundCall(String name,
Integer slideIndex,
SlideBackground background,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setBackground
|
SlideBackground |
SlidesApi.setBackgroundColor(String name,
Integer slideIndex,
String color,
String password,
String folder,
String storage)
Set background color for a slide.
|
com.squareup.okhttp.Call |
SlidesApi.setBackgroundColorAsync(String name,
Integer slideIndex,
String color,
String password,
String folder,
String storage,
ApiCallback<SlideBackground> callback)
Set background color for a slide.
|
com.squareup.okhttp.Call |
SlidesApi.setBackgroundColorCall(String name,
Integer slideIndex,
String color,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setBackgroundColor
|
ApiResponse<SlideBackground> |
SlidesApi.setBackgroundColorWithHttpInfo(String name,
Integer slideIndex,
String color,
String password,
String folder,
String storage)
Set background color for a slide.
|
ApiResponse<SlideBackground> |
SlidesApi.setBackgroundWithHttpInfo(String name,
Integer slideIndex,
SlideBackground background,
String password,
String folder,
String storage)
Set background for a slide.
|
Axis |
SlidesApi.setChartAxis(String name,
Integer slideIndex,
Integer shapeIndex,
AxisType axisType,
Axis axis,
String password,
String folder,
String storage)
Set chart axis.
|
com.squareup.okhttp.Call |
SlidesApi.setChartAxisAsync(String name,
Integer slideIndex,
Integer shapeIndex,
AxisType axisType,
Axis axis,
String password,
String folder,
String storage,
ApiCallback<Axis> callback)
Set chart axis.
|
com.squareup.okhttp.Call |
SlidesApi.setChartAxisCall(String name,
Integer slideIndex,
Integer shapeIndex,
AxisType axisType,
Axis axis,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setChartAxis
|
ApiResponse<Axis> |
SlidesApi.setChartAxisWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
AxisType axisType,
Axis axis,
String password,
String folder,
String storage)
Set chart axis.
|
Legend |
SlidesApi.setChartLegend(String name,
Integer slideIndex,
Integer shapeIndex,
Legend legend,
String password,
String folder,
String storage)
Set chart axis.
|
com.squareup.okhttp.Call |
SlidesApi.setChartLegendAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Legend legend,
String password,
String folder,
String storage,
ApiCallback<Legend> callback)
Set chart axis.
|
com.squareup.okhttp.Call |
SlidesApi.setChartLegendCall(String name,
Integer slideIndex,
Integer shapeIndex,
Legend legend,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setChartLegend
|
ApiResponse<Legend> |
SlidesApi.setChartLegendWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Legend legend,
String password,
String folder,
String storage)
Set chart axis.
|
Chart |
SlidesApi.setChartSeriesGroup(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesGroupIndex,
ChartSeriesGroup seriesGroup,
String password,
String folder,
String storage)
Set a series group in a chart.
|
com.squareup.okhttp.Call |
SlidesApi.setChartSeriesGroupAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesGroupIndex,
ChartSeriesGroup seriesGroup,
String password,
String folder,
String storage,
ApiCallback<Chart> callback)
Set a series group in a chart.
|
com.squareup.okhttp.Call |
SlidesApi.setChartSeriesGroupCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesGroupIndex,
ChartSeriesGroup seriesGroup,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setChartSeriesGroup
|
ApiResponse<Chart> |
SlidesApi.setChartSeriesGroupWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesGroupIndex,
ChartSeriesGroup seriesGroup,
String password,
String folder,
String storage)
Set a series group in a chart.
|
ChartWall |
SlidesApi.setChartWall(String name,
Integer slideIndex,
Integer shapeIndex,
ChartWallType chartWallType,
ChartWall chartWall,
String password,
String folder,
String storage)
Set 3D chart wall.
|
com.squareup.okhttp.Call |
SlidesApi.setChartWallAsync(String name,
Integer slideIndex,
Integer shapeIndex,
ChartWallType chartWallType,
ChartWall chartWall,
String password,
String folder,
String storage,
ApiCallback<ChartWall> callback)
Set 3D chart wall.
|
com.squareup.okhttp.Call |
SlidesApi.setChartWallCall(String name,
Integer slideIndex,
Integer shapeIndex,
ChartWallType chartWallType,
ChartWall chartWall,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setChartWall
|
ApiResponse<ChartWall> |
SlidesApi.setChartWallWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
ChartWallType chartWallType,
ChartWall chartWall,
String password,
String folder,
String storage)
Set 3D chart wall.
|
DocumentProperties |
SlidesApi.setDocumentProperties(String name,
DocumentProperties properties,
String password,
String folder,
String storage)
Set document properties.
|
com.squareup.okhttp.Call |
SlidesApi.setDocumentPropertiesAsync(String name,
DocumentProperties properties,
String password,
String folder,
String storage,
ApiCallback<DocumentProperties> callback)
Set document properties.
|
com.squareup.okhttp.Call |
SlidesApi.setDocumentPropertiesCall(String name,
DocumentProperties properties,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setDocumentProperties
|
ApiResponse<DocumentProperties> |
SlidesApi.setDocumentPropertiesWithHttpInfo(String name,
DocumentProperties properties,
String password,
String folder,
String storage)
Set document properties.
|
DocumentProperty |
SlidesApi.setDocumentProperty(String name,
String propertyName,
DocumentProperty property,
String password,
String folder,
String storage)
Set document property.
|
com.squareup.okhttp.Call |
SlidesApi.setDocumentPropertyAsync(String name,
String propertyName,
DocumentProperty property,
String password,
String folder,
String storage,
ApiCallback<DocumentProperty> callback)
Set document property.
|
com.squareup.okhttp.Call |
SlidesApi.setDocumentPropertyCall(String name,
String propertyName,
DocumentProperty property,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setDocumentProperty
|
ApiResponse<DocumentProperty> |
SlidesApi.setDocumentPropertyWithHttpInfo(String name,
String propertyName,
DocumentProperty property,
String password,
String folder,
String storage)
Set document property.
|
FontsData |
SlidesApi.setEmbeddedFont(String name,
String fontName,
Boolean onlyUsed,
String password,
String folder,
String storage,
String fontsFolder)
Embeds specified font and returns presentation fonts info.
|
com.squareup.okhttp.Call |
SlidesApi.setEmbeddedFontAsync(String name,
String fontName,
Boolean onlyUsed,
String password,
String folder,
String storage,
String fontsFolder,
ApiCallback<FontsData> callback)
Embeds specified font and returns presentation fonts info.
|
com.squareup.okhttp.Call |
SlidesApi.setEmbeddedFontCall(String name,
String fontName,
Boolean onlyUsed,
String password,
String folder,
String storage,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setEmbeddedFont
|
FontsData |
SlidesApi.setEmbeddedFontFromRequest(byte[] font,
String name,
Boolean onlyUsed,
String password,
String folder,
String storage)
Embeds font from request and returns presentation fonts info.
|
com.squareup.okhttp.Call |
SlidesApi.setEmbeddedFontFromRequestAsync(byte[] font,
String name,
Boolean onlyUsed,
String password,
String folder,
String storage,
ApiCallback<FontsData> callback)
Embeds font from request and returns presentation fonts info.
|
com.squareup.okhttp.Call |
SlidesApi.setEmbeddedFontFromRequestCall(byte[] font,
String name,
Boolean onlyUsed,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setEmbeddedFontFromRequest
|
File |
SlidesApi.setEmbeddedFontFromRequestOnline(byte[] document,
byte[] font,
Boolean onlyUsed,
String password)
Embeds font from request and returns presentation.
|
com.squareup.okhttp.Call |
SlidesApi.setEmbeddedFontFromRequestOnlineAsync(byte[] document,
byte[] font,
Boolean onlyUsed,
String password,
ApiCallback<File> callback)
Embeds font from request and returns presentation.
|
com.squareup.okhttp.Call |
SlidesApi.setEmbeddedFontFromRequestOnlineCall(byte[] document,
byte[] font,
Boolean onlyUsed,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setEmbeddedFontFromRequestOnline
|
ApiResponse<File> |
SlidesApi.setEmbeddedFontFromRequestOnlineWithHttpInfo(byte[] document,
byte[] font,
Boolean onlyUsed,
String password)
Embeds font from request and returns presentation.
|
ApiResponse<FontsData> |
SlidesApi.setEmbeddedFontFromRequestWithHttpInfo(byte[] font,
String name,
Boolean onlyUsed,
String password,
String folder,
String storage)
Embeds font from request and returns presentation fonts info.
|
File |
SlidesApi.setEmbeddedFontOnline(byte[] document,
String fontName,
Boolean onlyUsed,
String password,
String fontsFolder)
Embeds specified font and returns presentation.
|
com.squareup.okhttp.Call |
SlidesApi.setEmbeddedFontOnlineAsync(byte[] document,
String fontName,
Boolean onlyUsed,
String password,
String fontsFolder,
ApiCallback<File> callback)
Embeds specified font and returns presentation.
|
com.squareup.okhttp.Call |
SlidesApi.setEmbeddedFontOnlineCall(byte[] document,
String fontName,
Boolean onlyUsed,
String password,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setEmbeddedFontOnline
|
ApiResponse<File> |
SlidesApi.setEmbeddedFontOnlineWithHttpInfo(byte[] document,
String fontName,
Boolean onlyUsed,
String password,
String fontsFolder)
Embeds specified font and returns presentation.
|
ApiResponse<FontsData> |
SlidesApi.setEmbeddedFontWithHttpInfo(String name,
String fontName,
Boolean onlyUsed,
String password,
String folder,
String storage,
String fontsFolder)
Embeds specified font and returns presentation fonts info.
|
NotesSlideHeaderFooter |
SlidesApi.setNotesSlideHeaderFooter(String name,
Integer slideIndex,
NotesSlideHeaderFooter dto,
String password,
String folder,
String storage)
Set header/footer the notes slide.
|
com.squareup.okhttp.Call |
SlidesApi.setNotesSlideHeaderFooterAsync(String name,
Integer slideIndex,
NotesSlideHeaderFooter dto,
String password,
String folder,
String storage,
ApiCallback<NotesSlideHeaderFooter> callback)
Set header/footer the notes slide.
|
com.squareup.okhttp.Call |
SlidesApi.setNotesSlideHeaderFooterCall(String name,
Integer slideIndex,
NotesSlideHeaderFooter dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setNotesSlideHeaderFooter
|
ApiResponse<NotesSlideHeaderFooter> |
SlidesApi.setNotesSlideHeaderFooterWithHttpInfo(String name,
Integer slideIndex,
NotesSlideHeaderFooter dto,
String password,
String folder,
String storage)
Set header/footer the notes slide.
|
Document |
SlidesApi.setPresentationHeaderFooter(String name,
HeaderFooter dto,
String password,
String folder,
String storage)
Set footers for all slides in a presentation.
|
com.squareup.okhttp.Call |
SlidesApi.setPresentationHeaderFooterAsync(String name,
HeaderFooter dto,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Set footers for all slides in a presentation.
|
com.squareup.okhttp.Call |
SlidesApi.setPresentationHeaderFooterCall(String name,
HeaderFooter dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setPresentationHeaderFooter
|
ApiResponse<Document> |
SlidesApi.setPresentationHeaderFooterWithHttpInfo(String name,
HeaderFooter dto,
String password,
String folder,
String storage)
Set footers for all slides in a presentation.
|
ProtectionProperties |
SlidesApi.setProtection(String name,
ProtectionProperties dto,
String password,
String folder,
String storage)
Updates presentation protection properties.
|
com.squareup.okhttp.Call |
SlidesApi.setProtectionAsync(String name,
ProtectionProperties dto,
String password,
String folder,
String storage,
ApiCallback<ProtectionProperties> callback)
Updates presentation protection properties.
|
com.squareup.okhttp.Call |
SlidesApi.setProtectionCall(String name,
ProtectionProperties dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setProtection
|
File |
SlidesApi.setProtectionOnline(byte[] document,
ProtectionProperties dto,
String password)
Sets presentation protection options.
|
com.squareup.okhttp.Call |
SlidesApi.setProtectionOnlineAsync(byte[] document,
ProtectionProperties dto,
String password,
ApiCallback<File> callback)
Sets presentation protection options.
|
com.squareup.okhttp.Call |
SlidesApi.setProtectionOnlineCall(byte[] document,
ProtectionProperties dto,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setProtectionOnline
|
ApiResponse<File> |
SlidesApi.setProtectionOnlineWithHttpInfo(byte[] document,
ProtectionProperties dto,
String password)
Sets presentation protection options.
|
ApiResponse<ProtectionProperties> |
SlidesApi.setProtectionWithHttpInfo(String name,
ProtectionProperties dto,
String password,
String folder,
String storage)
Updates presentation protection properties.
|
Sections |
SlidesApi.setSections(String name,
Sections sections,
String password,
String folder,
String storage)
Replace existing presentation sections with the ones provided in the sections DTO.
|
com.squareup.okhttp.Call |
SlidesApi.setSectionsAsync(String name,
Sections sections,
String password,
String folder,
String storage,
ApiCallback<Sections> callback)
Replace existing presentation sections with the ones provided in the sections DTO.
|
com.squareup.okhttp.Call |
SlidesApi.setSectionsCall(String name,
Sections sections,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setSections
|
ApiResponse<Sections> |
SlidesApi.setSectionsWithHttpInfo(String name,
Sections sections,
String password,
String folder,
String storage)
Replace existing presentation sections with the ones provided in the sections DTO.
|
ShapeBase |
SlidesApi.setShapeGeometryPath(String name,
Integer slideIndex,
Integer shapeIndex,
GeometryPaths dto,
String password,
String folder,
String storage)
Sets geometry path to the shape
|
com.squareup.okhttp.Call |
SlidesApi.setShapeGeometryPathAsync(String name,
Integer slideIndex,
Integer shapeIndex,
GeometryPaths dto,
String password,
String folder,
String storage,
ApiCallback<ShapeBase> callback)
Sets geometry path to the shape (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.setShapeGeometryPathCall(String name,
Integer slideIndex,
Integer shapeIndex,
GeometryPaths dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setShapeGeometryPath
|
ApiResponse<ShapeBase> |
SlidesApi.setShapeGeometryPathWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
GeometryPaths dto,
String password,
String folder,
String storage)
Sets geometry path to the shape
|
HeaderFooter |
SlidesApi.setSlideHeaderFooter(String name,
Integer slideIndex,
HeaderFooter dto,
String password,
String folder,
String storage)
Set footer the slide.
|
com.squareup.okhttp.Call |
SlidesApi.setSlideHeaderFooterAsync(String name,
Integer slideIndex,
HeaderFooter dto,
String password,
String folder,
String storage,
ApiCallback<HeaderFooter> callback)
Set footer the slide.
|
com.squareup.okhttp.Call |
SlidesApi.setSlideHeaderFooterCall(String name,
Integer slideIndex,
HeaderFooter dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setSlideHeaderFooter
|
ApiResponse<HeaderFooter> |
SlidesApi.setSlideHeaderFooterWithHttpInfo(String name,
Integer slideIndex,
HeaderFooter dto,
String password,
String folder,
String storage)
Set footer the slide.
|
SlideProperties |
SlidesApi.setSlideProperties(String name,
SlideProperties dto,
String password,
String folder,
String storage)
Update presentation slide properties.
|
com.squareup.okhttp.Call |
SlidesApi.setSlidePropertiesAsync(String name,
SlideProperties dto,
String password,
String folder,
String storage,
ApiCallback<SlideProperties> callback)
Update presentation slide properties.
|
com.squareup.okhttp.Call |
SlidesApi.setSlidePropertiesCall(String name,
SlideProperties dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setSlideProperties
|
ApiResponse<SlideProperties> |
SlidesApi.setSlidePropertiesWithHttpInfo(String name,
SlideProperties dto,
String password,
String folder,
String storage)
Update presentation slide properties.
|
SlideShowProperties |
SlidesApi.setSlideShowProperties(String name,
SlideShowProperties dto,
String password,
String folder,
String storage)
Update presentation slide show properties.
|
com.squareup.okhttp.Call |
SlidesApi.setSlideShowPropertiesAsync(String name,
SlideShowProperties dto,
String password,
String folder,
String storage,
ApiCallback<SlideShowProperties> callback)
Update presentation slide show properties.
|
com.squareup.okhttp.Call |
SlidesApi.setSlideShowPropertiesCall(String name,
SlideShowProperties dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setSlideShowProperties
|
ApiResponse<SlideShowProperties> |
SlidesApi.setSlideShowPropertiesWithHttpInfo(String name,
SlideShowProperties dto,
String password,
String folder,
String storage)
Update presentation slide show properties.
|
SlideAnimation |
SlidesApi.setSpecialSlideAnimation(String name,
Integer slideIndex,
SpecialSlideType slideType,
SlideAnimation animation,
String password,
String folder,
String storage)
Set special slide (master, layout, notes) animation.
|
com.squareup.okhttp.Call |
SlidesApi.setSpecialSlideAnimationAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
SlideAnimation animation,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Set special slide (master, layout, notes) animation.
|
com.squareup.okhttp.Call |
SlidesApi.setSpecialSlideAnimationCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
SlideAnimation animation,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setSpecialSlideAnimation
|
ApiResponse<SlideAnimation> |
SlidesApi.setSpecialSlideAnimationWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
SlideAnimation animation,
String password,
String folder,
String storage)
Set special slide (master, layout, notes) animation.
|
ViewProperties |
SlidesApi.setViewProperties(String name,
ViewProperties dto,
String password,
String folder,
String storage)
Update presentation view properties.
|
com.squareup.okhttp.Call |
SlidesApi.setViewPropertiesAsync(String name,
ViewProperties dto,
String password,
String folder,
String storage,
ApiCallback<ViewProperties> callback)
Update presentation view properties.
|
com.squareup.okhttp.Call |
SlidesApi.setViewPropertiesCall(String name,
ViewProperties dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setViewProperties
|
ApiResponse<ViewProperties> |
SlidesApi.setViewPropertiesWithHttpInfo(String name,
ViewProperties dto,
String password,
String folder,
String storage)
Update presentation view properties.
|
SplitDocumentResult |
SlidesApi.split(String name,
ExportOptions options,
SlideExportFormat format,
Integer width,
Integer height,
Integer from,
Integer to,
String destFolder,
String password,
String folder,
String storage,
String fontsFolder)
Splitting presentations.
|
SplitDocumentResult |
SlidesApi.splitAndSaveOnline(byte[] document,
SlideExportFormat format,
String destFolder,
Integer width,
Integer height,
Integer from,
Integer to,
String password,
String storage,
String fontsFolder)
Splits PowerPoint presentation slides from the specified range into separate files and exports them in the specified file format.
|
com.squareup.okhttp.Call |
SlidesApi.splitAndSaveOnlineAsync(byte[] document,
SlideExportFormat format,
String destFolder,
Integer width,
Integer height,
Integer from,
Integer to,
String password,
String storage,
String fontsFolder,
ApiCallback<SplitDocumentResult> callback)
Splits PowerPoint presentation slides from the specified range into separate files and exports them in the specified file format.
|
com.squareup.okhttp.Call |
SlidesApi.splitAndSaveOnlineCall(byte[] document,
SlideExportFormat format,
String destFolder,
Integer width,
Integer height,
Integer from,
Integer to,
String password,
String storage,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for splitAndSaveOnline
|
ApiResponse<SplitDocumentResult> |
SlidesApi.splitAndSaveOnlineWithHttpInfo(byte[] document,
SlideExportFormat format,
String destFolder,
Integer width,
Integer height,
Integer from,
Integer to,
String password,
String storage,
String fontsFolder)
Splits PowerPoint presentation slides from the specified range into separate files and exports them in the specified file format.
|
com.squareup.okhttp.Call |
SlidesApi.splitAsync(String name,
ExportOptions options,
SlideExportFormat format,
Integer width,
Integer height,
Integer from,
Integer to,
String destFolder,
String password,
String folder,
String storage,
String fontsFolder,
ApiCallback<SplitDocumentResult> callback)
Splitting presentations.
|
com.squareup.okhttp.Call |
SlidesApi.splitCall(String name,
ExportOptions options,
SlideExportFormat format,
Integer width,
Integer height,
Integer from,
Integer to,
String destFolder,
String password,
String folder,
String storage,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for split
|
File |
SlidesApi.splitOnline(byte[] document,
SlideExportFormat format,
Integer width,
Integer height,
Integer from,
Integer to,
String password,
String storage,
String fontsFolder)
Splits PowerPoint presentation slides from the specified range into separate files and exports them in the specified file format.
|
com.squareup.okhttp.Call |
SlidesApi.splitOnlineAsync(byte[] document,
SlideExportFormat format,
Integer width,
Integer height,
Integer from,
Integer to,
String password,
String storage,
String fontsFolder,
ApiCallback<File> callback)
Splits PowerPoint presentation slides from the specified range into separate files and exports them in the specified file format.
|
com.squareup.okhttp.Call |
SlidesApi.splitOnlineCall(byte[] document,
SlideExportFormat format,
Integer width,
Integer height,
Integer from,
Integer to,
String password,
String storage,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for splitOnline
|
ApiResponse<File> |
SlidesApi.splitOnlineWithHttpInfo(byte[] document,
SlideExportFormat format,
Integer width,
Integer height,
Integer from,
Integer to,
String password,
String storage,
String fontsFolder)
Splits PowerPoint presentation slides from the specified range into separate files and exports them in the specified file format.
|
ApiResponse<SplitDocumentResult> |
SlidesApi.splitWithHttpInfo(String name,
ExportOptions options,
SlideExportFormat format,
Integer width,
Integer height,
Integer from,
Integer to,
String destFolder,
String password,
String folder,
String storage,
String fontsFolder)
Splitting presentations.
|
StorageExist |
SlidesApi.storageExists(String storageName)
Check if storage exists
|
com.squareup.okhttp.Call |
SlidesApi.storageExistsAsync(String storageName,
ApiCallback<StorageExist> callback)
Check if storage exists (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.storageExistsCall(String storageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for storageExists
|
ApiResponse<StorageExist> |
SlidesApi.storageExistsWithHttpInfo(String storageName)
Check if storage exists
|
SlideAnimation |
SlidesApi.updateAnimationEffect(String name,
Integer slideIndex,
Integer effectIndex,
Effect effect,
String password,
String folder,
String storage)
Modify an animation effect for a slide.
|
com.squareup.okhttp.Call |
SlidesApi.updateAnimationEffectAsync(String name,
Integer slideIndex,
Integer effectIndex,
Effect effect,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Modify an animation effect for a slide.
|
com.squareup.okhttp.Call |
SlidesApi.updateAnimationEffectCall(String name,
Integer slideIndex,
Integer effectIndex,
Effect effect,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateAnimationEffect
|
ApiResponse<SlideAnimation> |
SlidesApi.updateAnimationEffectWithHttpInfo(String name,
Integer slideIndex,
Integer effectIndex,
Effect effect,
String password,
String folder,
String storage)
Modify an animation effect for a slide.
|
SlideAnimation |
SlidesApi.updateAnimationInteractiveSequenceEffect(String name,
Integer slideIndex,
Integer sequenceIndex,
Integer effectIndex,
Effect effect,
String password,
String folder,
String storage)
Modify an animation effect for a slide interactive sequence.
|
com.squareup.okhttp.Call |
SlidesApi.updateAnimationInteractiveSequenceEffectAsync(String name,
Integer slideIndex,
Integer sequenceIndex,
Integer effectIndex,
Effect effect,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Modify an animation effect for a slide interactive sequence.
|
com.squareup.okhttp.Call |
SlidesApi.updateAnimationInteractiveSequenceEffectCall(String name,
Integer slideIndex,
Integer sequenceIndex,
Integer effectIndex,
Effect effect,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateAnimationInteractiveSequenceEffect
|
ApiResponse<SlideAnimation> |
SlidesApi.updateAnimationInteractiveSequenceEffectWithHttpInfo(String name,
Integer slideIndex,
Integer sequenceIndex,
Integer effectIndex,
Effect effect,
String password,
String folder,
String storage)
Modify an animation effect for a slide interactive sequence.
|
Chart |
SlidesApi.updateChartCategory(String name,
Integer slideIndex,
Integer shapeIndex,
Integer categoryIndex,
ChartCategory category,
String password,
String folder,
String storage)
Update a chart category.
|
com.squareup.okhttp.Call |
SlidesApi.updateChartCategoryAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer categoryIndex,
ChartCategory category,
String password,
String folder,
String storage,
ApiCallback<Chart> callback)
Update a chart category.
|
com.squareup.okhttp.Call |
SlidesApi.updateChartCategoryCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer categoryIndex,
ChartCategory category,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateChartCategory
|
ApiResponse<Chart> |
SlidesApi.updateChartCategoryWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer categoryIndex,
ChartCategory category,
String password,
String folder,
String storage)
Update a chart category.
|
Chart |
SlidesApi.updateChartDataPoint(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Integer pointIndex,
DataPoint dataPoint,
String password,
String folder,
String storage)
Update a data point in a chart series.
|
com.squareup.okhttp.Call |
SlidesApi.updateChartDataPointAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Integer pointIndex,
DataPoint dataPoint,
String password,
String folder,
String storage,
ApiCallback<Chart> callback)
Update a data point in a chart series.
|
com.squareup.okhttp.Call |
SlidesApi.updateChartDataPointCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Integer pointIndex,
DataPoint dataPoint,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateChartDataPoint
|
ApiResponse<Chart> |
SlidesApi.updateChartDataPointWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Integer pointIndex,
DataPoint dataPoint,
String password,
String folder,
String storage)
Update a data point in a chart series.
|
Chart |
SlidesApi.updateChartSeries(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Series series,
String password,
String folder,
String storage)
Update a series in a chart.
|
com.squareup.okhttp.Call |
SlidesApi.updateChartSeriesAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Series series,
String password,
String folder,
String storage,
ApiCallback<Chart> callback)
Update a series in a chart.
|
com.squareup.okhttp.Call |
SlidesApi.updateChartSeriesCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Series series,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateChartSeries
|
ApiResponse<Chart> |
SlidesApi.updateChartSeriesWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Series series,
String password,
String folder,
String storage)
Update a series in a chart.
|
LayoutSlide |
SlidesApi.updateLayoutSlide(String name,
Integer slideIndex,
LayoutSlide slideDto,
String password,
String folder,
String storage)
Update a layoutSlide.
|
com.squareup.okhttp.Call |
SlidesApi.updateLayoutSlideAsync(String name,
Integer slideIndex,
LayoutSlide slideDto,
String password,
String folder,
String storage,
ApiCallback<LayoutSlide> callback)
Update a layoutSlide.
|
com.squareup.okhttp.Call |
SlidesApi.updateLayoutSlideCall(String name,
Integer slideIndex,
LayoutSlide slideDto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateLayoutSlide
|
ApiResponse<LayoutSlide> |
SlidesApi.updateLayoutSlideWithHttpInfo(String name,
Integer slideIndex,
LayoutSlide slideDto,
String password,
String folder,
String storage)
Update a layoutSlide.
|
NotesSlide |
SlidesApi.updateNotesSlide(String name,
Integer slideIndex,
NotesSlide dto,
String password,
String folder,
String storage)
Update notes slide properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateNotesSlideAsync(String name,
Integer slideIndex,
NotesSlide dto,
String password,
String folder,
String storage,
ApiCallback<NotesSlide> callback)
Update notes slide properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateNotesSlideCall(String name,
Integer slideIndex,
NotesSlide dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateNotesSlide
|
ApiResponse<NotesSlide> |
SlidesApi.updateNotesSlideWithHttpInfo(String name,
Integer slideIndex,
NotesSlide dto,
String password,
String folder,
String storage)
Update notes slide properties.
|
Paragraph |
SlidesApi.updateParagraph(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage,
String subShape)
Update paragraph properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateParagraphAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Paragraph> callback)
Update paragraph properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateParagraphCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateParagraph
|
ApiResponse<Paragraph> |
SlidesApi.updateParagraphWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage,
String subShape)
Update paragraph properties.
|
Portion |
SlidesApi.updatePortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
String subShape)
Update portion properties.
|
com.squareup.okhttp.Call |
SlidesApi.updatePortionAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Portion> callback)
Update portion properties.
|
com.squareup.okhttp.Call |
SlidesApi.updatePortionCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updatePortion
|
ApiResponse<Portion> |
SlidesApi.updatePortionWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
String subShape)
Update portion properties.
|
Sections |
SlidesApi.updateSection(String name,
Integer sectionIndex,
String sectionName,
String password,
String folder,
String storage)
Update section name.
|
com.squareup.okhttp.Call |
SlidesApi.updateSectionAsync(String name,
Integer sectionIndex,
String sectionName,
String password,
String folder,
String storage,
ApiCallback<Sections> callback)
Update section name.
|
com.squareup.okhttp.Call |
SlidesApi.updateSectionCall(String name,
Integer sectionIndex,
String sectionName,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSection
|
ApiResponse<Sections> |
SlidesApi.updateSectionWithHttpInfo(String name,
Integer sectionIndex,
String sectionName,
String password,
String folder,
String storage)
Update section name.
|
ShapeBase |
SlidesApi.updateShape(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape)
Update shape properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateShapeAsync(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape,
ApiCallback<ShapeBase> callback)
Update shape properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateShapeCall(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateShape
|
ApiResponse<ShapeBase> |
SlidesApi.updateShapeWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape)
Update shape properties.
|
Slide |
SlidesApi.updateSlide(String name,
Integer slideIndex,
Slide slideDto,
String password,
String folder,
String storage)
Update a slide.
|
com.squareup.okhttp.Call |
SlidesApi.updateSlideAsync(String name,
Integer slideIndex,
Slide slideDto,
String password,
String folder,
String storage,
ApiCallback<Slide> callback)
Update a slide.
|
com.squareup.okhttp.Call |
SlidesApi.updateSlideCall(String name,
Integer slideIndex,
Slide slideDto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSlide
|
ApiResponse<Slide> |
SlidesApi.updateSlideWithHttpInfo(String name,
Integer slideIndex,
Slide slideDto,
String password,
String folder,
String storage)
Update a slide.
|
SlideAnimation |
SlidesApi.updateSpecialSlideAnimationEffect(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer effectIndex,
Effect effect,
String password,
String folder,
String storage)
Modify an animation effect for a special slide (master, layout, notes).
|
com.squareup.okhttp.Call |
SlidesApi.updateSpecialSlideAnimationEffectAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer effectIndex,
Effect effect,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Modify an animation effect for a special slide (master, layout, notes).
|
com.squareup.okhttp.Call |
SlidesApi.updateSpecialSlideAnimationEffectCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer effectIndex,
Effect effect,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSpecialSlideAnimationEffect
|
ApiResponse<SlideAnimation> |
SlidesApi.updateSpecialSlideAnimationEffectWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer effectIndex,
Effect effect,
String password,
String folder,
String storage)
Modify an animation effect for a special slide (master, layout, notes).
|
SlideAnimation |
SlidesApi.updateSpecialSlideAnimationInteractiveSequenceEffect(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer sequenceIndex,
Integer effectIndex,
Effect effect,
String password,
String folder,
String storage)
Modify an animation effect for a special slide (master, layout, notes) interactive sequence.
|
com.squareup.okhttp.Call |
SlidesApi.updateSpecialSlideAnimationInteractiveSequenceEffectAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer sequenceIndex,
Integer effectIndex,
Effect effect,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Modify an animation effect for a special slide (master, layout, notes) interactive sequence.
|
com.squareup.okhttp.Call |
SlidesApi.updateSpecialSlideAnimationInteractiveSequenceEffectCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer sequenceIndex,
Integer effectIndex,
Effect effect,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSpecialSlideAnimationInteractiveSequenceEffect
|
ApiResponse<SlideAnimation> |
SlidesApi.updateSpecialSlideAnimationInteractiveSequenceEffectWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer sequenceIndex,
Integer effectIndex,
Effect effect,
String password,
String folder,
String storage)
Modify an animation effect for a special slide (master, layout, notes) interactive sequence.
|
Paragraph |
SlidesApi.updateSpecialSlideParagraph(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage,
String subShape)
Update paragraph properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateSpecialSlideParagraphAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Paragraph> callback)
Update paragraph properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateSpecialSlideParagraphCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSpecialSlideParagraph
|
ApiResponse<Paragraph> |
SlidesApi.updateSpecialSlideParagraphWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage,
String subShape)
Update paragraph properties.
|
Portion |
SlidesApi.updateSpecialSlidePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
String subShape)
Update portion properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateSpecialSlidePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Portion> callback)
Update portion properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateSpecialSlidePortionCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSpecialSlidePortion
|
ApiResponse<Portion> |
SlidesApi.updateSpecialSlidePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
String subShape)
Update portion properties.
|
ShapeBase |
SlidesApi.updateSpecialSlideShape(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape)
Update shape properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateSpecialSlideShapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape,
ApiCallback<ShapeBase> callback)
Update shape properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateSpecialSlideShapeCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSpecialSlideShape
|
ApiResponse<ShapeBase> |
SlidesApi.updateSpecialSlideShapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape)
Update shape properties.
|
FilesUploadResult |
SlidesApi.uploadFile(String path,
byte[] file,
String storageName)
Upload file
|
com.squareup.okhttp.Call |
SlidesApi.uploadFileAsync(String path,
byte[] file,
String storageName,
ApiCallback<FilesUploadResult> callback)
Upload file (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.uploadFileCall(String path,
byte[] file,
String storageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for uploadFile
|
ApiResponse<FilesUploadResult> |
SlidesApi.uploadFileWithHttpInfo(String path,
byte[] file,
String storageName)
Upload file
|
Modifier and Type | Class and Description |
---|---|
class |
NeedRepeatRequestException |
Modifier and Type | Method and Description |
---|---|
void |
Authentication.handleBadResponse(com.squareup.okhttp.Response response)
Handle error response.
|
void |
JWTAuth.handleBadResponse(com.squareup.okhttp.Response response) |
void |
Authentication.updateHeaderParams(Map<String,String> headerParams)
Apply authentication settings to header params.
|
void |
JWTAuth.updateHeaderParams(Map<String,String> headerParams) |
Copyright © 2023. All rights reserved.