public class SlidesApi extends Object
Constructor and Description |
---|
SlidesApi(Configuration configuration) |
SlidesApi(String appSid,
String appKey) |
Modifier and Type | Method and Description |
---|---|
Shapes |
alignShapes(String name,
Integer slideIndex,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage)
Changes the placement of selected shapes on the slide.
|
com.squareup.okhttp.Call |
alignShapesAsync(String name,
Integer slideIndex,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
ApiCallback<Shapes> callback)
Changes the placement of selected shapes on the slide.
|
com.squareup.okhttp.Call |
alignShapesCall(String name,
Integer slideIndex,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for alignShapes
|
ApiResponse<Shapes> |
alignShapesWithHttpInfo(String name,
Integer slideIndex,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage)
Changes the placement of selected shapes on the slide.
|
Shapes |
alignSpecialSlideShapes(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage)
Changes the placement of selected shapes on the master slide.
|
com.squareup.okhttp.Call |
alignSpecialSlideShapesAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
ApiCallback<Shapes> callback)
Changes the placement of selected shapes on the master slide.
|
com.squareup.okhttp.Call |
alignSpecialSlideShapesCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for alignSpecialSlideShapes
|
ApiResponse<Shapes> |
alignSpecialSlideShapesWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage)
Changes the placement of selected shapes on the master slide.
|
Shapes |
alignSubshapes(String name,
Integer slideIndex,
String path,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage)
Changes the placement of selected shapes on the slide.
|
com.squareup.okhttp.Call |
alignSubshapesAsync(String name,
Integer slideIndex,
String path,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
ApiCallback<Shapes> callback)
Changes the placement of selected shapes on the slide.
|
com.squareup.okhttp.Call |
alignSubshapesCall(String name,
Integer slideIndex,
String path,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for alignSubshapes
|
ApiResponse<Shapes> |
alignSubshapesWithHttpInfo(String name,
Integer slideIndex,
String path,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage)
Changes the placement of selected shapes on the slide.
|
File |
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 |
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 |
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 |
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> |
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 |
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 |
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> |
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 |
copyFile(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
String versionId)
Copy file
|
com.squareup.okhttp.Call |
copyFileAsync(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
String versionId,
ApiCallback<Void> callback)
Copy file (asynchronously)
|
com.squareup.okhttp.Call |
copyFileCall(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
String versionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for copyFile
|
ApiResponse<Void> |
copyFileWithHttpInfo(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
String versionId)
Copy file
|
void |
copyFolder(String srcPath,
String destPath,
String srcStorageName,
String destStorageName)
Copy folder
|
com.squareup.okhttp.Call |
copyFolderAsync(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
ApiCallback<Void> callback)
Copy folder (asynchronously)
|
com.squareup.okhttp.Call |
copyFolderCall(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for copyFolder
|
ApiResponse<Void> |
copyFolderWithHttpInfo(String srcPath,
String destPath,
String srcStorageName,
String destStorageName)
Copy folder
|
LayoutSlide |
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 |
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 |
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> |
copyLayoutSlideWithHttpInfo(String name,
String cloneFrom,
Integer cloneFromPosition,
String cloneFromPassword,
String cloneFromStorage,
String password,
String folder,
String storage)
Copy layoutSlide from source presentation.
|
MasterSlide |
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 |
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 |
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> |
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 |
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 |
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 |
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> |
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 |
createAnimationEffect(String name,
Integer slideIndex,
Effect effect,
String password,
String folder,
String storage)
Add an effect to slide animation.
|
com.squareup.okhttp.Call |
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 |
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> |
createAnimationEffectWithHttpInfo(String name,
Integer slideIndex,
Effect effect,
String password,
String folder,
String storage)
Add an effect to slide animation.
|
SlideAnimation |
createAnimationInteractiveSequence(String name,
Integer slideIndex,
InteractiveSequence sequence,
String password,
String folder,
String storage)
Set slide animation.
|
com.squareup.okhttp.Call |
createAnimationInteractiveSequenceAsync(String name,
Integer slideIndex,
InteractiveSequence sequence,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Set slide animation.
|
com.squareup.okhttp.Call |
createAnimationInteractiveSequenceCall(String name,
Integer slideIndex,
InteractiveSequence sequence,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createAnimationInteractiveSequence
|
SlideAnimation |
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 |
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 |
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> |
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> |
createAnimationInteractiveSequenceWithHttpInfo(String name,
Integer slideIndex,
InteractiveSequence sequence,
String password,
String folder,
String storage)
Set slide animation.
|
Chart |
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 |
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 |
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> |
createChartCategoryWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
ChartCategory category,
String password,
String folder,
String storage)
Add a new category to a chart.
|
Chart |
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 |
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 |
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> |
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 |
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 |
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 |
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> |
createChartSeriesWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Series series,
String password,
String folder,
String storage)
Add a new series to a chart.
|
SlideComments |
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 |
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 |
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 |
createCommentOnline(byte[] document,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password)
Adds the comment on the slide.
|
com.squareup.okhttp.Call |
createCommentOnlineAsync(byte[] document,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password,
ApiCallback<File> callback)
Adds the comment on the slide.
|
com.squareup.okhttp.Call |
createCommentOnlineCall(byte[] document,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCommentOnline
|
ApiResponse<File> |
createCommentOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password)
Adds the comment on the slide.
|
ApiResponse<SlideComments> |
createCommentWithHttpInfo(String name,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password,
String folder,
String storage)
Adds the comment on the slide.
|
void |
createFolder(String path,
String storageName)
Create the folder
|
com.squareup.okhttp.Call |
createFolderAsync(String path,
String storageName,
ApiCallback<Void> callback)
Create the folder (asynchronously)
|
com.squareup.okhttp.Call |
createFolderCall(String path,
String storageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createFolder
|
ApiResponse<Void> |
createFolderWithHttpInfo(String path,
String storageName)
Create the folder
|
void |
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 |
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 |
createImageWatermarkCall(String name,
byte[] image,
PictureFrame pictureFrame,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createImageWatermark
|
File |
createImageWatermarkOnline(byte[] document,
byte[] image,
PictureFrame pictureFrame,
String password)
Adds an image watermark to each slide of the presentation.
|
com.squareup.okhttp.Call |
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 |
createImageWatermarkOnlineCall(byte[] document,
byte[] image,
PictureFrame pictureFrame,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createImageWatermarkOnline
|
ApiResponse<File> |
createImageWatermarkOnlineWithHttpInfo(byte[] document,
byte[] image,
PictureFrame pictureFrame,
String password)
Adds an image watermark to each slide of the presentation.
|
ApiResponse<Void> |
createImageWatermarkWithHttpInfo(String name,
byte[] image,
PictureFrame pictureFrame,
String password,
String folder,
String storage)
Adds an image watermark to each slide of the presentation.
|
NotesSlide |
createNotesSlide(String name,
Integer slideIndex,
NotesSlide dto,
String password,
String folder,
String storage)
Add new notes slide.
|
com.squareup.okhttp.Call |
createNotesSlideAsync(String name,
Integer slideIndex,
NotesSlide dto,
String password,
String folder,
String storage,
ApiCallback<NotesSlide> callback)
Add new notes slide.
|
com.squareup.okhttp.Call |
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> |
createNotesSlideWithHttpInfo(String name,
Integer slideIndex,
NotesSlide dto,
String password,
String folder,
String storage)
Add new notes slide.
|
Paragraph |
createParagraph(String name,
Integer slideIndex,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage)
Creates new paragraph.
|
com.squareup.okhttp.Call |
createParagraphAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage,
ApiCallback<Paragraph> callback)
Creates new paragraph.
|
com.squareup.okhttp.Call |
createParagraphCall(String name,
Integer slideIndex,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createParagraph
|
ApiResponse<Paragraph> |
createParagraphWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage)
Creates new paragraph.
|
Portion |
createPortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion.
|
com.squareup.okhttp.Call |
createPortionAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Creates new portion.
|
com.squareup.okhttp.Call |
createPortionCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createPortion
|
ApiResponse<Portion> |
createPortionWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion.
|
Document |
createPresentation(String name,
byte[] data,
String inputPassword,
String password,
String folder,
String storage)
Create a presentation.
|
com.squareup.okhttp.Call |
createPresentationAsync(String name,
byte[] data,
String inputPassword,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Create a presentation.
|
com.squareup.okhttp.Call |
createPresentationCall(String name,
byte[] data,
String inputPassword,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createPresentation
|
Document |
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 |
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 |
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> |
createPresentationFromSourceWithHttpInfo(String name,
String sourcePath,
String sourcePassword,
String sourceStorage,
String password,
String folder,
String storage)
Create a presentation from an existing source.
|
Document |
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 |
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 |
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> |
createPresentationFromTemplateWithHttpInfo(String name,
String templatePath,
String data,
String templatePassword,
String templateStorage,
Boolean isImageDataEmbedded,
String password,
String folder,
String storage)
Create a presentation.
|
ApiResponse<Document> |
createPresentationWithHttpInfo(String name,
byte[] data,
String inputPassword,
String password,
String folder,
String storage)
Create a presentation.
|
Sections |
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 |
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 |
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> |
createSectionWithHttpInfo(String name,
String sectionName,
Integer slideIndex,
String password,
String folder,
String storage)
Create a section starting at a specified slide index.
|
ShapeBase |
createShape(String name,
Integer slideIndex,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage)
Create new shape.
|
com.squareup.okhttp.Call |
createShapeAsync(String name,
Integer slideIndex,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
ApiCallback<ShapeBase> callback)
Create new shape.
|
com.squareup.okhttp.Call |
createShapeCall(String name,
Integer slideIndex,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createShape
|
ApiResponse<ShapeBase> |
createShapeWithHttpInfo(String name,
Integer slideIndex,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage)
Create new shape.
|
Slides |
createSlide(String name,
String layoutAlias,
Integer position,
String password,
String folder,
String storage)
Create a slide.
|
com.squareup.okhttp.Call |
createSlideAsync(String name,
String layoutAlias,
Integer position,
String password,
String folder,
String storage,
ApiCallback<Slides> callback)
Create a slide.
|
com.squareup.okhttp.Call |
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> |
createSlideWithHttpInfo(String name,
String layoutAlias,
Integer position,
String password,
String folder,
String storage)
Create a slide.
|
SlideAnimation |
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 |
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 |
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> |
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 |
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 |
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 |
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 |
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 |
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 |
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> |
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> |
createSpecialSlideAnimationInteractiveSequenceWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
InteractiveSequence sequence,
String password,
String folder,
String storage)
Set special slide (master, layout, notes) animation.
|
Paragraph |
createSpecialSlideParagraph(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage)
Creates new paragraph.
|
com.squareup.okhttp.Call |
createSpecialSlideParagraphAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage,
ApiCallback<Paragraph> callback)
Creates new paragraph.
|
com.squareup.okhttp.Call |
createSpecialSlideParagraphCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSpecialSlideParagraph
|
ApiResponse<Paragraph> |
createSpecialSlideParagraphWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage)
Creates new paragraph.
|
Portion |
createSpecialSlidePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion.
|
com.squareup.okhttp.Call |
createSpecialSlidePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Creates new portion.
|
com.squareup.okhttp.Call |
createSpecialSlidePortionCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSpecialSlidePortion
|
ApiResponse<Portion> |
createSpecialSlidePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion.
|
ShapeBase |
createSpecialSlideShape(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage)
Create new shape.
|
com.squareup.okhttp.Call |
createSpecialSlideShapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
ApiCallback<ShapeBase> callback)
Create new shape.
|
com.squareup.okhttp.Call |
createSpecialSlideShapeCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSpecialSlideShape
|
ApiResponse<ShapeBase> |
createSpecialSlideShapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage)
Create new shape.
|
ShapeBase |
createSpecialSlideSubshape(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage)
Create new shape (for smart art and group shapes).
|
com.squareup.okhttp.Call |
createSpecialSlideSubshapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
ApiCallback<ShapeBase> callback)
Create new shape (for smart art and group shapes).
|
com.squareup.okhttp.Call |
createSpecialSlideSubshapeCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSpecialSlideSubshape
|
Paragraph |
createSpecialSlideSubshapeParagraph(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage)
Creates new paragraph (for smart art and group shapes).
|
com.squareup.okhttp.Call |
createSpecialSlideSubshapeParagraphAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage,
ApiCallback<Paragraph> callback)
Creates new paragraph (for smart art and group shapes).
|
com.squareup.okhttp.Call |
createSpecialSlideSubshapeParagraphCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSpecialSlideSubshapeParagraph
|
ApiResponse<Paragraph> |
createSpecialSlideSubshapeParagraphWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage)
Creates new paragraph (for smart art and group shapes).
|
Portion |
createSpecialSlideSubshapePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion (for smart art and group shapes).
|
com.squareup.okhttp.Call |
createSpecialSlideSubshapePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Creates new portion (for smart art and group shapes).
|
com.squareup.okhttp.Call |
createSpecialSlideSubshapePortionCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSpecialSlideSubshapePortion
|
ApiResponse<Portion> |
createSpecialSlideSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion (for smart art and group shapes).
|
ApiResponse<ShapeBase> |
createSpecialSlideSubshapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage)
Create new shape (for smart art and group shapes).
|
ShapeBase |
createSubshape(String name,
Integer slideIndex,
String path,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage)
Create new shape (for smart art and group shapes).
|
com.squareup.okhttp.Call |
createSubshapeAsync(String name,
Integer slideIndex,
String path,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
ApiCallback<ShapeBase> callback)
Create new shape (for smart art and group shapes).
|
com.squareup.okhttp.Call |
createSubshapeCall(String name,
Integer slideIndex,
String path,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSubshape
|
Paragraph |
createSubshapeParagraph(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage)
Creates new paragraph (for smart art and group shapes).
|
com.squareup.okhttp.Call |
createSubshapeParagraphAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage,
ApiCallback<Paragraph> callback)
Creates new paragraph (for smart art and group shapes).
|
com.squareup.okhttp.Call |
createSubshapeParagraphCall(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSubshapeParagraph
|
ApiResponse<Paragraph> |
createSubshapeParagraphWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Paragraph dto,
Integer position,
String password,
String folder,
String storage)
Creates new paragraph (for smart art and group shapes).
|
Portion |
createSubshapePortion(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion (for smart art and group shapes).
|
com.squareup.okhttp.Call |
createSubshapePortionAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Creates new portion (for smart art and group shapes).
|
com.squareup.okhttp.Call |
createSubshapePortionCall(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSubshapePortion
|
ApiResponse<Portion> |
createSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion (for smart art and group shapes).
|
ApiResponse<ShapeBase> |
createSubshapeWithHttpInfo(String name,
Integer slideIndex,
String path,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage)
Create new shape (for smart art and group shapes).
|
void |
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 |
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 |
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 |
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 |
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 |
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> |
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> |
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 |
deleteAnimation(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Remove animation from a slide.
|
com.squareup.okhttp.Call |
deleteAnimationAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Remove animation from a slide.
|
com.squareup.okhttp.Call |
deleteAnimationCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAnimation
|
SlideAnimation |
deleteAnimationEffect(String name,
Integer slideIndex,
Integer effectIndex,
String password,
String folder,
String storage)
Remove an effect from slide animation.
|
com.squareup.okhttp.Call |
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 |
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> |
deleteAnimationEffectWithHttpInfo(String name,
Integer slideIndex,
Integer effectIndex,
String password,
String folder,
String storage)
Remove an effect from slide animation.
|
SlideAnimation |
deleteAnimationInteractiveSequence(String name,
Integer slideIndex,
Integer sequenceIndex,
String password,
String folder,
String storage)
Remove an interactive sequence from slide animation.
|
com.squareup.okhttp.Call |
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 |
deleteAnimationInteractiveSequenceCall(String name,
Integer slideIndex,
Integer sequenceIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAnimationInteractiveSequence
|
SlideAnimation |
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 |
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 |
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> |
deleteAnimationInteractiveSequenceEffectWithHttpInfo(String name,
Integer slideIndex,
Integer sequenceIndex,
Integer effectIndex,
String password,
String folder,
String storage)
Remove an effect from slide animation interactive sequence.
|
SlideAnimation |
deleteAnimationInteractiveSequences(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Clear all interactive sequences from slide animation.
|
com.squareup.okhttp.Call |
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 |
deleteAnimationInteractiveSequencesCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAnimationInteractiveSequences
|
ApiResponse<SlideAnimation> |
deleteAnimationInteractiveSequencesWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Clear all interactive sequences from slide animation.
|
ApiResponse<SlideAnimation> |
deleteAnimationInteractiveSequenceWithHttpInfo(String name,
Integer slideIndex,
Integer sequenceIndex,
String password,
String folder,
String storage)
Remove an interactive sequence from slide animation.
|
SlideAnimation |
deleteAnimationMainSequence(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Clear main sequence in slide animation.
|
com.squareup.okhttp.Call |
deleteAnimationMainSequenceAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Clear main sequence in slide animation.
|
com.squareup.okhttp.Call |
deleteAnimationMainSequenceCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAnimationMainSequence
|
ApiResponse<SlideAnimation> |
deleteAnimationMainSequenceWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Clear main sequence in slide animation.
|
ApiResponse<SlideAnimation> |
deleteAnimationWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Remove animation from a slide.
|
SlideBackground |
deleteBackground(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Remove background from a slide.
|
com.squareup.okhttp.Call |
deleteBackgroundAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<SlideBackground> callback)
Remove background from a slide.
|
com.squareup.okhttp.Call |
deleteBackgroundCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteBackground
|
ApiResponse<SlideBackground> |
deleteBackgroundWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Remove background from a slide.
|
Chart |
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 |
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 |
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> |
deleteChartCategoryWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer categoryIndex,
String password,
String folder,
String storage)
Delete a category from a chart.
|
Chart |
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 |
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 |
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> |
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 |
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 |
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 |
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> |
deleteChartSeriesWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
String password,
String folder,
String storage)
Delete a series from a chart.
|
void |
deleteComments(String name,
String author,
String password,
String folder,
String storage)
Removes comments of the specified author from the presentation.
|
com.squareup.okhttp.Call |
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 |
deleteCommentsCall(String name,
String author,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteComments
|
File |
deleteCommentsOnline(byte[] document,
String author,
String password)
Removes comments of the specified author from the presentation.
|
com.squareup.okhttp.Call |
deleteCommentsOnlineAsync(byte[] document,
String author,
String password,
ApiCallback<File> callback)
Removes comments of the specified author from the presentation.
|
com.squareup.okhttp.Call |
deleteCommentsOnlineCall(byte[] document,
String author,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCommentsOnline
|
ApiResponse<File> |
deleteCommentsOnlineWithHttpInfo(byte[] document,
String author,
String password)
Removes comments of the specified author from the presentation.
|
ApiResponse<Void> |
deleteCommentsWithHttpInfo(String name,
String author,
String password,
String folder,
String storage)
Removes comments of the specified author from the presentation.
|
DocumentProperties |
deleteDocumentProperties(String name,
String password,
String folder,
String storage)
Clean document properties.
|
com.squareup.okhttp.Call |
deleteDocumentPropertiesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<DocumentProperties> callback)
Clean document properties.
|
com.squareup.okhttp.Call |
deleteDocumentPropertiesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteDocumentProperties
|
ApiResponse<DocumentProperties> |
deleteDocumentPropertiesWithHttpInfo(String name,
String password,
String folder,
String storage)
Clean document properties.
|
DocumentProperties |
deleteDocumentProperty(String name,
String propertyName,
String password,
String folder,
String storage)
Delete document property.
|
com.squareup.okhttp.Call |
deleteDocumentPropertyAsync(String name,
String propertyName,
String password,
String folder,
String storage,
ApiCallback<DocumentProperties> callback)
Delete document property.
|
com.squareup.okhttp.Call |
deleteDocumentPropertyCall(String name,
String propertyName,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteDocumentProperty
|
ApiResponse<DocumentProperties> |
deleteDocumentPropertyWithHttpInfo(String name,
String propertyName,
String password,
String folder,
String storage)
Delete document property.
|
void |
deleteFile(String path,
String storageName,
String versionId)
Delete file
|
com.squareup.okhttp.Call |
deleteFileAsync(String path,
String storageName,
String versionId,
ApiCallback<Void> callback)
Delete file (asynchronously)
|
com.squareup.okhttp.Call |
deleteFileCall(String path,
String storageName,
String versionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteFile
|
ApiResponse<Void> |
deleteFileWithHttpInfo(String path,
String storageName,
String versionId)
Delete file
|
void |
deleteFolder(String path,
String storageName,
Boolean recursive)
Delete folder
|
com.squareup.okhttp.Call |
deleteFolderAsync(String path,
String storageName,
Boolean recursive,
ApiCallback<Void> callback)
Delete folder (asynchronously)
|
com.squareup.okhttp.Call |
deleteFolderCall(String path,
String storageName,
Boolean recursive,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteFolder
|
ApiResponse<Void> |
deleteFolderWithHttpInfo(String path,
String storageName,
Boolean recursive)
Delete folder
|
Slide |
deleteNotesSlide(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Remove notes slide.
|
com.squareup.okhttp.Call |
deleteNotesSlideAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<Slide> callback)
Remove notes slide.
|
com.squareup.okhttp.Call |
deleteNotesSlideCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNotesSlide
|
ApiResponse<Slide> |
deleteNotesSlideWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Remove notes slide.
|
Paragraphs |
deleteParagraph(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Remove a paragraph.
|
com.squareup.okhttp.Call |
deleteParagraphAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<Paragraphs> callback)
Remove a paragraph.
|
com.squareup.okhttp.Call |
deleteParagraphCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteParagraph
|
Paragraphs |
deleteParagraphs(String name,
Integer slideIndex,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage)
Remove a range of paragraphs.
|
com.squareup.okhttp.Call |
deleteParagraphsAsync(String name,
Integer slideIndex,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
ApiCallback<Paragraphs> callback)
Remove a range of paragraphs.
|
com.squareup.okhttp.Call |
deleteParagraphsCall(String name,
Integer slideIndex,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteParagraphs
|
ApiResponse<Paragraphs> |
deleteParagraphsWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage)
Remove a range of paragraphs.
|
ApiResponse<Paragraphs> |
deleteParagraphWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Remove a paragraph.
|
Portions |
deletePortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Remove a portion.
|
com.squareup.okhttp.Call |
deletePortionAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Remove a portion.
|
com.squareup.okhttp.Call |
deletePortionCall(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 deletePortion
|
Portions |
deletePortions(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage)
Remove a range of portions.
|
com.squareup.okhttp.Call |
deletePortionsAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Remove a range of portions.
|
com.squareup.okhttp.Call |
deletePortionsCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deletePortions
|
ApiResponse<Portions> |
deletePortionsWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage)
Remove a range of portions.
|
ApiResponse<Portions> |
deletePortionWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Remove a portion.
|
ProtectionProperties |
deleteProtection(String name,
String password,
String folder,
String storage)
Resets all presentation protection settings.
|
com.squareup.okhttp.Call |
deleteProtectionAsync(String name,
String password,
String folder,
String storage,
ApiCallback<ProtectionProperties> callback)
Resets all presentation protection settings.
|
com.squareup.okhttp.Call |
deleteProtectionCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteProtection
|
File |
deleteProtectionOnline(byte[] document,
String password)
Resets all presentation protection settings.
|
com.squareup.okhttp.Call |
deleteProtectionOnlineAsync(byte[] document,
String password,
ApiCallback<File> callback)
Resets all presentation protection settings.
|
com.squareup.okhttp.Call |
deleteProtectionOnlineCall(byte[] document,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteProtectionOnline
|
ApiResponse<File> |
deleteProtectionOnlineWithHttpInfo(byte[] document,
String password)
Resets all presentation protection settings.
|
ApiResponse<ProtectionProperties> |
deleteProtectionWithHttpInfo(String name,
String password,
String folder,
String storage)
Resets all presentation protection settings.
|
Sections |
deleteSection(String name,
Integer sectionIndex,
Boolean withSlides,
String password,
String folder,
String storage)
Delete a presentation section.
|
com.squareup.okhttp.Call |
deleteSectionAsync(String name,
Integer sectionIndex,
Boolean withSlides,
String password,
String folder,
String storage,
ApiCallback<Sections> callback)
Delete a presentation section.
|
com.squareup.okhttp.Call |
deleteSectionCall(String name,
Integer sectionIndex,
Boolean withSlides,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSection
|
Sections |
deleteSections(String name,
List<Integer> sections,
Boolean withSlides,
String password,
String folder,
String storage)
Delete presentation sections.
|
com.squareup.okhttp.Call |
deleteSectionsAsync(String name,
List<Integer> sections,
Boolean withSlides,
String password,
String folder,
String storage,
ApiCallback<Sections> callback)
Delete presentation sections.
|
com.squareup.okhttp.Call |
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> |
deleteSectionsWithHttpInfo(String name,
List<Integer> sections,
Boolean withSlides,
String password,
String folder,
String storage)
Delete presentation sections.
|
ApiResponse<Sections> |
deleteSectionWithHttpInfo(String name,
Integer sectionIndex,
Boolean withSlides,
String password,
String folder,
String storage)
Delete a presentation section.
|
Shapes |
deleteShape(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage)
Remove a shape.
|
com.squareup.okhttp.Call |
deleteShapeAsync(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
ApiCallback<Shapes> callback)
Remove a shape.
|
com.squareup.okhttp.Call |
deleteShapeCall(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteShape
|
Shapes |
deleteShapes(String name,
Integer slideIndex,
List<Integer> shapes,
String password,
String folder,
String storage)
Remove a range of shapes.
|
com.squareup.okhttp.Call |
deleteShapesAsync(String name,
Integer slideIndex,
List<Integer> shapes,
String password,
String folder,
String storage,
ApiCallback<Shapes> callback)
Remove a range of shapes.
|
com.squareup.okhttp.Call |
deleteShapesCall(String name,
Integer slideIndex,
List<Integer> shapes,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteShapes
|
ApiResponse<Shapes> |
deleteShapesWithHttpInfo(String name,
Integer slideIndex,
List<Integer> shapes,
String password,
String folder,
String storage)
Remove a range of shapes.
|
ApiResponse<Shapes> |
deleteShapeWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage)
Remove a shape.
|
Slides |
deleteSlide(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Delete a presentation slide by index.
|
com.squareup.okhttp.Call |
deleteSlideAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<Slides> callback)
Delete a presentation slide by index.
|
com.squareup.okhttp.Call |
deleteSlideCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSlide
|
SlideComments |
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 |
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 |
deleteSlideCommentsCall(String name,
Integer slideIndex,
String author,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSlideComments
|
File |
deleteSlideCommentsOnline(byte[] document,
Integer slideIndex,
String author,
String password)
Removes comments of the specified author from the slide.
|
com.squareup.okhttp.Call |
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 |
deleteSlideCommentsOnlineCall(byte[] document,
Integer slideIndex,
String author,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSlideCommentsOnline
|
ApiResponse<File> |
deleteSlideCommentsOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
String author,
String password)
Removes comments of the specified author from the slide.
|
ApiResponse<SlideComments> |
deleteSlideCommentsWithHttpInfo(String name,
Integer slideIndex,
String author,
String password,
String folder,
String storage)
Removes comments of the specified author from the slide.
|
Slides |
deleteSlides(String name,
List<Integer> slides,
String password,
String folder,
String storage)
Delete presentation slides.
|
com.squareup.okhttp.Call |
deleteSlidesAsync(String name,
List<Integer> slides,
String password,
String folder,
String storage,
ApiCallback<Slides> callback)
Delete presentation slides.
|
com.squareup.okhttp.Call |
deleteSlidesCall(String name,
List<Integer> slides,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSlides
|
ApiResponse<Slides> |
deleteSlidesWithHttpInfo(String name,
List<Integer> slides,
String password,
String folder,
String storage)
Delete presentation slides.
|
ApiResponse<Slides> |
deleteSlideWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Delete a presentation slide by index.
|
SlideAnimation |
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 |
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 |
deleteSpecialSlideAnimationCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideAnimation
|
SlideAnimation |
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 |
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 |
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> |
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 |
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 |
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 |
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 |
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 |
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 |
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> |
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 |
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 |
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 |
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> |
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> |
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 |
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 |
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 |
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> |
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> |
deleteSpecialSlideAnimationWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage)
Remove animation from a special slide (master, layout, notes).
|
Paragraphs |
deleteSpecialSlideParagraph(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Remove a paragraph.
|
com.squareup.okhttp.Call |
deleteSpecialSlideParagraphAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<Paragraphs> callback)
Remove a paragraph.
|
com.squareup.okhttp.Call |
deleteSpecialSlideParagraphCall(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 deleteSpecialSlideParagraph
|
Paragraphs |
deleteSpecialSlideParagraphs(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage)
Remove a range of paragraphs.
|
com.squareup.okhttp.Call |
deleteSpecialSlideParagraphsAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
ApiCallback<Paragraphs> callback)
Remove a range of paragraphs.
|
com.squareup.okhttp.Call |
deleteSpecialSlideParagraphsCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideParagraphs
|
ApiResponse<Paragraphs> |
deleteSpecialSlideParagraphsWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage)
Remove a range of paragraphs.
|
ApiResponse<Paragraphs> |
deleteSpecialSlideParagraphWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Remove a paragraph.
|
Portions |
deleteSpecialSlidePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Remove a portion.
|
com.squareup.okhttp.Call |
deleteSpecialSlidePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Remove a portion.
|
com.squareup.okhttp.Call |
deleteSpecialSlidePortionCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlidePortion
|
Portions |
deleteSpecialSlidePortions(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage)
Remove a range of portions.
|
com.squareup.okhttp.Call |
deleteSpecialSlidePortionsAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Remove a range of portions.
|
com.squareup.okhttp.Call |
deleteSpecialSlidePortionsCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlidePortions
|
ApiResponse<Portions> |
deleteSpecialSlidePortionsWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage)
Remove a range of portions.
|
ApiResponse<Portions> |
deleteSpecialSlidePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Remove a portion.
|
Shapes |
deleteSpecialSlideShape(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage)
Remove a shape.
|
com.squareup.okhttp.Call |
deleteSpecialSlideShapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
ApiCallback<Shapes> callback)
Remove a shape.
|
com.squareup.okhttp.Call |
deleteSpecialSlideShapeCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideShape
|
Shapes |
deleteSpecialSlideShapes(String name,
Integer slideIndex,
SpecialSlideType slideType,
List<Integer> shapes,
String password,
String folder,
String storage)
Remove a range of shapes.
|
com.squareup.okhttp.Call |
deleteSpecialSlideShapesAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
List<Integer> shapes,
String password,
String folder,
String storage,
ApiCallback<Shapes> callback)
Remove a range of shapes.
|
com.squareup.okhttp.Call |
deleteSpecialSlideShapesCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
List<Integer> shapes,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideShapes
|
ApiResponse<Shapes> |
deleteSpecialSlideShapesWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
List<Integer> shapes,
String password,
String folder,
String storage)
Remove a range of shapes.
|
ApiResponse<Shapes> |
deleteSpecialSlideShapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage)
Remove a shape.
|
Shapes |
deleteSpecialSlideSubshape(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
String password,
String folder,
String storage)
Remove a shape (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSpecialSlideSubshapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
String password,
String folder,
String storage,
ApiCallback<Shapes> callback)
Remove a shape (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSpecialSlideSubshapeCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideSubshape
|
Paragraphs |
deleteSpecialSlideSubshapeParagraph(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Remove a paragraph (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSpecialSlideSubshapeParagraphAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<Paragraphs> callback)
Remove a paragraph (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSpecialSlideSubshapeParagraphCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideSubshapeParagraph
|
Paragraphs |
deleteSpecialSlideSubshapeParagraphs(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage)
Remove a range of paragraphs (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSpecialSlideSubshapeParagraphsAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
ApiCallback<Paragraphs> callback)
Remove a range of paragraphs (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSpecialSlideSubshapeParagraphsCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideSubshapeParagraphs
|
ApiResponse<Paragraphs> |
deleteSpecialSlideSubshapeParagraphsWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage)
Remove a range of paragraphs (for smart art and group shapes).
|
ApiResponse<Paragraphs> |
deleteSpecialSlideSubshapeParagraphWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Remove a paragraph (for smart art and group shapes).
|
Portions |
deleteSpecialSlideSubshapePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Remove a portion (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSpecialSlideSubshapePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Remove a portion (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSpecialSlideSubshapePortionCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideSubshapePortion
|
Portions |
deleteSpecialSlideSubshapePortions(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage)
Remove a range of portions (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSpecialSlideSubshapePortionsAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Remove a range of portions (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSpecialSlideSubshapePortionsCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideSubshapePortions
|
ApiResponse<Portions> |
deleteSpecialSlideSubshapePortionsWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage)
Remove a range of portions (for smart art and group shapes).
|
ApiResponse<Portions> |
deleteSpecialSlideSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Remove a portion (for smart art and group shapes).
|
Shapes |
deleteSpecialSlideSubshapes(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
List<Integer> shapes,
String password,
String folder,
String storage)
Remove a range of shapes (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSpecialSlideSubshapesAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
List<Integer> shapes,
String password,
String folder,
String storage,
ApiCallback<Shapes> callback)
Remove a range of shapes (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSpecialSlideSubshapesCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
List<Integer> shapes,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSpecialSlideSubshapes
|
ApiResponse<Shapes> |
deleteSpecialSlideSubshapesWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
List<Integer> shapes,
String password,
String folder,
String storage)
Remove a range of shapes (for smart art and group shapes).
|
ApiResponse<Shapes> |
deleteSpecialSlideSubshapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
String password,
String folder,
String storage)
Remove a shape (for smart art and group shapes).
|
Shapes |
deleteSubshape(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
String password,
String folder,
String storage)
Remove a shape (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSubshapeAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
String password,
String folder,
String storage,
ApiCallback<Shapes> callback)
Remove a shape (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSubshapeCall(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSubshape
|
Paragraphs |
deleteSubshapeParagraph(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Remove a paragraph (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSubshapeParagraphAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<Paragraphs> callback)
Remove a paragraph (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSubshapeParagraphCall(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSubshapeParagraph
|
Paragraphs |
deleteSubshapeParagraphs(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage)
Remove a range of paragraphs (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSubshapeParagraphsAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
ApiCallback<Paragraphs> callback)
Remove a range of paragraphs (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSubshapeParagraphsCall(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSubshapeParagraphs
|
ApiResponse<Paragraphs> |
deleteSubshapeParagraphsWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage)
Remove a range of paragraphs (for smart art and group shapes).
|
ApiResponse<Paragraphs> |
deleteSubshapeParagraphWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Remove a paragraph (for smart art and group shapes).
|
Portions |
deleteSubshapePortion(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Remove a portion (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSubshapePortionAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Remove a portion (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSubshapePortionCall(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSubshapePortion
|
Portions |
deleteSubshapePortions(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage)
Remove a range of portions (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSubshapePortionsAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Remove a range of portions (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSubshapePortionsCall(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSubshapePortions
|
ApiResponse<Portions> |
deleteSubshapePortionsWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage)
Remove a range of portions (for smart art and group shapes).
|
ApiResponse<Portions> |
deleteSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Remove a portion (for smart art and group shapes).
|
Shapes |
deleteSubshapes(String name,
Integer slideIndex,
String path,
List<Integer> shapes,
String password,
String folder,
String storage)
Remove a range of shapes (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSubshapesAsync(String name,
Integer slideIndex,
String path,
List<Integer> shapes,
String password,
String folder,
String storage,
ApiCallback<Shapes> callback)
Remove a range of shapes (for smart art and group shapes).
|
com.squareup.okhttp.Call |
deleteSubshapesCall(String name,
Integer slideIndex,
String path,
List<Integer> shapes,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSubshapes
|
ApiResponse<Shapes> |
deleteSubshapesWithHttpInfo(String name,
Integer slideIndex,
String path,
List<Integer> shapes,
String password,
String folder,
String storage)
Remove a range of shapes (for smart art and group shapes).
|
ApiResponse<Shapes> |
deleteSubshapeWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
String password,
String folder,
String storage)
Remove a shape (for smart art and group shapes).
|
LayoutSlides |
deleteUnusedLayoutSlides(String name,
String password,
String folder,
String storage)
Removes unused layout slides.
|
com.squareup.okhttp.Call |
deleteUnusedLayoutSlidesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<LayoutSlides> callback)
Removes unused layout slides.
|
com.squareup.okhttp.Call |
deleteUnusedLayoutSlidesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteUnusedLayoutSlides
|
File |
deleteUnusedLayoutSlidesOnline(byte[] document,
String password)
Removes unused layout slides.
|
com.squareup.okhttp.Call |
deleteUnusedLayoutSlidesOnlineAsync(byte[] document,
String password,
ApiCallback<File> callback)
Removes unused layout slides.
|
com.squareup.okhttp.Call |
deleteUnusedLayoutSlidesOnlineCall(byte[] document,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteUnusedLayoutSlidesOnline
|
ApiResponse<File> |
deleteUnusedLayoutSlidesOnlineWithHttpInfo(byte[] document,
String password)
Removes unused layout slides.
|
ApiResponse<LayoutSlides> |
deleteUnusedLayoutSlidesWithHttpInfo(String name,
String password,
String folder,
String storage)
Removes unused layout slides.
|
void |
deleteWatermark(String name,
String shapeName,
String password,
String folder,
String storage)
Removes shapes with name \"watermark\" from the presentation.
|
com.squareup.okhttp.Call |
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 |
deleteWatermarkCall(String name,
String shapeName,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteWatermark
|
File |
deleteWatermarkOnline(byte[] document,
String shapeName,
String password)
Removes shapes with name \"watermark\" from the presentation.
|
com.squareup.okhttp.Call |
deleteWatermarkOnlineAsync(byte[] document,
String shapeName,
String password,
ApiCallback<File> callback)
Removes shapes with name \"watermark\" from the presentation.
|
com.squareup.okhttp.Call |
deleteWatermarkOnlineCall(byte[] document,
String shapeName,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteWatermarkOnline
|
ApiResponse<File> |
deleteWatermarkOnlineWithHttpInfo(byte[] document,
String shapeName,
String password)
Removes shapes with name \"watermark\" from the presentation.
|
ApiResponse<Void> |
deleteWatermarkWithHttpInfo(String name,
String shapeName,
String password,
String folder,
String storage)
Removes shapes with name \"watermark\" from the presentation.
|
File |
downloadFile(String path,
String storageName,
String versionId)
Download file
|
com.squareup.okhttp.Call |
downloadFileAsync(String path,
String storageName,
String versionId,
ApiCallback<File> callback)
Download file (asynchronously)
|
com.squareup.okhttp.Call |
downloadFileCall(String path,
String storageName,
String versionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadFile
|
ApiResponse<File> |
downloadFileWithHttpInfo(String path,
String storageName,
String versionId)
Download file
|
File |
downloadImage(String name,
Integer index,
ImageExportFormat format,
String password,
String folder,
String storage)
Get image in specified format.
|
com.squareup.okhttp.Call |
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 |
downloadImageCall(String name,
Integer index,
ImageExportFormat format,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImage
|
File |
downloadImageDefaultFormat(String name,
Integer index,
String password,
String folder,
String storage)
Get image binary data.
|
com.squareup.okhttp.Call |
downloadImageDefaultFormatAsync(String name,
Integer index,
String password,
String folder,
String storage,
ApiCallback<File> callback)
Get image binary data.
|
com.squareup.okhttp.Call |
downloadImageDefaultFormatCall(String name,
Integer index,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImageDefaultFormat
|
File |
downloadImageDefaultFormatOnline(byte[] document,
Integer index,
String password)
Get image binary data.
|
com.squareup.okhttp.Call |
downloadImageDefaultFormatOnlineAsync(byte[] document,
Integer index,
String password,
ApiCallback<File> callback)
Get image binary data.
|
com.squareup.okhttp.Call |
downloadImageDefaultFormatOnlineCall(byte[] document,
Integer index,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImageDefaultFormatOnline
|
ApiResponse<File> |
downloadImageDefaultFormatOnlineWithHttpInfo(byte[] document,
Integer index,
String password)
Get image binary data.
|
ApiResponse<File> |
downloadImageDefaultFormatWithHttpInfo(String name,
Integer index,
String password,
String folder,
String storage)
Get image binary data.
|
File |
downloadImageOnline(byte[] document,
Integer index,
ImageExportFormat format,
String password)
Get image in specified format.
|
com.squareup.okhttp.Call |
downloadImageOnlineAsync(byte[] document,
Integer index,
ImageExportFormat format,
String password,
ApiCallback<File> callback)
Get image in specified format.
|
com.squareup.okhttp.Call |
downloadImageOnlineCall(byte[] document,
Integer index,
ImageExportFormat format,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImageOnline
|
ApiResponse<File> |
downloadImageOnlineWithHttpInfo(byte[] document,
Integer index,
ImageExportFormat format,
String password)
Get image in specified format.
|
File |
downloadImages(String name,
ImageExportFormat format,
String password,
String folder,
String storage)
Get all presentation images in specified format.
|
com.squareup.okhttp.Call |
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 |
downloadImagesCall(String name,
ImageExportFormat format,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImages
|
File |
downloadImagesDefaultFormat(String name,
String password,
String folder,
String storage)
Get all presentation images.
|
com.squareup.okhttp.Call |
downloadImagesDefaultFormatAsync(String name,
String password,
String folder,
String storage,
ApiCallback<File> callback)
Get all presentation images.
|
com.squareup.okhttp.Call |
downloadImagesDefaultFormatCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImagesDefaultFormat
|
File |
downloadImagesDefaultFormatOnline(byte[] document,
String password)
Get all presentation images.
|
com.squareup.okhttp.Call |
downloadImagesDefaultFormatOnlineAsync(byte[] document,
String password,
ApiCallback<File> callback)
Get all presentation images.
|
com.squareup.okhttp.Call |
downloadImagesDefaultFormatOnlineCall(byte[] document,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImagesDefaultFormatOnline
|
ApiResponse<File> |
downloadImagesDefaultFormatOnlineWithHttpInfo(byte[] document,
String password)
Get all presentation images.
|
ApiResponse<File> |
downloadImagesDefaultFormatWithHttpInfo(String name,
String password,
String folder,
String storage)
Get all presentation images.
|
File |
downloadImagesOnline(byte[] document,
ImageExportFormat format,
String password)
Get all presentation images in specified format.
|
com.squareup.okhttp.Call |
downloadImagesOnlineAsync(byte[] document,
ImageExportFormat format,
String password,
ApiCallback<File> callback)
Get all presentation images in specified format.
|
com.squareup.okhttp.Call |
downloadImagesOnlineCall(byte[] document,
ImageExportFormat format,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImagesOnline
|
ApiResponse<File> |
downloadImagesOnlineWithHttpInfo(byte[] document,
ImageExportFormat format,
String password)
Get all presentation images in specified format.
|
ApiResponse<File> |
downloadImagesWithHttpInfo(String name,
ImageExportFormat format,
String password,
String folder,
String storage)
Get all presentation images in specified format.
|
ApiResponse<File> |
downloadImageWithHttpInfo(String name,
Integer index,
ImageExportFormat format,
String password,
String folder,
String storage)
Get image in specified format.
|
File |
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 |
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 |
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 |
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 |
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 |
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> |
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> |
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 |
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 |
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 |
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> |
downloadPortionAsMathMlWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Convert Mathematical Text to MathML Format
|
File |
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 |
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 |
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> |
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 |
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)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
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,
ApiCallback<File> callback)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
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,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadShape
|
File |
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 |
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 |
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> |
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> |
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)
Render shape to specified picture format.
|
File |
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 |
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 |
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 |
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 |
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 |
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> |
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> |
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 |
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)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
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,
ApiCallback<File> callback)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
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,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadSpecialSlideShape
|
ApiResponse<File> |
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)
Render shape to specified picture format.
|
File |
downloadSpecialSlideSubshape(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
ShapeExportFormat format,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder)
Render shape to specified picture format (for smart art and group shapes).
|
com.squareup.okhttp.Call |
downloadSpecialSlideSubshapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
ShapeExportFormat format,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
ApiCallback<File> callback)
Render shape to specified picture format (for smart art and group shapes).
|
com.squareup.okhttp.Call |
downloadSpecialSlideSubshapeCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
ShapeExportFormat format,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadSpecialSlideSubshape
|
ApiResponse<File> |
downloadSpecialSlideSubshapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
ShapeExportFormat format,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder)
Render shape to specified picture format (for smart art and group shapes).
|
File |
downloadSubshape(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
ShapeExportFormat format,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder)
Render shape to specified picture format (for smart art and group shapes).
|
com.squareup.okhttp.Call |
downloadSubshapeAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
ShapeExportFormat format,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
ApiCallback<File> callback)
Render shape to specified picture format (for smart art and group shapes).
|
com.squareup.okhttp.Call |
downloadSubshapeCall(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
ShapeExportFormat format,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadSubshape
|
ApiResponse<File> |
downloadSubshapeWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
ShapeExportFormat format,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder)
Render shape to specified picture format (for smart art and group shapes).
|
SlideAnimation |
getAnimation(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read slide animation effects.
|
com.squareup.okhttp.Call |
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 |
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> |
getAnimationWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read slide animation effects.
|
ApiInfo |
getApiInfo()
Get API info.
|
com.squareup.okhttp.Call |
getApiInfoAsync(ApiCallback<ApiInfo> callback)
Get API info.
|
com.squareup.okhttp.Call |
getApiInfoCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getApiInfo
|
ApiResponse<ApiInfo> |
getApiInfoWithHttpInfo()
Get API info.
|
SlideBackground |
getBackground(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide background info.
|
com.squareup.okhttp.Call |
getBackgroundAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<SlideBackground> callback)
Read slide background info.
|
com.squareup.okhttp.Call |
getBackgroundCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getBackground
|
ApiResponse<SlideBackground> |
getBackgroundWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide background info.
|
ColorScheme |
getColorScheme(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide theme color scheme info.
|
com.squareup.okhttp.Call |
getColorSchemeAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<ColorScheme> callback)
Read slide theme color scheme info.
|
com.squareup.okhttp.Call |
getColorSchemeCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getColorScheme
|
ApiResponse<ColorScheme> |
getColorSchemeWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide theme color scheme info.
|
DiscUsage |
getDiscUsage(String storageName)
Get disc usage
|
com.squareup.okhttp.Call |
getDiscUsageAsync(String storageName,
ApiCallback<DiscUsage> callback)
Get disc usage (asynchronously)
|
com.squareup.okhttp.Call |
getDiscUsageCall(String storageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDiscUsage
|
ApiResponse<DiscUsage> |
getDiscUsageWithHttpInfo(String storageName)
Get disc usage
|
DocumentProperties |
getDocumentProperties(String name,
String password,
String folder,
String storage)
Read presentation document properties.
|
com.squareup.okhttp.Call |
getDocumentPropertiesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<DocumentProperties> callback)
Read presentation document properties.
|
com.squareup.okhttp.Call |
getDocumentPropertiesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentProperties
|
ApiResponse<DocumentProperties> |
getDocumentPropertiesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation document properties.
|
DocumentProperty |
getDocumentProperty(String name,
String propertyName,
String password,
String folder,
String storage)
Read presentation document property.
|
com.squareup.okhttp.Call |
getDocumentPropertyAsync(String name,
String propertyName,
String password,
String folder,
String storage,
ApiCallback<DocumentProperty> callback)
Read presentation document property.
|
com.squareup.okhttp.Call |
getDocumentPropertyCall(String name,
String propertyName,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDocumentProperty
|
ApiResponse<DocumentProperty> |
getDocumentPropertyWithHttpInfo(String name,
String propertyName,
String password,
String folder,
String storage)
Read presentation document property.
|
FilesList |
getFilesList(String path,
String storageName)
Get all files and folders within a folder
|
com.squareup.okhttp.Call |
getFilesListAsync(String path,
String storageName,
ApiCallback<FilesList> callback)
Get all files and folders within a folder (asynchronously)
|
com.squareup.okhttp.Call |
getFilesListCall(String path,
String storageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFilesList
|
ApiResponse<FilesList> |
getFilesListWithHttpInfo(String path,
String storageName)
Get all files and folders within a folder
|
FileVersions |
getFileVersions(String path,
String storageName)
Get file versions
|
com.squareup.okhttp.Call |
getFileVersionsAsync(String path,
String storageName,
ApiCallback<FileVersions> callback)
Get file versions (asynchronously)
|
com.squareup.okhttp.Call |
getFileVersionsCall(String path,
String storageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFileVersions
|
ApiResponse<FileVersions> |
getFileVersionsWithHttpInfo(String path,
String storageName)
Get file versions
|
FontScheme |
getFontScheme(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide theme font scheme info.
|
com.squareup.okhttp.Call |
getFontSchemeAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<FontScheme> callback)
Read slide theme font scheme info.
|
com.squareup.okhttp.Call |
getFontSchemeCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFontScheme
|
ApiResponse<FontScheme> |
getFontSchemeWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide theme font scheme info.
|
FormatScheme |
getFormatScheme(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide theme format scheme info.
|
com.squareup.okhttp.Call |
getFormatSchemeAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<FormatScheme> callback)
Read slide theme format scheme info.
|
com.squareup.okhttp.Call |
getFormatSchemeCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFormatScheme
|
ApiResponse<FormatScheme> |
getFormatSchemeWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide theme format scheme info.
|
LayoutSlide |
getLayoutSlide(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read presentation layoutSlide info.
|
com.squareup.okhttp.Call |
getLayoutSlideAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<LayoutSlide> callback)
Read presentation layoutSlide info.
|
com.squareup.okhttp.Call |
getLayoutSlideCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLayoutSlide
|
LayoutSlides |
getLayoutSlides(String name,
String password,
String folder,
String storage)
Read presentation layoutSlides info.
|
com.squareup.okhttp.Call |
getLayoutSlidesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<LayoutSlides> callback)
Read presentation layoutSlides info.
|
com.squareup.okhttp.Call |
getLayoutSlidesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLayoutSlides
|
ApiResponse<LayoutSlides> |
getLayoutSlidesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation layoutSlides info.
|
ApiResponse<LayoutSlide> |
getLayoutSlideWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read presentation layoutSlide info.
|
MasterSlide |
getMasterSlide(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read presentation masterSlide info.
|
com.squareup.okhttp.Call |
getMasterSlideAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<MasterSlide> callback)
Read presentation masterSlide info.
|
com.squareup.okhttp.Call |
getMasterSlideCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getMasterSlide
|
MasterSlides |
getMasterSlides(String name,
String password,
String folder,
String storage)
Read presentation masterSlides info.
|
com.squareup.okhttp.Call |
getMasterSlidesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<MasterSlides> callback)
Read presentation masterSlides info.
|
com.squareup.okhttp.Call |
getMasterSlidesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getMasterSlides
|
ApiResponse<MasterSlides> |
getMasterSlidesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation masterSlides info.
|
ApiResponse<MasterSlide> |
getMasterSlideWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read presentation masterSlide info.
|
NotesSlide |
getNotesSlide(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read notes slide info.
|
com.squareup.okhttp.Call |
getNotesSlideAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<NotesSlide> callback)
Read notes slide info.
|
com.squareup.okhttp.Call |
getNotesSlideCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getNotesSlide
|
NotesSlideHeaderFooter |
getNotesSlideHeaderFooter(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Get header/footer info for the notes slide.
|
com.squareup.okhttp.Call |
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 |
getNotesSlideHeaderFooterCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getNotesSlideHeaderFooter
|
ApiResponse<NotesSlideHeaderFooter> |
getNotesSlideHeaderFooterWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Get header/footer info for the notes slide.
|
NotesSlide |
getNotesSlideOnline(byte[] document,
Integer slideIndex,
String password)
Read notes slide info.
|
com.squareup.okhttp.Call |
getNotesSlideOnlineAsync(byte[] document,
Integer slideIndex,
String password,
ApiCallback<NotesSlide> callback)
Read notes slide info.
|
com.squareup.okhttp.Call |
getNotesSlideOnlineCall(byte[] document,
Integer slideIndex,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getNotesSlideOnline
|
ApiResponse<NotesSlide> |
getNotesSlideOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
String password)
Read notes slide info.
|
ApiResponse<NotesSlide> |
getNotesSlideWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read notes slide info.
|
Paragraph |
getParagraph(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read shape paragraph info.
|
com.squareup.okhttp.Call |
getParagraphAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<Paragraph> callback)
Read shape paragraph info.
|
com.squareup.okhttp.Call |
getParagraphCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getParagraph
|
TextBounds |
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 |
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 |
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> |
getParagraphRectangleWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Return coordinates of rect that bounds paragraph.
|
Paragraphs |
getParagraphs(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage)
Read shape paragraphs info.
|
com.squareup.okhttp.Call |
getParagraphsAsync(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
ApiCallback<Paragraphs> callback)
Read shape paragraphs info.
|
com.squareup.okhttp.Call |
getParagraphsCall(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getParagraphs
|
ApiResponse<Paragraphs> |
getParagraphsWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage)
Read shape paragraphs info.
|
ApiResponse<Paragraph> |
getParagraphWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read shape paragraph info.
|
Placeholder |
getPlaceholder(String name,
Integer slideIndex,
Integer placeholderIndex,
String password,
String folder,
String storage)
Read slide placeholder info.
|
com.squareup.okhttp.Call |
getPlaceholderAsync(String name,
Integer slideIndex,
Integer placeholderIndex,
String password,
String folder,
String storage,
ApiCallback<Placeholder> callback)
Read slide placeholder info.
|
com.squareup.okhttp.Call |
getPlaceholderCall(String name,
Integer slideIndex,
Integer placeholderIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPlaceholder
|
Placeholders |
getPlaceholders(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide placeholders info.
|
com.squareup.okhttp.Call |
getPlaceholdersAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<Placeholders> callback)
Read slide placeholders info.
|
com.squareup.okhttp.Call |
getPlaceholdersCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPlaceholders
|
ApiResponse<Placeholders> |
getPlaceholdersWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide placeholders info.
|
ApiResponse<Placeholder> |
getPlaceholderWithHttpInfo(String name,
Integer slideIndex,
Integer placeholderIndex,
String password,
String folder,
String storage)
Read slide placeholder info.
|
Portion |
getPortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Read paragraph portion info.
|
com.squareup.okhttp.Call |
getPortionAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Read paragraph portion info.
|
com.squareup.okhttp.Call |
getPortionCall(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 getPortion
|
TextBounds |
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 |
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 |
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> |
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 |
getPortions(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read paragraph portions info.
|
com.squareup.okhttp.Call |
getPortionsAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Read paragraph portions info.
|
com.squareup.okhttp.Call |
getPortionsCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPortions
|
ApiResponse<Portions> |
getPortionsWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read paragraph portions info.
|
ApiResponse<Portion> |
getPortionWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Read paragraph portion info.
|
Document |
getPresentation(String name,
String password,
String folder,
String storage)
Read presentation info.
|
com.squareup.okhttp.Call |
getPresentationAsync(String name,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Read presentation info.
|
com.squareup.okhttp.Call |
getPresentationCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPresentation
|
Images |
getPresentationImages(String name,
String password,
String folder,
String storage)
Read presentation images info.
|
com.squareup.okhttp.Call |
getPresentationImagesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<Images> callback)
Read presentation images info.
|
com.squareup.okhttp.Call |
getPresentationImagesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPresentationImages
|
ApiResponse<Images> |
getPresentationImagesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation images info.
|
TextItems |
getPresentationTextItems(String name,
Boolean withEmpty,
String password,
String folder,
String storage)
Extract presentation text items.
|
com.squareup.okhttp.Call |
getPresentationTextItemsAsync(String name,
Boolean withEmpty,
String password,
String folder,
String storage,
ApiCallback<TextItems> callback)
Extract presentation text items.
|
com.squareup.okhttp.Call |
getPresentationTextItemsCall(String name,
Boolean withEmpty,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPresentationTextItems
|
ApiResponse<TextItems> |
getPresentationTextItemsWithHttpInfo(String name,
Boolean withEmpty,
String password,
String folder,
String storage)
Extract presentation text items.
|
ApiResponse<Document> |
getPresentationWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation info.
|
ProtectionProperties |
getProtectionProperties(String name,
String password,
String folder,
String storage)
Read presentation protection properties.
|
com.squareup.okhttp.Call |
getProtectionPropertiesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<ProtectionProperties> callback)
Read presentation protection properties.
|
com.squareup.okhttp.Call |
getProtectionPropertiesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getProtectionProperties
|
ApiResponse<ProtectionProperties> |
getProtectionPropertiesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation protection properties.
|
Sections |
getSections(String name,
String password,
String folder,
String storage)
Read presentation sections info.
|
com.squareup.okhttp.Call |
getSectionsAsync(String name,
String password,
String folder,
String storage,
ApiCallback<Sections> callback)
Read presentation sections info.
|
com.squareup.okhttp.Call |
getSectionsCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSections
|
ApiResponse<Sections> |
getSectionsWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation sections info.
|
ShapeBase |
getShape(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage)
Read slide shape info.
|
com.squareup.okhttp.Call |
getShapeAsync(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
ApiCallback<ShapeBase> callback)
Read slide shape info.
|
com.squareup.okhttp.Call |
getShapeCall(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getShape
|
GeometryPaths |
getShapeGeometryPath(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage)
Returns geometry path of the shape
|
com.squareup.okhttp.Call |
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 |
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> |
getShapeGeometryPathWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage)
Returns geometry path of the shape
|
Shapes |
getShapes(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ShapeType shapeType)
Read slide shapes info.
|
com.squareup.okhttp.Call |
getShapesAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ShapeType shapeType,
ApiCallback<Shapes> callback)
Read slide shapes info.
|
com.squareup.okhttp.Call |
getShapesCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ShapeType shapeType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getShapes
|
ApiResponse<Shapes> |
getShapesWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ShapeType shapeType)
Read slide shapes info.
|
ApiResponse<ShapeBase> |
getShapeWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage)
Read slide shape info.
|
Slide |
getSlide(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read presentation slide info.
|
com.squareup.okhttp.Call |
getSlideAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<Slide> callback)
Read presentation slide info.
|
com.squareup.okhttp.Call |
getSlideCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSlide
|
SlideComments |
getSlideComments(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read presentation slide comments.
|
com.squareup.okhttp.Call |
getSlideCommentsAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<SlideComments> callback)
Read presentation slide comments.
|
com.squareup.okhttp.Call |
getSlideCommentsCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSlideComments
|
ApiResponse<SlideComments> |
getSlideCommentsWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read presentation slide comments.
|
HeaderFooter |
getSlideHeaderFooter(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Get footer info for the slide.
|
com.squareup.okhttp.Call |
getSlideHeaderFooterAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<HeaderFooter> callback)
Get footer info for the slide.
|
com.squareup.okhttp.Call |
getSlideHeaderFooterCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSlideHeaderFooter
|
ApiResponse<HeaderFooter> |
getSlideHeaderFooterWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Get footer info for the slide.
|
Images |
getSlideImages(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide images info.
|
com.squareup.okhttp.Call |
getSlideImagesAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<Images> callback)
Read slide images info.
|
com.squareup.okhttp.Call |
getSlideImagesCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSlideImages
|
ApiResponse<Images> |
getSlideImagesWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide images info.
|
SlideProperties |
getSlideProperties(String name,
String password,
String folder,
String storage)
Read presentation slide properties.
|
com.squareup.okhttp.Call |
getSlidePropertiesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<SlideProperties> callback)
Read presentation slide properties.
|
com.squareup.okhttp.Call |
getSlidePropertiesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSlideProperties
|
ApiResponse<SlideProperties> |
getSlidePropertiesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation slide properties.
|
Slides |
getSlides(String name,
String password,
String folder,
String storage)
Read presentation slides info.
|
com.squareup.okhttp.Call |
getSlidesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<Slides> callback)
Read presentation slides info.
|
com.squareup.okhttp.Call |
getSlidesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSlides
|
ApiResponse<Slides> |
getSlidesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation slides info.
|
TextItems |
getSlideTextItems(String name,
Integer slideIndex,
Boolean withEmpty,
String password,
String folder,
String storage)
Extract slide text items.
|
com.squareup.okhttp.Call |
getSlideTextItemsAsync(String name,
Integer slideIndex,
Boolean withEmpty,
String password,
String folder,
String storage,
ApiCallback<TextItems> callback)
Extract slide text items.
|
com.squareup.okhttp.Call |
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> |
getSlideTextItemsWithHttpInfo(String name,
Integer slideIndex,
Boolean withEmpty,
String password,
String folder,
String storage)
Extract slide text items.
|
ApiResponse<Slide> |
getSlideWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read presentation slide info.
|
SlideAnimation |
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 |
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 |
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> |
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 |
getSpecialSlideParagraph(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read shape paragraph info.
|
com.squareup.okhttp.Call |
getSpecialSlideParagraphAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<Paragraph> callback)
Read shape paragraph info.
|
com.squareup.okhttp.Call |
getSpecialSlideParagraphCall(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 getSpecialSlideParagraph
|
Paragraphs |
getSpecialSlideParagraphs(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage)
Read special shape paragraphs info.
|
com.squareup.okhttp.Call |
getSpecialSlideParagraphsAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
ApiCallback<Paragraphs> callback)
Read special shape paragraphs info.
|
com.squareup.okhttp.Call |
getSpecialSlideParagraphsCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSpecialSlideParagraphs
|
ApiResponse<Paragraphs> |
getSpecialSlideParagraphsWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage)
Read special shape paragraphs info.
|
ApiResponse<Paragraph> |
getSpecialSlideParagraphWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read shape paragraph info.
|
Portion |
getSpecialSlidePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Read paragraph portion info.
|
com.squareup.okhttp.Call |
getSpecialSlidePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Read paragraph portion info.
|
com.squareup.okhttp.Call |
getSpecialSlidePortionCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSpecialSlidePortion
|
Portions |
getSpecialSlidePortions(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read paragraph portions info.
|
com.squareup.okhttp.Call |
getSpecialSlidePortionsAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Read paragraph portions info.
|
com.squareup.okhttp.Call |
getSpecialSlidePortionsCall(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 getSpecialSlidePortions
|
ApiResponse<Portions> |
getSpecialSlidePortionsWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read paragraph portions info.
|
ApiResponse<Portion> |
getSpecialSlidePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Read paragraph portion info.
|
ShapeBase |
getSpecialSlideShape(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage)
Read special slide shape info.
|
com.squareup.okhttp.Call |
getSpecialSlideShapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
ApiCallback<ShapeBase> callback)
Read special slide shape info.
|
com.squareup.okhttp.Call |
getSpecialSlideShapeCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSpecialSlideShape
|
Shapes |
getSpecialSlideShapes(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage)
Read special slide shapes info.
|
com.squareup.okhttp.Call |
getSpecialSlideShapesAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage,
ApiCallback<Shapes> callback)
Read special slide shapes info.
|
com.squareup.okhttp.Call |
getSpecialSlideShapesCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSpecialSlideShapes
|
ApiResponse<Shapes> |
getSpecialSlideShapesWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage)
Read special slide shapes info.
|
ApiResponse<ShapeBase> |
getSpecialSlideShapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage)
Read special slide shape info.
|
ShapeBase |
getSpecialSlideSubshape(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
String password,
String folder,
String storage)
Read special slide shape info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSpecialSlideSubshapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
String password,
String folder,
String storage,
ApiCallback<ShapeBase> callback)
Read special slide shape info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSpecialSlideSubshapeCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSpecialSlideSubshape
|
Paragraph |
getSpecialSlideSubshapeParagraph(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read shape paragraph info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSpecialSlideSubshapeParagraphAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<Paragraph> callback)
Read shape paragraph info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSpecialSlideSubshapeParagraphCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSpecialSlideSubshapeParagraph
|
Paragraphs |
getSpecialSlideSubshapeParagraphs(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
String password,
String folder,
String storage)
Read shape paragraphs info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSpecialSlideSubshapeParagraphsAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
String password,
String folder,
String storage,
ApiCallback<Paragraphs> callback)
Read shape paragraphs info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSpecialSlideSubshapeParagraphsCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSpecialSlideSubshapeParagraphs
|
ApiResponse<Paragraphs> |
getSpecialSlideSubshapeParagraphsWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
String password,
String folder,
String storage)
Read shape paragraphs info (for smart art and group shapes).
|
ApiResponse<Paragraph> |
getSpecialSlideSubshapeParagraphWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read shape paragraph info (for smart art and group shapes).
|
Portion |
getSpecialSlideSubshapePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Read paragraph portion info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSpecialSlideSubshapePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Read paragraph portion info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSpecialSlideSubshapePortionCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSpecialSlideSubshapePortion
|
Portions |
getSpecialSlideSubshapePortions(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read paragraph portions info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSpecialSlideSubshapePortionsAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Read paragraph portions info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSpecialSlideSubshapePortionsCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSpecialSlideSubshapePortions
|
ApiResponse<Portions> |
getSpecialSlideSubshapePortionsWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read paragraph portions info (for smart art and group shapes).
|
ApiResponse<Portion> |
getSpecialSlideSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Read paragraph portion info (for smart art and group shapes).
|
Shapes |
getSpecialSlideSubshapes(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
String password,
String folder,
String storage)
Read special slide shapes info.
|
com.squareup.okhttp.Call |
getSpecialSlideSubshapesAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
String password,
String folder,
String storage,
ApiCallback<Shapes> callback)
Read special slide shapes info.
|
com.squareup.okhttp.Call |
getSpecialSlideSubshapesCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSpecialSlideSubshapes
|
ApiResponse<Shapes> |
getSpecialSlideSubshapesWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
String password,
String folder,
String storage)
Read special slide shapes info.
|
ApiResponse<ShapeBase> |
getSpecialSlideSubshapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
String password,
String folder,
String storage)
Read special slide shape info (for smart art and group shapes).
|
ShapeBase |
getSubshape(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
String password,
String folder,
String storage)
Read slide shape info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSubshapeAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
String password,
String folder,
String storage,
ApiCallback<ShapeBase> callback)
Read slide shape info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSubshapeCall(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSubshape
|
Paragraph |
getSubshapeParagraph(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read shape paragraph info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSubshapeParagraphAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<Paragraph> callback)
Read shape paragraph info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSubshapeParagraphCall(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSubshapeParagraph
|
Paragraphs |
getSubshapeParagraphs(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
String password,
String folder,
String storage)
Read shape paragraphs info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSubshapeParagraphsAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
String password,
String folder,
String storage,
ApiCallback<Paragraphs> callback)
Read shape paragraphs info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSubshapeParagraphsCall(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSubshapeParagraphs
|
ApiResponse<Paragraphs> |
getSubshapeParagraphsWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
String password,
String folder,
String storage)
Read shape paragraphs info (for smart art and group shapes).
|
ApiResponse<Paragraph> |
getSubshapeParagraphWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read shape paragraph info (for smart art and group shapes).
|
Portion |
getSubshapePortion(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Read paragraph portion info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSubshapePortionAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Read paragraph portion info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSubshapePortionCall(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSubshapePortion
|
Portions |
getSubshapePortions(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read paragraph portions info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSubshapePortionsAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Read paragraph portions info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
getSubshapePortionsCall(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSubshapePortions
|
ApiResponse<Portions> |
getSubshapePortionsWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read paragraph portions info (for smart art and group shapes).
|
ApiResponse<Portion> |
getSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Read paragraph portion info (for smart art and group shapes).
|
Shapes |
getSubshapes(String name,
Integer slideIndex,
String path,
String password,
String folder,
String storage)
Read slide shapes info.
|
com.squareup.okhttp.Call |
getSubshapesAsync(String name,
Integer slideIndex,
String path,
String password,
String folder,
String storage,
ApiCallback<Shapes> callback)
Read slide shapes info.
|
com.squareup.okhttp.Call |
getSubshapesCall(String name,
Integer slideIndex,
String path,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSubshapes
|
ApiResponse<Shapes> |
getSubshapesWithHttpInfo(String name,
Integer slideIndex,
String path,
String password,
String folder,
String storage)
Read slide shapes info.
|
ApiResponse<ShapeBase> |
getSubshapeWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
String password,
String folder,
String storage)
Read slide shape info (for smart art and group shapes).
|
Theme |
getTheme(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide theme info.
|
com.squareup.okhttp.Call |
getThemeAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<Theme> callback)
Read slide theme info.
|
com.squareup.okhttp.Call |
getThemeCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTheme
|
ApiResponse<Theme> |
getThemeWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide theme info.
|
ViewProperties |
getViewProperties(String name,
String password,
String folder,
String storage)
Read presentation document properties.
|
com.squareup.okhttp.Call |
getViewPropertiesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<ViewProperties> callback)
Read presentation document properties.
|
com.squareup.okhttp.Call |
getViewPropertiesCall(String name,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getViewProperties
|
ApiResponse<ViewProperties> |
getViewPropertiesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation document properties.
|
Shape |
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 |
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 |
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> |
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 |
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 |
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 |
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> |
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 |
importFromHtml(String name,
String html,
String password,
String folder,
String storage)
Create presentation document from html.
|
com.squareup.okhttp.Call |
importFromHtmlAsync(String name,
String html,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Create presentation document from html.
|
com.squareup.okhttp.Call |
importFromHtmlCall(String name,
String html,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importFromHtml
|
ApiResponse<Document> |
importFromHtmlWithHttpInfo(String name,
String html,
String password,
String folder,
String storage)
Create presentation document from html.
|
Document |
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 |
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 |
importFromPdfCall(String name,
byte[] pdf,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importFromPdf
|
ApiResponse<Document> |
importFromPdfWithHttpInfo(String name,
byte[] pdf,
String password,
String folder,
String storage)
Create presentation document from pdf or append pdf to an existing presentation.
|
Document |
merge(String name,
PresentationsMergeRequest request,
String password,
String folder,
String storage)
Merge the presentation with other presentations specified in the request parameter.
|
void |
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 |
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 |
mergeAndSaveOnlineCall(String outPath,
List<FileInfo> files,
OrderedMergeRequest request,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mergeAndSaveOnline
|
ApiResponse<Void> |
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 |
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 |
mergeCall(String name,
PresentationsMergeRequest request,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for merge
|
File |
mergeOnline(List<FileInfo> files,
OrderedMergeRequest request,
String storage)
Merges presentations or some of their slides specified in the request parameter.
|
com.squareup.okhttp.Call |
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 |
mergeOnlineCall(List<FileInfo> files,
OrderedMergeRequest request,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mergeOnline
|
ApiResponse<File> |
mergeOnlineWithHttpInfo(List<FileInfo> files,
OrderedMergeRequest request,
String storage)
Merges presentations or some of their slides specified in the request parameter.
|
ApiResponse<Document> |
mergeWithHttpInfo(String name,
PresentationsMergeRequest request,
String password,
String folder,
String storage)
Merge the presentation with other presentations specified in the request parameter.
|
void |
moveFile(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
String versionId)
Move file
|
com.squareup.okhttp.Call |
moveFileAsync(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
String versionId,
ApiCallback<Void> callback)
Move file (asynchronously)
|
com.squareup.okhttp.Call |
moveFileCall(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
String versionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for moveFile
|
ApiResponse<Void> |
moveFileWithHttpInfo(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
String versionId)
Move file
|
void |
moveFolder(String srcPath,
String destPath,
String srcStorageName,
String destStorageName)
Move folder
|
com.squareup.okhttp.Call |
moveFolderAsync(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
ApiCallback<Void> callback)
Move folder (asynchronously)
|
com.squareup.okhttp.Call |
moveFolderCall(String srcPath,
String destPath,
String srcStorageName,
String destStorageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for moveFolder
|
ApiResponse<Void> |
moveFolderWithHttpInfo(String srcPath,
String destPath,
String srcStorageName,
String destStorageName)
Move folder
|
Sections |
moveSection(String name,
Integer sectionIndex,
Integer newPosition,
String password,
String folder,
String storage)
Move presentation section to a specified position.
|
com.squareup.okhttp.Call |
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 |
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> |
moveSectionWithHttpInfo(String name,
Integer sectionIndex,
Integer newPosition,
String password,
String folder,
String storage)
Move presentation section to a specified position.
|
Slides |
moveSlide(String name,
Integer slideIndex,
Integer newPosition,
String password,
String folder,
String storage)
Reorder presentation slide position.
|
com.squareup.okhttp.Call |
moveSlideAsync(String name,
Integer slideIndex,
Integer newPosition,
String password,
String folder,
String storage,
ApiCallback<Slides> callback)
Reorder presentation slide position.
|
com.squareup.okhttp.Call |
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> |
moveSlideWithHttpInfo(String name,
Integer slideIndex,
Integer newPosition,
String password,
String folder,
String storage)
Reorder presentation slide position.
|
EntityExists |
notesSlideExists(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Get info whether a notes slide exists.
|
com.squareup.okhttp.Call |
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 |
notesSlideExistsCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for notesSlideExists
|
EntityExists |
notesSlideExistsOnline(byte[] document,
Integer slideIndex,
String password)
Get info whether a notes slide exists.
|
com.squareup.okhttp.Call |
notesSlideExistsOnlineAsync(byte[] document,
Integer slideIndex,
String password,
ApiCallback<EntityExists> callback)
Get info whether a notes slide exists.
|
com.squareup.okhttp.Call |
notesSlideExistsOnlineCall(byte[] document,
Integer slideIndex,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for notesSlideExistsOnline
|
ApiResponse<EntityExists> |
notesSlideExistsOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
String password)
Get info whether a notes slide exists.
|
ApiResponse<EntityExists> |
notesSlideExistsWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Get info whether a notes slide exists.
|
ObjectExist |
objectExists(String path,
String storageName,
String versionId)
Check if file or folder exists
|
com.squareup.okhttp.Call |
objectExistsAsync(String path,
String storageName,
String versionId,
ApiCallback<ObjectExist> callback)
Check if file or folder exists (asynchronously)
|
com.squareup.okhttp.Call |
objectExistsCall(String path,
String storageName,
String versionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for objectExists
|
ApiResponse<ObjectExist> |
objectExistsWithHttpInfo(String path,
String storageName,
String versionId)
Check if file or folder exists
|
Document |
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 |
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 |
orderedMergeCall(String name,
OrderedMergeRequest request,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for orderedMerge
|
ApiResponse<Document> |
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 |
pipeline(Pipeline pipeline,
List<FileInfo> files)
Performs slides pipeline.
|
com.squareup.okhttp.Call |
pipelineAsync(Pipeline pipeline,
List<FileInfo> files,
ApiCallback<File> callback)
Performs slides pipeline.
|
com.squareup.okhttp.Call |
pipelineCall(Pipeline pipeline,
List<FileInfo> files,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for pipeline
|
ApiResponse<File> |
pipelineWithHttpInfo(Pipeline pipeline,
List<FileInfo> files)
Performs slides pipeline.
|
Slides |
reorderSlides(String name,
List<Integer> oldPositions,
List<Integer> newPositions,
String password,
String folder,
String storage)
Reorder presentation slides positions.
|
com.squareup.okhttp.Call |
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 |
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> |
reorderSlidesWithHttpInfo(String name,
List<Integer> oldPositions,
List<Integer> newPositions,
String password,
String folder,
String storage)
Reorder presentation slides positions.
|
DocumentReplaceResult |
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 |
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 |
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 |
replacePresentationTextOnline(byte[] document,
String oldValue,
String newValue,
Boolean ignoreCase,
String password)
Replace text with a new value.
|
com.squareup.okhttp.Call |
replacePresentationTextOnlineAsync(byte[] document,
String oldValue,
String newValue,
Boolean ignoreCase,
String password,
ApiCallback<File> callback)
Replace text with a new value.
|
com.squareup.okhttp.Call |
replacePresentationTextOnlineCall(byte[] document,
String oldValue,
String newValue,
Boolean ignoreCase,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replacePresentationTextOnline
|
ApiResponse<File> |
replacePresentationTextOnlineWithHttpInfo(byte[] document,
String oldValue,
String newValue,
Boolean ignoreCase,
String password)
Replace text with a new value.
|
ApiResponse<DocumentReplaceResult> |
replacePresentationTextWithHttpInfo(String name,
String oldValue,
String newValue,
Boolean ignoreCase,
String password,
String folder,
String storage)
Replace text with a new value.
|
SlideReplaceResult |
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 |
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 |
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 |
replaceSlideTextOnline(byte[] document,
Integer slideIndex,
String oldValue,
String newValue,
Boolean ignoreCase,
String password)
Replace slide text with a new value.
|
com.squareup.okhttp.Call |
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 |
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> |
replaceSlideTextOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
String oldValue,
String newValue,
Boolean ignoreCase,
String password)
Replace slide text with a new value.
|
ApiResponse<SlideReplaceResult> |
replaceSlideTextWithHttpInfo(String name,
Integer slideIndex,
String oldValue,
String newValue,
Boolean ignoreCase,
String password,
String folder,
String storage)
Replace text with a new value.
|
void |
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 |
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 |
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> |
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 |
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 |
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 |
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> |
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 |
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)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
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,
ApiCallback<Void> callback)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
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,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for saveShape
|
void |
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 |
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 |
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> |
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> |
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)
Render shape to specified picture format.
|
void |
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 |
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 |
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 |
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 |
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 |
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> |
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> |
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 |
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)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
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,
ApiCallback<Void> callback)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
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,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for saveSpecialSlideShape
|
ApiResponse<Void> |
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)
Render shape to specified picture format.
|
void |
saveSpecialSlideSubshape(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
saveSpecialSlideSubshapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
ApiCallback<Void> callback)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
saveSpecialSlideSubshapeCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for saveSpecialSlideSubshape
|
ApiResponse<Void> |
saveSpecialSlideSubshapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder)
Render shape to specified picture format.
|
void |
saveSubshape(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
saveSubshapeAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
ApiCallback<Void> callback)
Render shape to specified picture format.
|
com.squareup.okhttp.Call |
saveSubshapeCall(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for saveSubshape
|
ApiResponse<Void> |
saveSubshapeWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
ShapeExportFormat format,
String outPath,
IShapeExportOptions options,
Double scaleX,
Double scaleY,
ShapeThumbnailBounds bounds,
String password,
String folder,
String storage,
String fontsFolder)
Render shape to specified picture format.
|
SlideAnimation |
setAnimation(String name,
Integer slideIndex,
SlideAnimation animation,
String password,
String folder,
String storage)
Set slide animation.
|
com.squareup.okhttp.Call |
setAnimationAsync(String name,
Integer slideIndex,
SlideAnimation animation,
String password,
String folder,
String storage,
ApiCallback<SlideAnimation> callback)
Set slide animation.
|
com.squareup.okhttp.Call |
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> |
setAnimationWithHttpInfo(String name,
Integer slideIndex,
SlideAnimation animation,
String password,
String folder,
String storage)
Set slide animation.
|
SlideBackground |
setBackground(String name,
Integer slideIndex,
SlideBackground background,
String password,
String folder,
String storage)
Set background for a slide.
|
com.squareup.okhttp.Call |
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 |
setBackgroundCall(String name,
Integer slideIndex,
SlideBackground background,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setBackground
|
SlideBackground |
setBackgroundColor(String name,
Integer slideIndex,
String color,
String password,
String folder,
String storage)
Set background color for a slide.
|
com.squareup.okhttp.Call |
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 |
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> |
setBackgroundColorWithHttpInfo(String name,
Integer slideIndex,
String color,
String password,
String folder,
String storage)
Set background color for a slide.
|
ApiResponse<SlideBackground> |
setBackgroundWithHttpInfo(String name,
Integer slideIndex,
SlideBackground background,
String password,
String folder,
String storage)
Set background for a slide.
|
DocumentProperties |
setDocumentProperties(String name,
DocumentProperties properties,
String password,
String folder,
String storage)
Set document properties.
|
com.squareup.okhttp.Call |
setDocumentPropertiesAsync(String name,
DocumentProperties properties,
String password,
String folder,
String storage,
ApiCallback<DocumentProperties> callback)
Set document properties.
|
com.squareup.okhttp.Call |
setDocumentPropertiesCall(String name,
DocumentProperties properties,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setDocumentProperties
|
ApiResponse<DocumentProperties> |
setDocumentPropertiesWithHttpInfo(String name,
DocumentProperties properties,
String password,
String folder,
String storage)
Set document properties.
|
DocumentProperty |
setDocumentProperty(String name,
String propertyName,
DocumentProperty property,
String password,
String folder,
String storage)
Set document property.
|
com.squareup.okhttp.Call |
setDocumentPropertyAsync(String name,
String propertyName,
DocumentProperty property,
String password,
String folder,
String storage,
ApiCallback<DocumentProperty> callback)
Set document property.
|
com.squareup.okhttp.Call |
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> |
setDocumentPropertyWithHttpInfo(String name,
String propertyName,
DocumentProperty property,
String password,
String folder,
String storage)
Set document property.
|
NotesSlideHeaderFooter |
setNotesSlideHeaderFooter(String name,
Integer slideIndex,
NotesSlideHeaderFooter dto,
String password,
String folder,
String storage)
Set header/footer the notes slide.
|
com.squareup.okhttp.Call |
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 |
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> |
setNotesSlideHeaderFooterWithHttpInfo(String name,
Integer slideIndex,
NotesSlideHeaderFooter dto,
String password,
String folder,
String storage)
Set header/footer the notes slide.
|
Document |
setPresentationHeaderFooter(String name,
HeaderFooter dto,
String password,
String folder,
String storage)
Set footers for all slides in a presentation.
|
com.squareup.okhttp.Call |
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 |
setPresentationHeaderFooterCall(String name,
HeaderFooter dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setPresentationHeaderFooter
|
ApiResponse<Document> |
setPresentationHeaderFooterWithHttpInfo(String name,
HeaderFooter dto,
String password,
String folder,
String storage)
Set footers for all slides in a presentation.
|
ProtectionProperties |
setProtection(String name,
ProtectionProperties dto,
String password,
String folder,
String storage)
Updates presentation protection properties.
|
com.squareup.okhttp.Call |
setProtectionAsync(String name,
ProtectionProperties dto,
String password,
String folder,
String storage,
ApiCallback<ProtectionProperties> callback)
Updates presentation protection properties.
|
com.squareup.okhttp.Call |
setProtectionCall(String name,
ProtectionProperties dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setProtection
|
File |
setProtectionOnline(byte[] document,
ProtectionProperties dto,
String password)
Sets presentation protection options.
|
com.squareup.okhttp.Call |
setProtectionOnlineAsync(byte[] document,
ProtectionProperties dto,
String password,
ApiCallback<File> callback)
Sets presentation protection options.
|
com.squareup.okhttp.Call |
setProtectionOnlineCall(byte[] document,
ProtectionProperties dto,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setProtectionOnline
|
ApiResponse<File> |
setProtectionOnlineWithHttpInfo(byte[] document,
ProtectionProperties dto,
String password)
Sets presentation protection options.
|
ApiResponse<ProtectionProperties> |
setProtectionWithHttpInfo(String name,
ProtectionProperties dto,
String password,
String folder,
String storage)
Updates presentation protection properties.
|
Sections |
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 |
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 |
setSectionsCall(String name,
Sections sections,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setSections
|
ApiResponse<Sections> |
setSectionsWithHttpInfo(String name,
Sections sections,
String password,
String folder,
String storage)
Replace existing presentation sections with the ones provided in the sections DTO.
|
ShapeBase |
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 |
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 |
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> |
setShapeGeometryPathWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
GeometryPaths dto,
String password,
String folder,
String storage)
Sets geometry path to the shape
|
HeaderFooter |
setSlideHeaderFooter(String name,
Integer slideIndex,
HeaderFooter dto,
String password,
String folder,
String storage)
Set footer the slide.
|
com.squareup.okhttp.Call |
setSlideHeaderFooterAsync(String name,
Integer slideIndex,
HeaderFooter dto,
String password,
String folder,
String storage,
ApiCallback<HeaderFooter> callback)
Set footer the slide.
|
com.squareup.okhttp.Call |
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> |
setSlideHeaderFooterWithHttpInfo(String name,
Integer slideIndex,
HeaderFooter dto,
String password,
String folder,
String storage)
Set footer the slide.
|
SlideProperties |
setSlideProperties(String name,
SlideProperties dto,
String password,
String folder,
String storage)
Update presentation slide properties.
|
com.squareup.okhttp.Call |
setSlidePropertiesAsync(String name,
SlideProperties dto,
String password,
String folder,
String storage,
ApiCallback<SlideProperties> callback)
Update presentation slide properties.
|
com.squareup.okhttp.Call |
setSlidePropertiesCall(String name,
SlideProperties dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setSlideProperties
|
ApiResponse<SlideProperties> |
setSlidePropertiesWithHttpInfo(String name,
SlideProperties dto,
String password,
String folder,
String storage)
Update presentation slide properties.
|
SlideAnimation |
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 |
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 |
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> |
setSpecialSlideAnimationWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
SlideAnimation animation,
String password,
String folder,
String storage)
Set special slide (master, layout, notes) animation.
|
ViewProperties |
setViewProperties(String name,
ViewProperties dto,
String password,
String folder,
String storage)
Update presentation document properties.
|
com.squareup.okhttp.Call |
setViewPropertiesAsync(String name,
ViewProperties dto,
String password,
String folder,
String storage,
ApiCallback<ViewProperties> callback)
Update presentation document properties.
|
com.squareup.okhttp.Call |
setViewPropertiesCall(String name,
ViewProperties dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setViewProperties
|
ApiResponse<ViewProperties> |
setViewPropertiesWithHttpInfo(String name,
ViewProperties dto,
String password,
String folder,
String storage)
Update presentation document properties.
|
SplitDocumentResult |
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 |
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 |
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 |
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> |
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 |
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 |
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 |
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 |
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 |
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> |
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> |
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 |
storageExists(String storageName)
Check if storage exists
|
com.squareup.okhttp.Call |
storageExistsAsync(String storageName,
ApiCallback<StorageExist> callback)
Check if storage exists (asynchronously)
|
com.squareup.okhttp.Call |
storageExistsCall(String storageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for storageExists
|
ApiResponse<StorageExist> |
storageExistsWithHttpInfo(String storageName)
Check if storage exists
|
SlideAnimation |
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 |
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 |
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> |
updateAnimationEffectWithHttpInfo(String name,
Integer slideIndex,
Integer effectIndex,
Effect effect,
String password,
String folder,
String storage)
Modify an animation effect for a slide.
|
SlideAnimation |
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 |
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 |
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> |
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 |
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 |
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 |
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> |
updateChartCategoryWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer categoryIndex,
ChartCategory category,
String password,
String folder,
String storage)
Update a chart category.
|
Chart |
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 |
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 |
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> |
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 |
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 |
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 |
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> |
updateChartSeriesWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Series series,
String password,
String folder,
String storage)
Update a series in a chart.
|
LayoutSlide |
updateLayoutSlide(String name,
Integer slideIndex,
LayoutSlide slideDto,
String password,
String folder,
String storage)
Update a layoutSlide.
|
com.squareup.okhttp.Call |
updateLayoutSlideAsync(String name,
Integer slideIndex,
LayoutSlide slideDto,
String password,
String folder,
String storage,
ApiCallback<LayoutSlide> callback)
Update a layoutSlide.
|
com.squareup.okhttp.Call |
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> |
updateLayoutSlideWithHttpInfo(String name,
Integer slideIndex,
LayoutSlide slideDto,
String password,
String folder,
String storage)
Update a layoutSlide.
|
NotesSlide |
updateNotesSlide(String name,
Integer slideIndex,
NotesSlide dto,
String password,
String folder,
String storage)
Update notes slide properties.
|
com.squareup.okhttp.Call |
updateNotesSlideAsync(String name,
Integer slideIndex,
NotesSlide dto,
String password,
String folder,
String storage,
ApiCallback<NotesSlide> callback)
Update notes slide properties.
|
com.squareup.okhttp.Call |
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> |
updateNotesSlideWithHttpInfo(String name,
Integer slideIndex,
NotesSlide dto,
String password,
String folder,
String storage)
Update notes slide properties.
|
Paragraph |
updateParagraph(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage)
Update paragraph properties.
|
com.squareup.okhttp.Call |
updateParagraphAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage,
ApiCallback<Paragraph> callback)
Update paragraph properties.
|
com.squareup.okhttp.Call |
updateParagraphCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateParagraph
|
ApiResponse<Paragraph> |
updateParagraphWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage)
Update paragraph properties.
|
Portion |
updatePortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties.
|
com.squareup.okhttp.Call |
updatePortionAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Update portion properties.
|
com.squareup.okhttp.Call |
updatePortionCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updatePortion
|
ApiResponse<Portion> |
updatePortionWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties.
|
Sections |
updateSection(String name,
Integer sectionIndex,
String sectionName,
String password,
String folder,
String storage)
Update section name.
|
com.squareup.okhttp.Call |
updateSectionAsync(String name,
Integer sectionIndex,
String sectionName,
String password,
String folder,
String storage,
ApiCallback<Sections> callback)
Update section name.
|
com.squareup.okhttp.Call |
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> |
updateSectionWithHttpInfo(String name,
Integer sectionIndex,
String sectionName,
String password,
String folder,
String storage)
Update section name.
|
ShapeBase |
updateShape(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage)
Update shape properties.
|
com.squareup.okhttp.Call |
updateShapeAsync(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
ApiCallback<ShapeBase> callback)
Update shape properties.
|
com.squareup.okhttp.Call |
updateShapeCall(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateShape
|
ApiResponse<ShapeBase> |
updateShapeWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage)
Update shape properties.
|
Slide |
updateSlide(String name,
Integer slideIndex,
Slide slideDto,
String password,
String folder,
String storage)
Update a slide.
|
com.squareup.okhttp.Call |
updateSlideAsync(String name,
Integer slideIndex,
Slide slideDto,
String password,
String folder,
String storage,
ApiCallback<Slide> callback)
Update a slide.
|
com.squareup.okhttp.Call |
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> |
updateSlideWithHttpInfo(String name,
Integer slideIndex,
Slide slideDto,
String password,
String folder,
String storage)
Update a slide.
|
SlideAnimation |
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 |
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 |
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> |
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 |
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 |
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 |
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> |
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 |
updateSpecialSlideParagraph(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage)
Update paragraph properties.
|
com.squareup.okhttp.Call |
updateSpecialSlideParagraphAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage,
ApiCallback<Paragraph> callback)
Update paragraph properties.
|
com.squareup.okhttp.Call |
updateSpecialSlideParagraphCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSpecialSlideParagraph
|
ApiResponse<Paragraph> |
updateSpecialSlideParagraphWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage)
Update paragraph properties.
|
Portion |
updateSpecialSlidePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties.
|
com.squareup.okhttp.Call |
updateSpecialSlidePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Update portion properties.
|
com.squareup.okhttp.Call |
updateSpecialSlidePortionCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSpecialSlidePortion
|
ApiResponse<Portion> |
updateSpecialSlidePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties.
|
ShapeBase |
updateSpecialSlideShape(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage)
Update shape properties.
|
com.squareup.okhttp.Call |
updateSpecialSlideShapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
ApiCallback<ShapeBase> callback)
Update shape properties.
|
com.squareup.okhttp.Call |
updateSpecialSlideShapeCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSpecialSlideShape
|
ApiResponse<ShapeBase> |
updateSpecialSlideShapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage)
Update shape properties.
|
ShapeBase |
updateSpecialSlideSubshape(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage)
Update shape properties (for smart art and group shapes).
|
com.squareup.okhttp.Call |
updateSpecialSlideSubshapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
ApiCallback<ShapeBase> callback)
Update shape properties (for smart art and group shapes).
|
com.squareup.okhttp.Call |
updateSpecialSlideSubshapeCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSpecialSlideSubshape
|
Paragraph |
updateSpecialSlideSubshapeParagraph(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage)
Update paragraph properties (for smart art and group shapes).
|
com.squareup.okhttp.Call |
updateSpecialSlideSubshapeParagraphAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage,
ApiCallback<Paragraph> callback)
Update paragraph properties (for smart art and group shapes).
|
com.squareup.okhttp.Call |
updateSpecialSlideSubshapeParagraphCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSpecialSlideSubshapeParagraph
|
ApiResponse<Paragraph> |
updateSpecialSlideSubshapeParagraphWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage)
Update paragraph properties (for smart art and group shapes).
|
Portion |
updateSpecialSlideSubshapePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties (for smart art and group shapes).
|
com.squareup.okhttp.Call |
updateSpecialSlideSubshapePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Update portion properties (for smart art and group shapes).
|
com.squareup.okhttp.Call |
updateSpecialSlideSubshapePortionCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSpecialSlideSubshapePortion
|
ApiResponse<Portion> |
updateSpecialSlideSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties (for smart art and group shapes).
|
ApiResponse<ShapeBase> |
updateSpecialSlideSubshapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage)
Update shape properties (for smart art and group shapes).
|
ShapeBase |
updateSubshape(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage)
Update shape properties (for smart art and group shapes).
|
com.squareup.okhttp.Call |
updateSubshapeAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
ApiCallback<ShapeBase> callback)
Update shape properties (for smart art and group shapes).
|
com.squareup.okhttp.Call |
updateSubshapeCall(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSubshape
|
Paragraph |
updateSubshapeParagraph(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage)
Update paragraph properties (for smart art and group shapes).
|
com.squareup.okhttp.Call |
updateSubshapeParagraphAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage,
ApiCallback<Paragraph> callback)
Update paragraph properties (for smart art and group shapes).
|
com.squareup.okhttp.Call |
updateSubshapeParagraphCall(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSubshapeParagraph
|
ApiResponse<Paragraph> |
updateSubshapeParagraphWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Paragraph dto,
String password,
String folder,
String storage)
Update paragraph properties (for smart art and group shapes).
|
Portion |
updateSubshapePortion(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties (for smart art and group shapes).
|
com.squareup.okhttp.Call |
updateSubshapePortionAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Update portion properties (for smart art and group shapes).
|
com.squareup.okhttp.Call |
updateSubshapePortionCall(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSubshapePortion
|
ApiResponse<Portion> |
updateSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties (for smart art and group shapes).
|
ApiResponse<ShapeBase> |
updateSubshapeWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage)
Update shape properties (for smart art and group shapes).
|
FilesUploadResult |
uploadFile(String path,
byte[] file,
String storageName)
Upload file
|
com.squareup.okhttp.Call |
uploadFileAsync(String path,
byte[] file,
String storageName,
ApiCallback<FilesUploadResult> callback)
Upload file (asynchronously)
|
com.squareup.okhttp.Call |
uploadFileCall(String path,
byte[] file,
String storageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for uploadFile
|
ApiResponse<FilesUploadResult> |
uploadFileWithHttpInfo(String path,
byte[] file,
String storageName)
Upload file
|
public SlidesApi(Configuration configuration)
public com.squareup.okhttp.Call alignShapesCall(String name, Integer slideIndex, ShapesAlignmentType alignmentType, Boolean alignToSlide, List<Integer> shapes, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)alignmentType
- Alignment type that will be applied to the shapes. (required)alignToSlide
- If true, shapes will be aligned relative to the slide edges.shapes
- Shapes indexes.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Shapes alignShapes(String name, Integer slideIndex, ShapesAlignmentType alignmentType, Boolean alignToSlide, List<Integer> shapes, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)alignmentType
- Alignment type that will be applied to the shapes. (required)alignToSlide
- If true, shapes will be aligned relative to the slide edges.shapes
- Shapes indexes.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Shapes> alignShapesWithHttpInfo(String name, Integer slideIndex, ShapesAlignmentType alignmentType, Boolean alignToSlide, List<Integer> shapes, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)alignmentType
- Alignment type that will be applied to the shapes. (required)alignToSlide
- If true, shapes will be aligned relative to the slide edges.shapes
- Shapes indexes.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call alignShapesAsync(String name, Integer slideIndex, ShapesAlignmentType alignmentType, Boolean alignToSlide, List<Integer> shapes, String password, String folder, String storage, ApiCallback<Shapes> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)alignmentType
- Alignment type that will be applied to the shapes. (required)alignToSlide
- If true, shapes will be aligned relative to the slide edges.shapes
- Shapes indexes.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call alignSpecialSlideShapesCall(String name, Integer slideIndex, SpecialSlideType slideType, ShapesAlignmentType alignmentType, Boolean alignToSlide, List<Integer> shapes, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)alignmentType
- Alignment type that will be applied to the shapes. (required)alignToSlide
- If true, shapes will be aligned relative to the slide edges.shapes
- Shapes indexes.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Shapes alignSpecialSlideShapes(String name, Integer slideIndex, SpecialSlideType slideType, ShapesAlignmentType alignmentType, Boolean alignToSlide, List<Integer> shapes, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)alignmentType
- Alignment type that will be applied to the shapes. (required)alignToSlide
- If true, shapes will be aligned relative to the slide edges.shapes
- Shapes indexes.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Shapes> alignSpecialSlideShapesWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, ShapesAlignmentType alignmentType, Boolean alignToSlide, List<Integer> shapes, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)alignmentType
- Alignment type that will be applied to the shapes. (required)alignToSlide
- If true, shapes will be aligned relative to the slide edges.shapes
- Shapes indexes.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call alignSpecialSlideShapesAsync(String name, Integer slideIndex, SpecialSlideType slideType, ShapesAlignmentType alignmentType, Boolean alignToSlide, List<Integer> shapes, String password, String folder, String storage, ApiCallback<Shapes> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)alignmentType
- Alignment type that will be applied to the shapes. (required)alignToSlide
- If true, shapes will be aligned relative to the slide edges.shapes
- Shapes indexes.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call alignSubshapesCall(String name, Integer slideIndex, String path, ShapesAlignmentType alignmentType, Boolean alignToSlide, List<Integer> shapes, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path (for smart art and group shapes).alignmentType
- Alignment type that will be applied to the shapes. (required)alignToSlide
- If true, shapes will be aligned relative to the slide edges.shapes
- Shapes indexes.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Shapes alignSubshapes(String name, Integer slideIndex, String path, ShapesAlignmentType alignmentType, Boolean alignToSlide, List<Integer> shapes, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path (for smart art and group shapes).alignmentType
- Alignment type that will be applied to the shapes. (required)alignToSlide
- If true, shapes will be aligned relative to the slide edges.shapes
- Shapes indexes.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Shapes> alignSubshapesWithHttpInfo(String name, Integer slideIndex, String path, ShapesAlignmentType alignmentType, Boolean alignToSlide, List<Integer> shapes, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path (for smart art and group shapes).alignmentType
- Alignment type that will be applied to the shapes. (required)alignToSlide
- If true, shapes will be aligned relative to the slide edges.shapes
- Shapes indexes.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call alignSubshapesAsync(String name, Integer slideIndex, String path, ShapesAlignmentType alignmentType, Boolean alignToSlide, List<Integer> shapes, String password, String folder, String storage, ApiCallback<Shapes> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path (for smart art and group shapes).alignmentType
- Alignment type that will be applied to the shapes. (required)alignToSlide
- If true, shapes will be aligned relative to the slide edges.shapes
- Shapes indexes.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call convertCall(byte[] document, ExportFormat format, String password, String storage, String fontsFolder, List<Integer> slides, ExportOptions options, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data. (required)format
- Export format. (required)password
- Document password.storage
- Document storage.fontsFolder
- Custom fonts folder.slides
- The indices of the slides to be converted. If not specified, all slides are converted by default.options
- Export options.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File convert(byte[] document, ExportFormat format, String password, String storage, String fontsFolder, List<Integer> slides, ExportOptions options) throws ApiException
document
- Document data. (required)format
- Export format. (required)password
- Document password.storage
- Document storage.fontsFolder
- Custom fonts folder.slides
- The indices of the slides to be converted. If not specified, all slides are converted by default.options
- Export options.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> convertWithHttpInfo(byte[] document, ExportFormat format, String password, String storage, String fontsFolder, List<Integer> slides, ExportOptions options) throws ApiException
document
- Document data. (required)format
- Export format. (required)password
- Document password.storage
- Document storage.fontsFolder
- Custom fonts folder.slides
- The indices of the slides to be converted. If not specified, all slides are converted by default.options
- Export options.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call convertAsync(byte[] document, ExportFormat format, String password, String storage, String fontsFolder, List<Integer> slides, ExportOptions options, ApiCallback<File> callback) throws ApiException
document
- Document data. (required)format
- Export format. (required)password
- Document password.storage
- Document storage.fontsFolder
- Custom fonts folder.slides
- The indices of the slides to be converted. If not specified, all slides are converted by default.options
- Export options.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call convertAndSaveCall(byte[] document, ExportFormat format, String outPath, String password, String storage, String fontsFolder, List<Integer> slides, ExportOptions options, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data. (required)format
- Export format. (required)outPath
- Path to save result. (required)password
- Document password.storage
- Document storage.fontsFolder
- Custom fonts folder.slides
- The indices of the slides to be converted. If not specified, all slides are converted by default.options
- Export options.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void convertAndSave(byte[] document, ExportFormat format, String outPath, String password, String storage, String fontsFolder, List<Integer> slides, ExportOptions options) throws ApiException
document
- Document data. (required)format
- Export format. (required)outPath
- Path to save result. (required)password
- Document password.storage
- Document storage.fontsFolder
- Custom fonts folder.slides
- The indices of the slides to be converted. If not specified, all slides are converted by default.options
- Export options.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> convertAndSaveWithHttpInfo(byte[] document, ExportFormat format, String outPath, String password, String storage, String fontsFolder, List<Integer> slides, ExportOptions options) throws ApiException
document
- Document data. (required)format
- Export format. (required)outPath
- Path to save result. (required)password
- Document password.storage
- Document storage.fontsFolder
- Custom fonts folder.slides
- The indices of the slides to be converted. If not specified, all slides are converted by default.options
- Export options.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call convertAndSaveAsync(byte[] document, ExportFormat format, String outPath, String password, String storage, String fontsFolder, List<Integer> slides, ExportOptions options, ApiCallback<Void> callback) throws ApiException
document
- Document data. (required)format
- Export format. (required)outPath
- Path to save result. (required)password
- Document password.storage
- Document storage.fontsFolder
- Custom fonts folder.slides
- The indices of the slides to be converted. If not specified, all slides are converted by default.options
- Export options.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call copyFileCall(String srcPath, String destPath, String srcStorageName, String destStorageName, String versionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Source file path e.g. '/folder/file.ext' (required)destPath
- Destination file path (required)srcStorageName
- Source storage namedestStorageName
- Destination storage nameversionId
- File version ID to copyprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void copyFile(String srcPath, String destPath, String srcStorageName, String destStorageName, String versionId) throws ApiException
srcPath
- Source file path e.g. '/folder/file.ext' (required)destPath
- Destination file path (required)srcStorageName
- Source storage namedestStorageName
- Destination storage nameversionId
- File version ID to copyApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> copyFileWithHttpInfo(String srcPath, String destPath, String srcStorageName, String destStorageName, String versionId) throws ApiException
srcPath
- Source file path e.g. '/folder/file.ext' (required)destPath
- Destination file path (required)srcStorageName
- Source storage namedestStorageName
- Destination storage nameversionId
- File version ID to copyApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call copyFileAsync(String srcPath, String destPath, String srcStorageName, String destStorageName, String versionId, ApiCallback<Void> callback) throws ApiException
srcPath
- Source file path e.g. '/folder/file.ext' (required)destPath
- Destination file path (required)srcStorageName
- Source storage namedestStorageName
- Destination storage nameversionId
- File version ID to copycallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call copyFolderCall(String srcPath, String destPath, String srcStorageName, String destStorageName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Source folder path e.g. '/src' (required)destPath
- Destination folder path e.g. '/dst' (required)srcStorageName
- Source storage namedestStorageName
- Destination storage nameprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void copyFolder(String srcPath, String destPath, String srcStorageName, String destStorageName) throws ApiException
srcPath
- Source folder path e.g. '/src' (required)destPath
- Destination folder path e.g. '/dst' (required)srcStorageName
- Source storage namedestStorageName
- Destination storage nameApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> copyFolderWithHttpInfo(String srcPath, String destPath, String srcStorageName, String destStorageName) throws ApiException
srcPath
- Source folder path e.g. '/src' (required)destPath
- Destination folder path e.g. '/dst' (required)srcStorageName
- Source storage namedestStorageName
- Destination storage nameApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call copyFolderAsync(String srcPath, String destPath, String srcStorageName, String destStorageName, ApiCallback<Void> callback) throws ApiException
srcPath
- Source folder path e.g. '/src' (required)destPath
- Destination folder path e.g. '/dst' (required)srcStorageName
- Source storage namedestStorageName
- Destination storage namecallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call copyLayoutSlideCall(String name, String cloneFrom, Integer cloneFromPosition, String cloneFromPassword, String cloneFromStorage, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)cloneFrom
- Name of the document to clone layoutSlide from. (required)cloneFromPosition
- Position of cloned layout slide. (required)cloneFromPassword
- Password for the document to clone layoutSlide from.cloneFromStorage
- Storage of the document to clone layoutSlide from.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic LayoutSlide copyLayoutSlide(String name, String cloneFrom, Integer cloneFromPosition, String cloneFromPassword, String cloneFromStorage, String password, String folder, String storage) throws ApiException
name
- Document name. (required)cloneFrom
- Name of the document to clone layoutSlide from. (required)cloneFromPosition
- Position of cloned layout slide. (required)cloneFromPassword
- Password for the document to clone layoutSlide from.cloneFromStorage
- Storage of the document to clone layoutSlide from.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<LayoutSlide> copyLayoutSlideWithHttpInfo(String name, String cloneFrom, Integer cloneFromPosition, String cloneFromPassword, String cloneFromStorage, String password, String folder, String storage) throws ApiException
name
- Document name. (required)cloneFrom
- Name of the document to clone layoutSlide from. (required)cloneFromPosition
- Position of cloned layout slide. (required)cloneFromPassword
- Password for the document to clone layoutSlide from.cloneFromStorage
- Storage of the document to clone layoutSlide from.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call copyLayoutSlideAsync(String name, String cloneFrom, Integer cloneFromPosition, String cloneFromPassword, String cloneFromStorage, String password, String folder, String storage, ApiCallback<LayoutSlide> callback) throws ApiException
name
- Document name. (required)cloneFrom
- Name of the document to clone layoutSlide from. (required)cloneFromPosition
- Position of cloned layout slide. (required)cloneFromPassword
- Password for the document to clone layoutSlide from.cloneFromStorage
- Storage of the document to clone layoutSlide from.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
name
- Document name. (required)cloneFrom
- Name of the document to clone masterSlide from. (required)cloneFromPosition
- Position of cloned master slide. (required)cloneFromPassword
- Password for the document to clone masterSlide from.cloneFromStorage
- Storage of the document to clone masterSlide from.applyToAll
- True to apply cloned master slide to every existing slide.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic MasterSlide copyMasterSlide(String name, String cloneFrom, Integer cloneFromPosition, String cloneFromPassword, String cloneFromStorage, Boolean applyToAll, String password, String folder, String storage) throws ApiException
name
- Document name. (required)cloneFrom
- Name of the document to clone masterSlide from. (required)cloneFromPosition
- Position of cloned master slide. (required)cloneFromPassword
- Password for the document to clone masterSlide from.cloneFromStorage
- Storage of the document to clone masterSlide from.applyToAll
- True to apply cloned master slide to every existing slide.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<MasterSlide> copyMasterSlideWithHttpInfo(String name, String cloneFrom, Integer cloneFromPosition, String cloneFromPassword, String cloneFromStorage, Boolean applyToAll, String password, String folder, String storage) throws ApiException
name
- Document name. (required)cloneFrom
- Name of the document to clone masterSlide from. (required)cloneFromPosition
- Position of cloned master slide. (required)cloneFromPassword
- Password for the document to clone masterSlide from.cloneFromStorage
- Storage of the document to clone masterSlide from.applyToAll
- True to apply cloned master slide to every existing slide.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call copyMasterSlideAsync(String name, String cloneFrom, Integer cloneFromPosition, String cloneFromPassword, String cloneFromStorage, Boolean applyToAll, String password, String folder, String storage, ApiCallback<MasterSlide> callback) throws ApiException
name
- Document name. (required)cloneFrom
- Name of the document to clone masterSlide from. (required)cloneFromPosition
- Position of cloned master slide. (required)cloneFromPassword
- Password for the document to clone masterSlide from.cloneFromStorage
- Storage of the document to clone masterSlide from.applyToAll
- True to apply cloned master slide to every existing slide.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
name
- Document name. (required)slideToCopy
- The index of the slide to be copied from the source presentation. (required)position
- The target position at which to copy the slide. Copy to the end by default.source
- Name of the document to copy a slide from.sourcePassword
- Password for the document to copy a slide from.sourceStorage
- Template storage name.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Slides copySlide(String name, Integer slideToCopy, Integer position, String source, String sourcePassword, String sourceStorage, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideToCopy
- The index of the slide to be copied from the source presentation. (required)position
- The target position at which to copy the slide. Copy to the end by default.source
- Name of the document to copy a slide from.sourcePassword
- Password for the document to copy a slide from.sourceStorage
- Template storage name.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Slides> copySlideWithHttpInfo(String name, Integer slideToCopy, Integer position, String source, String sourcePassword, String sourceStorage, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideToCopy
- The index of the slide to be copied from the source presentation. (required)position
- The target position at which to copy the slide. Copy to the end by default.source
- Name of the document to copy a slide from.sourcePassword
- Password for the document to copy a slide from.sourceStorage
- Template storage name.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call copySlideAsync(String name, Integer slideToCopy, Integer position, String source, String sourcePassword, String sourceStorage, String password, String folder, String storage, ApiCallback<Slides> callback) throws ApiException
name
- Document name. (required)slideToCopy
- The index of the slide to be copied from the source presentation. (required)position
- The target position at which to copy the slide. Copy to the end by default.source
- Name of the document to copy a slide from.sourcePassword
- Password for the document to copy a slide from.sourceStorage
- Template storage name.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createAnimationEffectCall(String name, Integer slideIndex, Effect effect, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation createAnimationEffect(String name, Integer slideIndex, Effect effect, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> createAnimationEffectWithHttpInfo(String name, Integer slideIndex, Effect effect, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createAnimationEffectAsync(String name, Integer slideIndex, Effect effect, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createAnimationInteractiveSequenceCall(String name, Integer slideIndex, InteractiveSequence sequence, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequence
- Animation sequence DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation createAnimationInteractiveSequence(String name, Integer slideIndex, InteractiveSequence sequence, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequence
- Animation sequence DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> createAnimationInteractiveSequenceWithHttpInfo(String name, Integer slideIndex, InteractiveSequence sequence, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequence
- Animation sequence DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createAnimationInteractiveSequenceAsync(String name, Integer slideIndex, InteractiveSequence sequence, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequence
- Animation sequence DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createAnimationInteractiveSequenceEffectCall(String name, Integer slideIndex, Integer sequenceIndex, Effect effect, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequenceIndex
- The position of the interactive sequence. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation createAnimationInteractiveSequenceEffect(String name, Integer slideIndex, Integer sequenceIndex, Effect effect, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequenceIndex
- The position of the interactive sequence. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> createAnimationInteractiveSequenceEffectWithHttpInfo(String name, Integer slideIndex, Integer sequenceIndex, Effect effect, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequenceIndex
- The position of the interactive sequence. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createAnimationInteractiveSequenceEffectAsync(String name, Integer slideIndex, Integer sequenceIndex, Effect effect, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequenceIndex
- The position of the interactive sequence. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createChartCategoryCall(String name, Integer slideIndex, Integer shapeIndex, ChartCategory category, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)category
- Category DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Chart createChartCategory(String name, Integer slideIndex, Integer shapeIndex, ChartCategory category, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)category
- Category DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Chart> createChartCategoryWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, ChartCategory category, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)category
- Category DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createChartCategoryAsync(String name, Integer slideIndex, Integer shapeIndex, ChartCategory category, String password, String folder, String storage, ApiCallback<Chart> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)category
- Category DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createChartDataPointCall(String name, Integer slideIndex, Integer shapeIndex, Integer seriesIndex, DataPoint dataPoint, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)seriesIndex
- Series index. (required)dataPoint
- Data point DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Chart createChartDataPoint(String name, Integer slideIndex, Integer shapeIndex, Integer seriesIndex, DataPoint dataPoint, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)seriesIndex
- Series index. (required)dataPoint
- Data point DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Chart> createChartDataPointWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer seriesIndex, DataPoint dataPoint, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)seriesIndex
- Series index. (required)dataPoint
- Data point DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createChartDataPointAsync(String name, Integer slideIndex, Integer shapeIndex, Integer seriesIndex, DataPoint dataPoint, String password, String folder, String storage, ApiCallback<Chart> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)seriesIndex
- Series index. (required)dataPoint
- Data point DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createChartSeriesCall(String name, Integer slideIndex, Integer shapeIndex, Series series, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index (must be a chart). (required)series
- Series DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Chart createChartSeries(String name, Integer slideIndex, Integer shapeIndex, Series series, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index (must be a chart). (required)series
- Series DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Chart> createChartSeriesWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Series series, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index (must be a chart). (required)series
- Series DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createChartSeriesAsync(String name, Integer slideIndex, Integer shapeIndex, Series series, String password, String folder, String storage, ApiCallback<Chart> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index (must be a chart). (required)series
- Series DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createCommentCall(String name, Integer slideIndex, SlideCommentBase dto, Integer shapeIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- Comment DTO. (required)shapeIndex
- Shape index.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideComments createComment(String name, Integer slideIndex, SlideCommentBase dto, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- Comment DTO. (required)shapeIndex
- Shape index.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideComments> createCommentWithHttpInfo(String name, Integer slideIndex, SlideCommentBase dto, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- Comment DTO. (required)shapeIndex
- Shape index.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createCommentAsync(String name, Integer slideIndex, SlideCommentBase dto, Integer shapeIndex, String password, String folder, String storage, ApiCallback<SlideComments> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- Comment DTO. (required)shapeIndex
- Shape index.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createCommentOnlineCall(byte[] document, Integer slideIndex, SlideCommentBase dto, Integer shapeIndex, String password, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)dto
- Comment DTO. (required)shapeIndex
- Shape index.password
- Document password.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File createCommentOnline(byte[] document, Integer slideIndex, SlideCommentBase dto, Integer shapeIndex, String password) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)dto
- Comment DTO. (required)shapeIndex
- Shape index.password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> createCommentOnlineWithHttpInfo(byte[] document, Integer slideIndex, SlideCommentBase dto, Integer shapeIndex, String password) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)dto
- Comment DTO. (required)shapeIndex
- Shape index.password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createCommentOnlineAsync(byte[] document, Integer slideIndex, SlideCommentBase dto, Integer shapeIndex, String password, ApiCallback<File> callback) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)dto
- Comment DTO. (required)shapeIndex
- Shape index.password
- Document password.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createFolderCall(String path, String storageName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
path
- Folder path to create e.g. 'folder_1/folder_2/'storageName
- Storage nameprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void createFolder(String path, String storageName) throws ApiException
path
- Folder path to create e.g. 'folder_1/folder_2/'storageName
- Storage nameApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> createFolderWithHttpInfo(String path, String storageName) throws ApiException
path
- Folder path to create e.g. 'folder_1/folder_2/'storageName
- Storage nameApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createFolderAsync(String path, String storageName, ApiCallback<Void> callback) throws ApiException
path
- Folder path to create e.g. 'folder_1/folder_2/'storageName
- Storage namecallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createImageWatermarkCall(String name, byte[] image, PictureFrame pictureFrame, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)image
- Image data.pictureFrame
- PictureFrame DTOpassword
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void createImageWatermark(String name, byte[] image, PictureFrame pictureFrame, String password, String folder, String storage) throws ApiException
name
- Document name. (required)image
- Image data.pictureFrame
- PictureFrame DTOpassword
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> createImageWatermarkWithHttpInfo(String name, byte[] image, PictureFrame pictureFrame, String password, String folder, String storage) throws ApiException
name
- Document name. (required)image
- Image data.pictureFrame
- PictureFrame DTOpassword
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createImageWatermarkAsync(String name, byte[] image, PictureFrame pictureFrame, String password, String folder, String storage, ApiCallback<Void> callback) throws ApiException
name
- Document name. (required)image
- Image data.pictureFrame
- PictureFrame DTOpassword
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createImageWatermarkOnlineCall(byte[] document, byte[] image, PictureFrame pictureFrame, String password, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data. (required)image
- Image data.pictureFrame
- PictureFrame DTO.password
- Document password.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File createImageWatermarkOnline(byte[] document, byte[] image, PictureFrame pictureFrame, String password) throws ApiException
document
- Document data. (required)image
- Image data.pictureFrame
- PictureFrame DTO.password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> createImageWatermarkOnlineWithHttpInfo(byte[] document, byte[] image, PictureFrame pictureFrame, String password) throws ApiException
document
- Document data. (required)image
- Image data.pictureFrame
- PictureFrame DTO.password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createImageWatermarkOnlineAsync(byte[] document, byte[] image, PictureFrame pictureFrame, String password, ApiCallback<File> callback) throws ApiException
document
- Document data. (required)image
- Image data.pictureFrame
- PictureFrame DTO.password
- Document password.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createNotesSlideCall(String name, Integer slideIndex, NotesSlide dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- A NotesSlide object with notes slide data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic NotesSlide createNotesSlide(String name, Integer slideIndex, NotesSlide dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- A NotesSlide object with notes slide data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<NotesSlide> createNotesSlideWithHttpInfo(String name, Integer slideIndex, NotesSlide dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- A NotesSlide object with notes slide data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createNotesSlideAsync(String name, Integer slideIndex, NotesSlide dto, String password, String folder, String storage, ApiCallback<NotesSlide> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- A NotesSlide object with notes slide data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createParagraphCall(String name, Integer slideIndex, Integer shapeIndex, Paragraph dto, Integer position, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)dto
- Paragraph DTO. (required)position
- Position of the new paragraph in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraph createParagraph(String name, Integer slideIndex, Integer shapeIndex, Paragraph dto, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)dto
- Paragraph DTO. (required)position
- Position of the new paragraph in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraph> createParagraphWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Paragraph dto, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)dto
- Paragraph DTO. (required)position
- Position of the new paragraph in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createParagraphAsync(String name, Integer slideIndex, Integer shapeIndex, Paragraph dto, Integer position, String password, String folder, String storage, ApiCallback<Paragraph> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)dto
- Paragraph DTO. (required)position
- Position of the new paragraph in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createPortionCall(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Portion dto, Integer position, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Portion DTO. (required)position
- Position of the new portion in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portion createPortion(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Portion dto, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Portion DTO. (required)position
- Position of the new portion in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portion> createPortionWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Portion dto, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Portion DTO. (required)position
- Position of the new portion in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createPortionAsync(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Portion dto, Integer position, String password, String folder, String storage, ApiCallback<Portion> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Portion DTO. (required)position
- Position of the new portion in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createPresentationCall(String name, byte[] data, String inputPassword, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)data
- Source presentation binary data.inputPassword
- The password for source presentation.password
- The document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Document createPresentation(String name, byte[] data, String inputPassword, String password, String folder, String storage) throws ApiException
name
- Document name. (required)data
- Source presentation binary data.inputPassword
- The password for source presentation.password
- The document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Document> createPresentationWithHttpInfo(String name, byte[] data, String inputPassword, String password, String folder, String storage) throws ApiException
name
- Document name. (required)data
- Source presentation binary data.inputPassword
- The password for source presentation.password
- The document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createPresentationAsync(String name, byte[] data, String inputPassword, String password, String folder, String storage, ApiCallback<Document> callback) throws ApiException
name
- Document name. (required)data
- Source presentation binary data.inputPassword
- The password for source presentation.password
- The document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createPresentationFromSourceCall(String name, String sourcePath, String sourcePassword, String sourceStorage, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)sourcePath
- Source file path.sourcePassword
- Source file password.sourceStorage
- Source storage name.password
- The document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Document createPresentationFromSource(String name, String sourcePath, String sourcePassword, String sourceStorage, String password, String folder, String storage) throws ApiException
name
- Document name. (required)sourcePath
- Source file path.sourcePassword
- Source file password.sourceStorage
- Source storage name.password
- The document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Document> createPresentationFromSourceWithHttpInfo(String name, String sourcePath, String sourcePassword, String sourceStorage, String password, String folder, String storage) throws ApiException
name
- Document name. (required)sourcePath
- Source file path.sourcePassword
- Source file password.sourceStorage
- Source storage name.password
- The document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createPresentationFromSourceAsync(String name, String sourcePath, String sourcePassword, String sourceStorage, String password, String folder, String storage, ApiCallback<Document> callback) throws ApiException
name
- Document name. (required)sourcePath
- Source file path.sourcePassword
- Source file password.sourceStorage
- Source storage name.password
- The document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
name
- Document name. (required)templatePath
- Template file path. (required)data
- Document input data.templatePassword
- Template file password.templateStorage
- Template storage name.isImageDataEmbedded
- True if image data is embedded.password
- The document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Document createPresentationFromTemplate(String name, String templatePath, String data, String templatePassword, String templateStorage, Boolean isImageDataEmbedded, String password, String folder, String storage) throws ApiException
name
- Document name. (required)templatePath
- Template file path. (required)data
- Document input data.templatePassword
- Template file password.templateStorage
- Template storage name.isImageDataEmbedded
- True if image data is embedded.password
- The document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Document> createPresentationFromTemplateWithHttpInfo(String name, String templatePath, String data, String templatePassword, String templateStorage, Boolean isImageDataEmbedded, String password, String folder, String storage) throws ApiException
name
- Document name. (required)templatePath
- Template file path. (required)data
- Document input data.templatePassword
- Template file password.templateStorage
- Template storage name.isImageDataEmbedded
- True if image data is embedded.password
- The document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createPresentationFromTemplateAsync(String name, String templatePath, String data, String templatePassword, String templateStorage, Boolean isImageDataEmbedded, String password, String folder, String storage, ApiCallback<Document> callback) throws ApiException
name
- Document name. (required)templatePath
- Template file path. (required)data
- Document input data.templatePassword
- Template file password.templateStorage
- Template storage name.isImageDataEmbedded
- True if image data is embedded.password
- The document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createSectionCall(String name, String sectionName, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)sectionName
- Section name. (required)slideIndex
- Slide index (one-based). (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Sections createSection(String name, String sectionName, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)sectionName
- Section name. (required)slideIndex
- Slide index (one-based). (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Sections> createSectionWithHttpInfo(String name, String sectionName, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)sectionName
- Section name. (required)slideIndex
- Slide index (one-based). (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createSectionAsync(String name, String sectionName, Integer slideIndex, String password, String folder, String storage, ApiCallback<Sections> callback) throws ApiException
name
- Document name. (required)sectionName
- Section name. (required)slideIndex
- Slide index (one-based). (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createShapeCall(String name, Integer slideIndex, ShapeBase dto, Integer shapeToClone, Integer position, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- Shape DTO.shapeToClone
- Optional index for clone shape instead of adding a new one.position
- Position of the new shape in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ShapeBase createShape(String name, Integer slideIndex, ShapeBase dto, Integer shapeToClone, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- Shape DTO.shapeToClone
- Optional index for clone shape instead of adding a new one.position
- Position of the new shape in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ShapeBase> createShapeWithHttpInfo(String name, Integer slideIndex, ShapeBase dto, Integer shapeToClone, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- Shape DTO.shapeToClone
- Optional index for clone shape instead of adding a new one.position
- Position of the new shape in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createShapeAsync(String name, Integer slideIndex, ShapeBase dto, Integer shapeToClone, Integer position, String password, String folder, String storage, ApiCallback<ShapeBase> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- Shape DTO.shapeToClone
- Optional index for clone shape instead of adding a new one.position
- Position of the new shape in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createSlideCall(String name, String layoutAlias, Integer position, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)layoutAlias
- Alias of layout slide for new slide. Alias may be the type of layout, name of layout slide or indexposition
- The target position at which to create the slide. Add to the end by default.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Slides createSlide(String name, String layoutAlias, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)layoutAlias
- Alias of layout slide for new slide. Alias may be the type of layout, name of layout slide or indexposition
- The target position at which to create the slide. Add to the end by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Slides> createSlideWithHttpInfo(String name, String layoutAlias, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)layoutAlias
- Alias of layout slide for new slide. Alias may be the type of layout, name of layout slide or indexposition
- The target position at which to create the slide. Add to the end by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createSlideAsync(String name, String layoutAlias, Integer position, String password, String folder, String storage, ApiCallback<Slides> callback) throws ApiException
name
- Document name. (required)layoutAlias
- Alias of layout slide for new slide. Alias may be the type of layout, name of layout slide or indexposition
- The target position at which to create the slide. Add to the end by default.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createSpecialSlideAnimationEffectCall(String name, Integer slideIndex, SpecialSlideType slideType, Effect effect, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation createSpecialSlideAnimationEffect(String name, Integer slideIndex, SpecialSlideType slideType, Effect effect, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> createSpecialSlideAnimationEffectWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Effect effect, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createSpecialSlideAnimationEffectAsync(String name, Integer slideIndex, SpecialSlideType slideType, Effect effect, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createSpecialSlideAnimationInteractiveSequenceCall(String name, Integer slideIndex, SpecialSlideType slideType, InteractiveSequence sequence, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequence
- Animation sequence DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation createSpecialSlideAnimationInteractiveSequence(String name, Integer slideIndex, SpecialSlideType slideType, InteractiveSequence sequence, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequence
- Animation sequence DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> createSpecialSlideAnimationInteractiveSequenceWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, InteractiveSequence sequence, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequence
- Animation sequence DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createSpecialSlideAnimationInteractiveSequenceAsync(String name, Integer slideIndex, SpecialSlideType slideType, InteractiveSequence sequence, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequence
- Animation sequence DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createSpecialSlideAnimationInteractiveSequenceEffectCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer sequenceIndex, Effect effect, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequenceIndex
- The position of the interactive sequence. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation createSpecialSlideAnimationInteractiveSequenceEffect(String name, Integer slideIndex, SpecialSlideType slideType, Integer sequenceIndex, Effect effect, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequenceIndex
- The position of the interactive sequence. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> createSpecialSlideAnimationInteractiveSequenceEffectWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer sequenceIndex, Effect effect, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequenceIndex
- The position of the interactive sequence. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createSpecialSlideAnimationInteractiveSequenceEffectAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer sequenceIndex, Effect effect, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequenceIndex
- The position of the interactive sequence. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createSpecialSlideParagraphCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Paragraph dto, Integer position, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)dto
- Paragraph DTO. (required)position
- Position of the new paragraph in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraph createSpecialSlideParagraph(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Paragraph dto, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)dto
- Paragraph DTO. (required)position
- Position of the new paragraph in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraph> createSpecialSlideParagraphWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Paragraph dto, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)dto
- Paragraph DTO. (required)position
- Position of the new paragraph in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createSpecialSlideParagraphAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Paragraph dto, Integer position, String password, String folder, String storage, ApiCallback<Paragraph> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)dto
- Paragraph DTO. (required)position
- Position of the new paragraph in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createSpecialSlidePortionCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Portion dto, Integer position, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Portion DTO. (required)position
- Position of the new portion in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portion createSpecialSlidePortion(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Portion dto, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Portion DTO. (required)position
- Position of the new portion in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portion> createSpecialSlidePortionWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Portion dto, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Portion DTO. (required)position
- Position of the new portion in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createSpecialSlidePortionAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Portion dto, Integer position, String password, String folder, String storage, ApiCallback<Portion> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Portion DTO. (required)position
- Position of the new portion in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createSpecialSlideShapeCall(String name, Integer slideIndex, SpecialSlideType slideType, ShapeBase dto, Integer shapeToClone, Integer position, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)dto
- Shape DTO.shapeToClone
- Optional index for clone shape instead of adding a new one.position
- Position of the new shape in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ShapeBase createSpecialSlideShape(String name, Integer slideIndex, SpecialSlideType slideType, ShapeBase dto, Integer shapeToClone, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)dto
- Shape DTO.shapeToClone
- Optional index for clone shape instead of adding a new one.position
- Position of the new shape in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ShapeBase> createSpecialSlideShapeWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, ShapeBase dto, Integer shapeToClone, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)dto
- Shape DTO.shapeToClone
- Optional index for clone shape instead of adding a new one.position
- Position of the new shape in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createSpecialSlideShapeAsync(String name, Integer slideIndex, SpecialSlideType slideType, ShapeBase dto, Integer shapeToClone, Integer position, String password, String folder, String storage, ApiCallback<ShapeBase> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)dto
- Shape DTO.shapeToClone
- Optional index for clone shape instead of adding a new one.position
- Position of the new shape in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createSpecialSlideSubshapeCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, ShapeBase dto, Integer shapeToClone, Integer position, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.dto
- Shape DTO.shapeToClone
- Optional index for clone shape instead of adding a new one.position
- Position of the new shape in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ShapeBase createSpecialSlideSubshape(String name, Integer slideIndex, SpecialSlideType slideType, String path, ShapeBase dto, Integer shapeToClone, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.dto
- Shape DTO.shapeToClone
- Optional index for clone shape instead of adding a new one.position
- Position of the new shape in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ShapeBase> createSpecialSlideSubshapeWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, ShapeBase dto, Integer shapeToClone, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.dto
- Shape DTO.shapeToClone
- Optional index for clone shape instead of adding a new one.position
- Position of the new shape in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createSpecialSlideSubshapeAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, ShapeBase dto, Integer shapeToClone, Integer position, String password, String folder, String storage, ApiCallback<ShapeBase> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.dto
- Shape DTO.shapeToClone
- Optional index for clone shape instead of adding a new one.position
- Position of the new shape in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createSpecialSlideSubshapeParagraphCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Paragraph dto, Integer position, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)dto
- Paragraph DTO. (required)position
- Position of the new paragraph in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraph createSpecialSlideSubshapeParagraph(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Paragraph dto, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)dto
- Paragraph DTO. (required)position
- Position of the new paragraph in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraph> createSpecialSlideSubshapeParagraphWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Paragraph dto, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)dto
- Paragraph DTO. (required)position
- Position of the new paragraph in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createSpecialSlideSubshapeParagraphAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Paragraph dto, Integer position, String password, String folder, String storage, ApiCallback<Paragraph> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)dto
- Paragraph DTO. (required)position
- Position of the new paragraph in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createSpecialSlideSubshapePortionCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Portion dto, Integer position, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Portion DTO. (required)position
- Position of the new portion in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portion createSpecialSlideSubshapePortion(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Portion dto, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Portion DTO. (required)position
- Position of the new portion in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portion> createSpecialSlideSubshapePortionWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Portion dto, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Portion DTO. (required)position
- Position of the new portion in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createSpecialSlideSubshapePortionAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Portion dto, Integer position, String password, String folder, String storage, ApiCallback<Portion> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Portion DTO. (required)position
- Position of the new portion in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createSubshapeCall(String name, Integer slideIndex, String path, ShapeBase dto, Integer shapeToClone, Integer position, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.dto
- Shape DTO.shapeToClone
- Optional index for clone shape instead of adding a new one.position
- Position of the new shape in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ShapeBase createSubshape(String name, Integer slideIndex, String path, ShapeBase dto, Integer shapeToClone, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.dto
- Shape DTO.shapeToClone
- Optional index for clone shape instead of adding a new one.position
- Position of the new shape in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ShapeBase> createSubshapeWithHttpInfo(String name, Integer slideIndex, String path, ShapeBase dto, Integer shapeToClone, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.dto
- Shape DTO.shapeToClone
- Optional index for clone shape instead of adding a new one.position
- Position of the new shape in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createSubshapeAsync(String name, Integer slideIndex, String path, ShapeBase dto, Integer shapeToClone, Integer position, String password, String folder, String storage, ApiCallback<ShapeBase> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.dto
- Shape DTO.shapeToClone
- Optional index for clone shape instead of adding a new one.position
- Position of the new shape in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createSubshapeParagraphCall(String name, Integer slideIndex, String path, Integer shapeIndex, Paragraph dto, Integer position, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)dto
- Paragraph DTO. (required)position
- Position of the new paragraph in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraph createSubshapeParagraph(String name, Integer slideIndex, String path, Integer shapeIndex, Paragraph dto, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)dto
- Paragraph DTO. (required)position
- Position of the new paragraph in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraph> createSubshapeParagraphWithHttpInfo(String name, Integer slideIndex, String path, Integer shapeIndex, Paragraph dto, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)dto
- Paragraph DTO. (required)position
- Position of the new paragraph in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createSubshapeParagraphAsync(String name, Integer slideIndex, String path, Integer shapeIndex, Paragraph dto, Integer position, String password, String folder, String storage, ApiCallback<Paragraph> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)dto
- Paragraph DTO. (required)position
- Position of the new paragraph in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createSubshapePortionCall(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Portion dto, Integer position, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Portion DTO. (required)position
- Position of the new portion in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portion createSubshapePortion(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Portion dto, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Portion DTO. (required)position
- Position of the new portion in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portion> createSubshapePortionWithHttpInfo(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Portion dto, Integer position, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Portion DTO. (required)position
- Position of the new portion in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createSubshapePortionAsync(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Portion dto, Integer position, String password, String folder, String storage, ApiCallback<Portion> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Portion DTO. (required)position
- Position of the new portion in the list. Default is at the end of the list.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
name
- Document name. (required)shape
- Shape DTOfontHeight
- Watermark font height.text
- Watermark text.fontName
- Watermark font name.fontColor
- Watermark font color.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void createWatermark(String name, Shape shape, Double fontHeight, String text, String fontName, String fontColor, String password, String folder, String storage) throws ApiException
name
- Document name. (required)shape
- Shape DTOfontHeight
- Watermark font height.text
- Watermark text.fontName
- Watermark font name.fontColor
- Watermark font color.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> createWatermarkWithHttpInfo(String name, Shape shape, Double fontHeight, String text, String fontName, String fontColor, String password, String folder, String storage) throws ApiException
name
- Document name. (required)shape
- Shape DTOfontHeight
- Watermark font height.text
- Watermark text.fontName
- Watermark font name.fontColor
- Watermark font color.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createWatermarkAsync(String name, Shape shape, Double fontHeight, String text, String fontName, String fontColor, String password, String folder, String storage, ApiCallback<Void> callback) throws ApiException
name
- Document name. (required)shape
- Shape DTOfontHeight
- Watermark font height.text
- Watermark text.fontName
- Watermark font name.fontColor
- Watermark font color.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call createWatermarkOnlineCall(byte[] document, Shape shape, Double fontHeight, String text, String fontName, String fontColor, String password, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data. (required)shape
- Shape DTOfontHeight
- Watermark font height.text
- Watermark text.fontName
- Watermark font name.fontColor
- Watermark font color.password
- Document password.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File createWatermarkOnline(byte[] document, Shape shape, Double fontHeight, String text, String fontName, String fontColor, String password) throws ApiException
document
- Document data. (required)shape
- Shape DTOfontHeight
- Watermark font height.text
- Watermark text.fontName
- Watermark font name.fontColor
- Watermark font color.password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> createWatermarkOnlineWithHttpInfo(byte[] document, Shape shape, Double fontHeight, String text, String fontName, String fontColor, String password) throws ApiException
document
- Document data. (required)shape
- Shape DTOfontHeight
- Watermark font height.text
- Watermark text.fontName
- Watermark font name.fontColor
- Watermark font color.password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createWatermarkOnlineAsync(byte[] document, Shape shape, Double fontHeight, String text, String fontName, String fontColor, String password, ApiCallback<File> callback) throws ApiException
document
- Document data. (required)shape
- Shape DTOfontHeight
- Watermark font height.text
- Watermark text.fontName
- Watermark font name.fontColor
- Watermark font color.password
- Document password.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteAnimationCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation deleteAnimation(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> deleteAnimationWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteAnimationAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteAnimationEffectCall(String name, Integer slideIndex, Integer effectIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)effectIndex
- Index of the effect to be removed. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation deleteAnimationEffect(String name, Integer slideIndex, Integer effectIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)effectIndex
- Index of the effect to be removed. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> deleteAnimationEffectWithHttpInfo(String name, Integer slideIndex, Integer effectIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)effectIndex
- Index of the effect to be removed. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteAnimationEffectAsync(String name, Integer slideIndex, Integer effectIndex, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)effectIndex
- Index of the effect to be removed. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteAnimationInteractiveSequenceCall(String name, Integer slideIndex, Integer sequenceIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequenceIndex
- The index of an interactive sequence to be deleted. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation deleteAnimationInteractiveSequence(String name, Integer slideIndex, Integer sequenceIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequenceIndex
- The index of an interactive sequence to be deleted. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> deleteAnimationInteractiveSequenceWithHttpInfo(String name, Integer slideIndex, Integer sequenceIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequenceIndex
- The index of an interactive sequence to be deleted. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteAnimationInteractiveSequenceAsync(String name, Integer slideIndex, Integer sequenceIndex, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequenceIndex
- The index of an interactive sequence to be deleted. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteAnimationInteractiveSequenceEffectCall(String name, Integer slideIndex, Integer sequenceIndex, Integer effectIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequenceIndex
- Interactive sequence index. (required)effectIndex
- Index of the effect to be removed. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation deleteAnimationInteractiveSequenceEffect(String name, Integer slideIndex, Integer sequenceIndex, Integer effectIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequenceIndex
- Interactive sequence index. (required)effectIndex
- Index of the effect to be removed. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> deleteAnimationInteractiveSequenceEffectWithHttpInfo(String name, Integer slideIndex, Integer sequenceIndex, Integer effectIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequenceIndex
- Interactive sequence index. (required)effectIndex
- Index of the effect to be removed. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteAnimationInteractiveSequenceEffectAsync(String name, Integer slideIndex, Integer sequenceIndex, Integer effectIndex, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequenceIndex
- Interactive sequence index. (required)effectIndex
- Index of the effect to be removed. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteAnimationInteractiveSequencesCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation deleteAnimationInteractiveSequences(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> deleteAnimationInteractiveSequencesWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteAnimationInteractiveSequencesAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteAnimationMainSequenceCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation deleteAnimationMainSequence(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> deleteAnimationMainSequenceWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteAnimationMainSequenceAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteBackgroundCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideBackground deleteBackground(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideBackground> deleteBackgroundWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteBackgroundAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<SlideBackground> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteChartCategoryCall(String name, Integer slideIndex, Integer shapeIndex, Integer categoryIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)categoryIndex
- Category index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Chart deleteChartCategory(String name, Integer slideIndex, Integer shapeIndex, Integer categoryIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)categoryIndex
- Category index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Chart> deleteChartCategoryWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer categoryIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)categoryIndex
- Category index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteChartCategoryAsync(String name, Integer slideIndex, Integer shapeIndex, Integer categoryIndex, String password, String folder, String storage, ApiCallback<Chart> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)categoryIndex
- Category index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteChartDataPointCall(String name, Integer slideIndex, Integer shapeIndex, Integer seriesIndex, Integer pointIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)seriesIndex
- Series index. (required)pointIndex
- Data point index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Chart deleteChartDataPoint(String name, Integer slideIndex, Integer shapeIndex, Integer seriesIndex, Integer pointIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)seriesIndex
- Series index. (required)pointIndex
- Data point index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Chart> deleteChartDataPointWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer seriesIndex, Integer pointIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)seriesIndex
- Series index. (required)pointIndex
- Data point index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteChartDataPointAsync(String name, Integer slideIndex, Integer shapeIndex, Integer seriesIndex, Integer pointIndex, String password, String folder, String storage, ApiCallback<Chart> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)seriesIndex
- Series index. (required)pointIndex
- Data point index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteChartSeriesCall(String name, Integer slideIndex, Integer shapeIndex, Integer seriesIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index (must be a chart). (required)seriesIndex
- Series index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Chart deleteChartSeries(String name, Integer slideIndex, Integer shapeIndex, Integer seriesIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index (must be a chart). (required)seriesIndex
- Series index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Chart> deleteChartSeriesWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer seriesIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index (must be a chart). (required)seriesIndex
- Series index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteChartSeriesAsync(String name, Integer slideIndex, Integer shapeIndex, Integer seriesIndex, String password, String folder, String storage, ApiCallback<Chart> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index (must be a chart). (required)seriesIndex
- Series index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteCommentsCall(String name, String author, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)author
- Author of comments.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void deleteComments(String name, String author, String password, String folder, String storage) throws ApiException
name
- Document name. (required)author
- Author of comments.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> deleteCommentsWithHttpInfo(String name, String author, String password, String folder, String storage) throws ApiException
name
- Document name. (required)author
- Author of comments.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteCommentsAsync(String name, String author, String password, String folder, String storage, ApiCallback<Void> callback) throws ApiException
name
- Document name. (required)author
- Author of comments.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteCommentsOnlineCall(byte[] document, String author, String password, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data. (required)author
- Author of comments.password
- Document password.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File deleteCommentsOnline(byte[] document, String author, String password) throws ApiException
document
- Document data. (required)author
- Author of comments.password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> deleteCommentsOnlineWithHttpInfo(byte[] document, String author, String password) throws ApiException
document
- Document data. (required)author
- Author of comments.password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteCommentsOnlineAsync(byte[] document, String author, String password, ApiCallback<File> callback) throws ApiException
document
- Document data. (required)author
- Author of comments.password
- Document password.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteDocumentPropertiesCall(String name, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DocumentProperties deleteDocumentProperties(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentProperties> deleteDocumentPropertiesWithHttpInfo(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteDocumentPropertiesAsync(String name, String password, String folder, String storage, ApiCallback<DocumentProperties> callback) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteDocumentPropertyCall(String name, String propertyName, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)propertyName
- The property name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DocumentProperties deleteDocumentProperty(String name, String propertyName, String password, String folder, String storage) throws ApiException
name
- Document name. (required)propertyName
- The property name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentProperties> deleteDocumentPropertyWithHttpInfo(String name, String propertyName, String password, String folder, String storage) throws ApiException
name
- Document name. (required)propertyName
- The property name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteDocumentPropertyAsync(String name, String propertyName, String password, String folder, String storage, ApiCallback<DocumentProperties> callback) throws ApiException
name
- Document name. (required)propertyName
- The property name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteFileCall(String path, String storageName, String versionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
path
- File path e.g. '/folder/file.ext'storageName
- Storage nameversionId
- File version ID to deleteprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void deleteFile(String path, String storageName, String versionId) throws ApiException
path
- File path e.g. '/folder/file.ext'storageName
- Storage nameversionId
- File version ID to deleteApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> deleteFileWithHttpInfo(String path, String storageName, String versionId) throws ApiException
path
- File path e.g. '/folder/file.ext'storageName
- Storage nameversionId
- File version ID to deleteApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteFileAsync(String path, String storageName, String versionId, ApiCallback<Void> callback) throws ApiException
path
- File path e.g. '/folder/file.ext'storageName
- Storage nameversionId
- File version ID to deletecallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteFolderCall(String path, String storageName, Boolean recursive, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
path
- Folder path e.g. '/folder'storageName
- Storage namerecursive
- Enable to delete folders, subfolders and filesprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void deleteFolder(String path, String storageName, Boolean recursive) throws ApiException
path
- Folder path e.g. '/folder'storageName
- Storage namerecursive
- Enable to delete folders, subfolders and filesApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> deleteFolderWithHttpInfo(String path, String storageName, Boolean recursive) throws ApiException
path
- Folder path e.g. '/folder'storageName
- Storage namerecursive
- Enable to delete folders, subfolders and filesApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteFolderAsync(String path, String storageName, Boolean recursive, ApiCallback<Void> callback) throws ApiException
path
- Folder path e.g. '/folder'storageName
- Storage namerecursive
- Enable to delete folders, subfolders and filescallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteNotesSlideCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Slide deleteNotesSlide(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Slide> deleteNotesSlideWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteNotesSlideAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<Slide> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteParagraphCall(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraphs deleteParagraph(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraphs> deleteParagraphWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteParagraphAsync(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ApiCallback<Paragraphs> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteParagraphsCall(String name, Integer slideIndex, Integer shapeIndex, List<Integer> paragraphs, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphs
- The indices of the paragraphs to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraphs deleteParagraphs(String name, Integer slideIndex, Integer shapeIndex, List<Integer> paragraphs, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphs
- The indices of the paragraphs to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraphs> deleteParagraphsWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, List<Integer> paragraphs, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphs
- The indices of the paragraphs to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteParagraphsAsync(String name, Integer slideIndex, Integer shapeIndex, List<Integer> paragraphs, String password, String folder, String storage, ApiCallback<Paragraphs> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphs
- The indices of the paragraphs to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deletePortionCall(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portions deletePortion(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portions> deletePortionWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deletePortionAsync(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ApiCallback<Portions> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deletePortionsCall(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, List<Integer> portions, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portions
- The indices of the portions to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portions deletePortions(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, List<Integer> portions, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portions
- The indices of the portions to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portions> deletePortionsWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, List<Integer> portions, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portions
- The indices of the portions to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deletePortionsAsync(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, List<Integer> portions, String password, String folder, String storage, ApiCallback<Portions> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portions
- The indices of the portions to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteProtectionCall(String name, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)password
- Presentation password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ProtectionProperties deleteProtection(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Presentation password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ProtectionProperties> deleteProtectionWithHttpInfo(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Presentation password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteProtectionAsync(String name, String password, String folder, String storage, ApiCallback<ProtectionProperties> callback) throws ApiException
name
- Document name. (required)password
- Presentation password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteProtectionOnlineCall(byte[] document, String password, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data. (required)password
- Presentation password. (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File deleteProtectionOnline(byte[] document, String password) throws ApiException
document
- Document data. (required)password
- Presentation password. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> deleteProtectionOnlineWithHttpInfo(byte[] document, String password) throws ApiException
document
- Document data. (required)password
- Presentation password. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteProtectionOnlineAsync(byte[] document, String password, ApiCallback<File> callback) throws ApiException
document
- Document data. (required)password
- Presentation password. (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSectionCall(String name, Integer sectionIndex, Boolean withSlides, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)sectionIndex
- Section index. (required)withSlides
- True to delete the slides related to the deleted section; move them to the remaining sections otherwise.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Sections deleteSection(String name, Integer sectionIndex, Boolean withSlides, String password, String folder, String storage) throws ApiException
name
- Document name. (required)sectionIndex
- Section index. (required)withSlides
- True to delete the slides related to the deleted section; move them to the remaining sections otherwise.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Sections> deleteSectionWithHttpInfo(String name, Integer sectionIndex, Boolean withSlides, String password, String folder, String storage) throws ApiException
name
- Document name. (required)sectionIndex
- Section index. (required)withSlides
- True to delete the slides related to the deleted section; move them to the remaining sections otherwise.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSectionAsync(String name, Integer sectionIndex, Boolean withSlides, String password, String folder, String storage, ApiCallback<Sections> callback) throws ApiException
name
- Document name. (required)sectionIndex
- Section index. (required)withSlides
- True to delete the slides related to the deleted section; move them to the remaining sections otherwise.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSectionsCall(String name, List<Integer> sections, Boolean withSlides, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)sections
- The indices of the sections to be deleted; delete all by default.withSlides
- True to delete the slides related to the deleted sections; move them to the remaining sections otherwise.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Sections deleteSections(String name, List<Integer> sections, Boolean withSlides, String password, String folder, String storage) throws ApiException
name
- Document name. (required)sections
- The indices of the sections to be deleted; delete all by default.withSlides
- True to delete the slides related to the deleted sections; move them to the remaining sections otherwise.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Sections> deleteSectionsWithHttpInfo(String name, List<Integer> sections, Boolean withSlides, String password, String folder, String storage) throws ApiException
name
- Document name. (required)sections
- The indices of the sections to be deleted; delete all by default.withSlides
- True to delete the slides related to the deleted sections; move them to the remaining sections otherwise.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSectionsAsync(String name, List<Integer> sections, Boolean withSlides, String password, String folder, String storage, ApiCallback<Sections> callback) throws ApiException
name
- Document name. (required)sections
- The indices of the sections to be deleted; delete all by default.withSlides
- True to delete the slides related to the deleted sections; move them to the remaining sections otherwise.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteShapeCall(String name, Integer slideIndex, Integer shapeIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Shapes deleteShape(String name, Integer slideIndex, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Shapes> deleteShapeWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteShapeAsync(String name, Integer slideIndex, Integer shapeIndex, String password, String folder, String storage, ApiCallback<Shapes> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteShapesCall(String name, Integer slideIndex, List<Integer> shapes, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapes
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Shapes deleteShapes(String name, Integer slideIndex, List<Integer> shapes, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapes
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Shapes> deleteShapesWithHttpInfo(String name, Integer slideIndex, List<Integer> shapes, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapes
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteShapesAsync(String name, Integer slideIndex, List<Integer> shapes, String password, String folder, String storage, ApiCallback<Shapes> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapes
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSlideCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Slides deleteSlide(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Slides> deleteSlideWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSlideAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<Slides> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSlideCommentsCall(String name, Integer slideIndex, String author, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)author
- Author of comments.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideComments deleteSlideComments(String name, Integer slideIndex, String author, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)author
- Author of comments.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideComments> deleteSlideCommentsWithHttpInfo(String name, Integer slideIndex, String author, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)author
- Author of comments.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSlideCommentsAsync(String name, Integer slideIndex, String author, String password, String folder, String storage, ApiCallback<SlideComments> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)author
- Author of comments.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSlideCommentsOnlineCall(byte[] document, Integer slideIndex, String author, String password, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data. (required)slideIndex
- (required)author
- Author of comments.password
- Document password.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File deleteSlideCommentsOnline(byte[] document, Integer slideIndex, String author, String password) throws ApiException
document
- Document data. (required)slideIndex
- (required)author
- Author of comments.password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> deleteSlideCommentsOnlineWithHttpInfo(byte[] document, Integer slideIndex, String author, String password) throws ApiException
document
- Document data. (required)slideIndex
- (required)author
- Author of comments.password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSlideCommentsOnlineAsync(byte[] document, Integer slideIndex, String author, String password, ApiCallback<File> callback) throws ApiException
document
- Document data. (required)slideIndex
- (required)author
- Author of comments.password
- Document password.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSlidesCall(String name, List<Integer> slides, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slides
- The indices of the slides to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Slides deleteSlides(String name, List<Integer> slides, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slides
- The indices of the slides to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Slides> deleteSlidesWithHttpInfo(String name, List<Integer> slides, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slides
- The indices of the slides to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSlidesAsync(String name, List<Integer> slides, String password, String folder, String storage, ApiCallback<Slides> callback) throws ApiException
name
- Document name. (required)slides
- The indices of the slides to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSpecialSlideAnimationCall(String name, Integer slideIndex, SpecialSlideType slideType, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation deleteSpecialSlideAnimation(String name, Integer slideIndex, SpecialSlideType slideType, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> deleteSpecialSlideAnimationWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSpecialSlideAnimationAsync(String name, Integer slideIndex, SpecialSlideType slideType, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSpecialSlideAnimationEffectCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer effectIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)effectIndex
- Index of the effect to be removed. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation deleteSpecialSlideAnimationEffect(String name, Integer slideIndex, SpecialSlideType slideType, Integer effectIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)effectIndex
- Index of the effect to be removed. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> deleteSpecialSlideAnimationEffectWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer effectIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)effectIndex
- Index of the effect to be removed. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSpecialSlideAnimationEffectAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer effectIndex, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)effectIndex
- Index of the effect to be removed. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSpecialSlideAnimationInteractiveSequenceCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer sequenceIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequenceIndex
- The index of an interactive sequence to be deleted. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation deleteSpecialSlideAnimationInteractiveSequence(String name, Integer slideIndex, SpecialSlideType slideType, Integer sequenceIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequenceIndex
- The index of an interactive sequence to be deleted. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> deleteSpecialSlideAnimationInteractiveSequenceWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer sequenceIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequenceIndex
- The index of an interactive sequence to be deleted. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSpecialSlideAnimationInteractiveSequenceAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer sequenceIndex, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequenceIndex
- The index of an interactive sequence to be deleted. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSpecialSlideAnimationInteractiveSequenceEffectCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer sequenceIndex, Integer effectIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequenceIndex
- Interactive sequence index. (required)effectIndex
- Index of the effect to be removed. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation deleteSpecialSlideAnimationInteractiveSequenceEffect(String name, Integer slideIndex, SpecialSlideType slideType, Integer sequenceIndex, Integer effectIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequenceIndex
- Interactive sequence index. (required)effectIndex
- Index of the effect to be removed. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> deleteSpecialSlideAnimationInteractiveSequenceEffectWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer sequenceIndex, Integer effectIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequenceIndex
- Interactive sequence index. (required)effectIndex
- Index of the effect to be removed. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSpecialSlideAnimationInteractiveSequenceEffectAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer sequenceIndex, Integer effectIndex, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequenceIndex
- Interactive sequence index. (required)effectIndex
- Index of the effect to be removed. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSpecialSlideAnimationInteractiveSequencesCall(String name, Integer slideIndex, SpecialSlideType slideType, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation deleteSpecialSlideAnimationInteractiveSequences(String name, Integer slideIndex, SpecialSlideType slideType, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> deleteSpecialSlideAnimationInteractiveSequencesWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSpecialSlideAnimationInteractiveSequencesAsync(String name, Integer slideIndex, SpecialSlideType slideType, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSpecialSlideAnimationMainSequenceCall(String name, Integer slideIndex, SpecialSlideType slideType, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation deleteSpecialSlideAnimationMainSequence(String name, Integer slideIndex, SpecialSlideType slideType, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> deleteSpecialSlideAnimationMainSequenceWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSpecialSlideAnimationMainSequenceAsync(String name, Integer slideIndex, SpecialSlideType slideType, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSpecialSlideParagraphCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraphs deleteSpecialSlideParagraph(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraphs> deleteSpecialSlideParagraphWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSpecialSlideParagraphAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ApiCallback<Paragraphs> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSpecialSlideParagraphsCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, List<Integer> paragraphs, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphs
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraphs deleteSpecialSlideParagraphs(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, List<Integer> paragraphs, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphs
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraphs> deleteSpecialSlideParagraphsWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, List<Integer> paragraphs, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphs
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSpecialSlideParagraphsAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, List<Integer> paragraphs, String password, String folder, String storage, ApiCallback<Paragraphs> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphs
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSpecialSlidePortionCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portions deleteSpecialSlidePortion(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portions> deleteSpecialSlidePortionWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSpecialSlidePortionAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ApiCallback<Portions> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSpecialSlidePortionsCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, List<Integer> portions, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portions
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portions deleteSpecialSlidePortions(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, List<Integer> portions, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portions
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portions> deleteSpecialSlidePortionsWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, List<Integer> portions, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portions
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSpecialSlidePortionsAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, List<Integer> portions, String password, String folder, String storage, ApiCallback<Portions> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portions
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSpecialSlideShapeCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Shapes deleteSpecialSlideShape(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Shapes> deleteSpecialSlideShapeWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSpecialSlideShapeAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, String password, String folder, String storage, ApiCallback<Shapes> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSpecialSlideShapesCall(String name, Integer slideIndex, SpecialSlideType slideType, List<Integer> shapes, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapes
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Shapes deleteSpecialSlideShapes(String name, Integer slideIndex, SpecialSlideType slideType, List<Integer> shapes, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapes
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Shapes> deleteSpecialSlideShapesWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, List<Integer> shapes, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapes
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSpecialSlideShapesAsync(String name, Integer slideIndex, SpecialSlideType slideType, List<Integer> shapes, String password, String folder, String storage, ApiCallback<Shapes> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapes
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSpecialSlideSubshapeCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Shapes deleteSpecialSlideSubshape(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Shapes> deleteSpecialSlideSubshapeWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSpecialSlideSubshapeAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, String password, String folder, String storage, ApiCallback<Shapes> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSpecialSlideSubshapeParagraphCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraphs deleteSpecialSlideSubshapeParagraph(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraphs> deleteSpecialSlideSubshapeParagraphWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSpecialSlideSubshapeParagraphAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ApiCallback<Paragraphs> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSpecialSlideSubshapeParagraphsCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, List<Integer> paragraphs, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphs
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraphs deleteSpecialSlideSubshapeParagraphs(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, List<Integer> paragraphs, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphs
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraphs> deleteSpecialSlideSubshapeParagraphsWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, List<Integer> paragraphs, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphs
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSpecialSlideSubshapeParagraphsAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, List<Integer> paragraphs, String password, String folder, String storage, ApiCallback<Paragraphs> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphs
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSpecialSlideSubshapePortionCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portions deleteSpecialSlideSubshapePortion(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portions> deleteSpecialSlideSubshapePortionWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSpecialSlideSubshapePortionAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ApiCallback<Portions> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSpecialSlideSubshapePortionsCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, List<Integer> portions, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portions
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portions deleteSpecialSlideSubshapePortions(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, List<Integer> portions, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portions
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portions> deleteSpecialSlideSubshapePortionsWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, List<Integer> portions, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portions
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSpecialSlideSubshapePortionsAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, List<Integer> portions, String password, String folder, String storage, ApiCallback<Portions> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portions
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSpecialSlideSubshapesCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, List<Integer> shapes, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapes
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Shapes deleteSpecialSlideSubshapes(String name, Integer slideIndex, SpecialSlideType slideType, String path, List<Integer> shapes, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapes
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Shapes> deleteSpecialSlideSubshapesWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, List<Integer> shapes, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapes
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSpecialSlideSubshapesAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, List<Integer> shapes, String password, String folder, String storage, ApiCallback<Shapes> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapes
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSubshapeCall(String name, Integer slideIndex, String path, Integer shapeIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Shapes deleteSubshape(String name, Integer slideIndex, String path, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Shapes> deleteSubshapeWithHttpInfo(String name, Integer slideIndex, String path, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSubshapeAsync(String name, Integer slideIndex, String path, Integer shapeIndex, String password, String folder, String storage, ApiCallback<Shapes> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSubshapeParagraphCall(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraphs deleteSubshapeParagraph(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraphs> deleteSubshapeParagraphWithHttpInfo(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSubshapeParagraphAsync(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ApiCallback<Paragraphs> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSubshapeParagraphsCall(String name, Integer slideIndex, String path, Integer shapeIndex, List<Integer> paragraphs, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphs
- The indices of the paragraphs to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraphs deleteSubshapeParagraphs(String name, Integer slideIndex, String path, Integer shapeIndex, List<Integer> paragraphs, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphs
- The indices of the paragraphs to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraphs> deleteSubshapeParagraphsWithHttpInfo(String name, Integer slideIndex, String path, Integer shapeIndex, List<Integer> paragraphs, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphs
- The indices of the paragraphs to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSubshapeParagraphsAsync(String name, Integer slideIndex, String path, Integer shapeIndex, List<Integer> paragraphs, String password, String folder, String storage, ApiCallback<Paragraphs> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphs
- The indices of the paragraphs to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSubshapePortionCall(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portions deleteSubshapePortion(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portions> deleteSubshapePortionWithHttpInfo(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSubshapePortionAsync(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ApiCallback<Portions> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSubshapePortionsCall(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, List<Integer> portions, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portions
- The indices of the portions to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portions deleteSubshapePortions(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, List<Integer> portions, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portions
- The indices of the portions to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portions> deleteSubshapePortionsWithHttpInfo(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, List<Integer> portions, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portions
- The indices of the portions to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSubshapePortionsAsync(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, List<Integer> portions, String password, String folder, String storage, ApiCallback<Portions> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portions
- The indices of the portions to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteSubshapesCall(String name, Integer slideIndex, String path, List<Integer> shapes, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapes
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Shapes deleteSubshapes(String name, Integer slideIndex, String path, List<Integer> shapes, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapes
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Shapes> deleteSubshapesWithHttpInfo(String name, Integer slideIndex, String path, List<Integer> shapes, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapes
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSubshapesAsync(String name, Integer slideIndex, String path, List<Integer> shapes, String password, String folder, String storage, ApiCallback<Shapes> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapes
- The indices of the shapes to be deleted; delete all by default.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteUnusedLayoutSlidesCall(String name, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic LayoutSlides deleteUnusedLayoutSlides(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<LayoutSlides> deleteUnusedLayoutSlidesWithHttpInfo(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteUnusedLayoutSlidesAsync(String name, String password, String folder, String storage, ApiCallback<LayoutSlides> callback) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteUnusedLayoutSlidesOnlineCall(byte[] document, String password, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data (required)password
- Document password.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File deleteUnusedLayoutSlidesOnline(byte[] document, String password) throws ApiException
document
- Document data (required)password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> deleteUnusedLayoutSlidesOnlineWithHttpInfo(byte[] document, String password) throws ApiException
document
- Document data (required)password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteUnusedLayoutSlidesOnlineAsync(byte[] document, String password, ApiCallback<File> callback) throws ApiException
document
- Document data (required)password
- Document password.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteWatermarkCall(String name, String shapeName, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)shapeName
- Name of the watermark shape. If null, default value \"watermark\"is used.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void deleteWatermark(String name, String shapeName, String password, String folder, String storage) throws ApiException
name
- Document name. (required)shapeName
- Name of the watermark shape. If null, default value \"watermark\"is used.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> deleteWatermarkWithHttpInfo(String name, String shapeName, String password, String folder, String storage) throws ApiException
name
- Document name. (required)shapeName
- Name of the watermark shape. If null, default value \"watermark\"is used.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteWatermarkAsync(String name, String shapeName, String password, String folder, String storage, ApiCallback<Void> callback) throws ApiException
name
- Document name. (required)shapeName
- Name of the watermark shape. If null, default value \"watermark\"is used.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteWatermarkOnlineCall(byte[] document, String shapeName, String password, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data. (required)shapeName
- Name of the watermark shape. If null, default value \"watermark\"is used.password
- Document password.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File deleteWatermarkOnline(byte[] document, String shapeName, String password) throws ApiException
document
- Document data. (required)shapeName
- Name of the watermark shape. If null, default value \"watermark\"is used.password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> deleteWatermarkOnlineWithHttpInfo(byte[] document, String shapeName, String password) throws ApiException
document
- Document data. (required)shapeName
- Name of the watermark shape. If null, default value \"watermark\"is used.password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteWatermarkOnlineAsync(byte[] document, String shapeName, String password, ApiCallback<File> callback) throws ApiException
document
- Document data. (required)shapeName
- Name of the watermark shape. If null, default value \"watermark\"is used.password
- Document password.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call downloadFileCall(String path, String storageName, String versionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
path
- File path e.g. '/folder/file.ext'storageName
- Storage nameversionId
- File version ID to downloadprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File downloadFile(String path, String storageName, String versionId) throws ApiException
path
- File path e.g. '/folder/file.ext'storageName
- Storage nameversionId
- File version ID to downloadApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadFileWithHttpInfo(String path, String storageName, String versionId) throws ApiException
path
- File path e.g. '/folder/file.ext'storageName
- Storage nameversionId
- File version ID to downloadApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadFileAsync(String path, String storageName, String versionId, ApiCallback<File> callback) throws ApiException
path
- File path e.g. '/folder/file.ext'storageName
- Storage nameversionId
- File version ID to downloadcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call downloadImageCall(String name, Integer index, ImageExportFormat format, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)index
- Image index. (required)format
- Export format (png, jpg, gif). (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File downloadImage(String name, Integer index, ImageExportFormat format, String password, String folder, String storage) throws ApiException
name
- Document name. (required)index
- Image index. (required)format
- Export format (png, jpg, gif). (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadImageWithHttpInfo(String name, Integer index, ImageExportFormat format, String password, String folder, String storage) throws ApiException
name
- Document name. (required)index
- Image index. (required)format
- Export format (png, jpg, gif). (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadImageAsync(String name, Integer index, ImageExportFormat format, String password, String folder, String storage, ApiCallback<File> callback) throws ApiException
name
- Document name. (required)index
- Image index. (required)format
- Export format (png, jpg, gif). (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call downloadImageDefaultFormatCall(String name, Integer index, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)index
- Image index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File downloadImageDefaultFormat(String name, Integer index, String password, String folder, String storage) throws ApiException
name
- Document name. (required)index
- Image index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadImageDefaultFormatWithHttpInfo(String name, Integer index, String password, String folder, String storage) throws ApiException
name
- Document name. (required)index
- Image index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadImageDefaultFormatAsync(String name, Integer index, String password, String folder, String storage, ApiCallback<File> callback) throws ApiException
name
- Document name. (required)index
- Image index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call downloadImageDefaultFormatOnlineCall(byte[] document, Integer index, String password, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data. (required)index
- Image index. (required)password
- Document password.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File downloadImageDefaultFormatOnline(byte[] document, Integer index, String password) throws ApiException
document
- Document data. (required)index
- Image index. (required)password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadImageDefaultFormatOnlineWithHttpInfo(byte[] document, Integer index, String password) throws ApiException
document
- Document data. (required)index
- Image index. (required)password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadImageDefaultFormatOnlineAsync(byte[] document, Integer index, String password, ApiCallback<File> callback) throws ApiException
document
- Document data. (required)index
- Image index. (required)password
- Document password.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call downloadImageOnlineCall(byte[] document, Integer index, ImageExportFormat format, String password, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data. (required)index
- Image index. (required)format
- Export format (png, jpg, gif). (required)password
- Document password.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File downloadImageOnline(byte[] document, Integer index, ImageExportFormat format, String password) throws ApiException
document
- Document data. (required)index
- Image index. (required)format
- Export format (png, jpg, gif). (required)password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadImageOnlineWithHttpInfo(byte[] document, Integer index, ImageExportFormat format, String password) throws ApiException
document
- Document data. (required)index
- Image index. (required)format
- Export format (png, jpg, gif). (required)password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadImageOnlineAsync(byte[] document, Integer index, ImageExportFormat format, String password, ApiCallback<File> callback) throws ApiException
document
- Document data. (required)index
- Image index. (required)format
- Export format (png, jpg, gif). (required)password
- Document password.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call downloadImagesCall(String name, ImageExportFormat format, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- (required)format
- Export format (png, jpg, gif). (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File downloadImages(String name, ImageExportFormat format, String password, String folder, String storage) throws ApiException
name
- (required)format
- Export format (png, jpg, gif). (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadImagesWithHttpInfo(String name, ImageExportFormat format, String password, String folder, String storage) throws ApiException
name
- (required)format
- Export format (png, jpg, gif). (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadImagesAsync(String name, ImageExportFormat format, String password, String folder, String storage, ApiCallback<File> callback) throws ApiException
name
- (required)format
- Export format (png, jpg, gif). (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call downloadImagesDefaultFormatCall(String name, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File downloadImagesDefaultFormat(String name, String password, String folder, String storage) throws ApiException
name
- (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadImagesDefaultFormatWithHttpInfo(String name, String password, String folder, String storage) throws ApiException
name
- (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadImagesDefaultFormatAsync(String name, String password, String folder, String storage, ApiCallback<File> callback) throws ApiException
name
- (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call downloadImagesDefaultFormatOnlineCall(byte[] document, String password, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data. (required)password
- Document password.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File downloadImagesDefaultFormatOnline(byte[] document, String password) throws ApiException
document
- Document data. (required)password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadImagesDefaultFormatOnlineWithHttpInfo(byte[] document, String password) throws ApiException
document
- Document data. (required)password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadImagesDefaultFormatOnlineAsync(byte[] document, String password, ApiCallback<File> callback) throws ApiException
document
- Document data. (required)password
- Document password.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call downloadImagesOnlineCall(byte[] document, ImageExportFormat format, String password, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data. (required)format
- Export format (png, jpg, gif). (required)password
- Document password.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File downloadImagesOnline(byte[] document, ImageExportFormat format, String password) throws ApiException
document
- Document data. (required)format
- Export format (png, jpg, gif). (required)password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadImagesOnlineWithHttpInfo(byte[] document, ImageExportFormat format, String password) throws ApiException
document
- Document data. (required)format
- Export format (png, jpg, gif). (required)password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadImagesOnlineAsync(byte[] document, ImageExportFormat format, String password, ApiCallback<File> callback) throws ApiException
document
- Document data. (required)format
- Export format (png, jpg, gif). (required)password
- Document password.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)width
- Output file width.height
- Output file height.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File downloadNotesSlide(String name, Integer slideIndex, NotesSlideExportFormat format, Integer width, Integer height, String password, String folder, String storage, String fontsFolder) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)width
- Output file width.height
- Output file height.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadNotesSlideWithHttpInfo(String name, Integer slideIndex, NotesSlideExportFormat format, Integer width, Integer height, String password, String folder, String storage, String fontsFolder) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)width
- Output file width.height
- Output file height.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadNotesSlideAsync(String name, Integer slideIndex, NotesSlideExportFormat format, Integer width, Integer height, String password, String folder, String storage, String fontsFolder, ApiCallback<File> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)width
- Output file width.height
- Output file height.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call downloadNotesSlideOnlineCall(byte[] document, Integer slideIndex, NotesSlideExportFormat format, Integer width, Integer height, String password, String fontsFolder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)width
- Output file width.height
- Output file height.password
- Document password.fontsFolder
- Storage folder containing custom fonts to be used with the document.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File downloadNotesSlideOnline(byte[] document, Integer slideIndex, NotesSlideExportFormat format, Integer width, Integer height, String password, String fontsFolder) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)width
- Output file width.height
- Output file height.password
- Document password.fontsFolder
- Storage folder containing custom fonts to be used with the document.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadNotesSlideOnlineWithHttpInfo(byte[] document, Integer slideIndex, NotesSlideExportFormat format, Integer width, Integer height, String password, String fontsFolder) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)width
- Output file width.height
- Output file height.password
- Document password.fontsFolder
- Storage folder containing custom fonts to be used with the document.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadNotesSlideOnlineAsync(byte[] document, Integer slideIndex, NotesSlideExportFormat format, Integer width, Integer height, String password, String fontsFolder, ApiCallback<File> callback) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)width
- Output file width.height
- Output file height.password
- Document password.fontsFolder
- Storage folder containing custom fonts to be used with the document.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call downloadPortionAsMathMlCall(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File downloadPortionAsMathMl(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadPortionAsMathMlWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadPortionAsMathMlAsync(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ApiCallback<File> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call downloadPresentationCall(String name, ExportFormat format, ExportOptions options, String password, String folder, String storage, String fontsFolder, List<Integer> slides, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)format
- Export format. (required)options
- Export options.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Custom fonts folder.slides
- The indices of the slides to be saved. If not specified, all slides are saved by default.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File downloadPresentation(String name, ExportFormat format, ExportOptions options, String password, String folder, String storage, String fontsFolder, List<Integer> slides) throws ApiException
name
- Document name. (required)format
- Export format. (required)options
- Export options.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Custom fonts folder.slides
- The indices of the slides to be saved. If not specified, all slides are saved by default.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadPresentationWithHttpInfo(String name, ExportFormat format, ExportOptions options, String password, String folder, String storage, String fontsFolder, List<Integer> slides) throws ApiException
name
- Document name. (required)format
- Export format. (required)options
- Export options.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Custom fonts folder.slides
- The indices of the slides to be saved. If not specified, all slides are saved by default.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadPresentationAsync(String name, ExportFormat format, ExportOptions options, String password, String folder, String storage, String fontsFolder, List<Integer> slides, ApiCallback<File> callback) throws ApiException
name
- Document name. (required)format
- Export format. (required)options
- Export options.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Custom fonts folder.slides
- The indices of the slides to be saved. If not specified, all slides are saved by default.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Presentation name. (required)slideIndex
- Slide index. (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File 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) throws ApiException
name
- Presentation name. (required)slideIndex
- Slide index. (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> 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) throws ApiException
name
- Presentation name. (required)slideIndex
- Slide index. (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call 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, ApiCallback<File> callback) throws ApiException
name
- Presentation name. (required)slideIndex
- Slide index. (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)scaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.storage
- Document storage.fontsFolder
- Fonts folder.options
- Export options.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File downloadShapeOnline(byte[] document, Integer slideIndex, Integer shapeIndex, ShapeExportFormat format, Double scaleX, Double scaleY, ShapeThumbnailBounds bounds, String password, String storage, String fontsFolder, IShapeExportOptions options) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)scaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.storage
- Document storage.fontsFolder
- Fonts folder.options
- Export options.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadShapeOnlineWithHttpInfo(byte[] document, Integer slideIndex, Integer shapeIndex, ShapeExportFormat format, Double scaleX, Double scaleY, ShapeThumbnailBounds bounds, String password, String storage, String fontsFolder, IShapeExportOptions options) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)scaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.storage
- Document storage.fontsFolder
- Fonts folder.options
- Export options.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call 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) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)scaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.storage
- Document storage.fontsFolder
- Fonts folder.options
- Export options.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)options
- Export options.width
- Output file width; 0 to not adjust the size. Default is 0.height
- Output file height; 0 to not adjust the size. Default is 0.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File downloadSlide(String name, Integer slideIndex, SlideExportFormat format, ExportOptions options, Integer width, Integer height, String password, String folder, String storage, String fontsFolder) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)options
- Export options.width
- Output file width; 0 to not adjust the size. Default is 0.height
- Output file height; 0 to not adjust the size. Default is 0.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadSlideWithHttpInfo(String name, Integer slideIndex, SlideExportFormat format, ExportOptions options, Integer width, Integer height, String password, String folder, String storage, String fontsFolder) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)options
- Export options.width
- Output file width; 0 to not adjust the size. Default is 0.height
- Output file height; 0 to not adjust the size. Default is 0.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadSlideAsync(String name, Integer slideIndex, SlideExportFormat format, ExportOptions options, Integer width, Integer height, String password, String folder, String storage, String fontsFolder, ApiCallback<File> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)options
- Export options.width
- Output file width; 0 to not adjust the size. Default is 0.height
- Output file height; 0 to not adjust the size. Default is 0.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)width
- Output file width; 0 to not adjust the size. Default is 0.height
- Output file height; 0 to not adjust the size. Default is 0.password
- Document password.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.options
- Export options.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File downloadSlideOnline(byte[] document, Integer slideIndex, SlideExportFormat format, Integer width, Integer height, String password, String storage, String fontsFolder, ExportOptions options) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)width
- Output file width; 0 to not adjust the size. Default is 0.height
- Output file height; 0 to not adjust the size. Default is 0.password
- Document password.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.options
- Export options.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadSlideOnlineWithHttpInfo(byte[] document, Integer slideIndex, SlideExportFormat format, Integer width, Integer height, String password, String storage, String fontsFolder, ExportOptions options) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)width
- Output file width; 0 to not adjust the size. Default is 0.height
- Output file height; 0 to not adjust the size. Default is 0.password
- Document password.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.options
- Export options.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadSlideOnlineAsync(byte[] document, Integer slideIndex, SlideExportFormat format, Integer width, Integer height, String password, String storage, String fontsFolder, ExportOptions options, ApiCallback<File> callback) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)width
- Output file width; 0 to not adjust the size. Default is 0.height
- Output file height; 0 to not adjust the size. Default is 0.password
- Document password.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.options
- Export options.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Presentation name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)options
- Export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File 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) throws ApiException
name
- Presentation name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)options
- Export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> 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) throws ApiException
name
- Presentation name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)options
- Export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call 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, ApiCallback<File> callback) throws ApiException
name
- Presentation name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)options
- Export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call downloadSpecialSlideSubshapeCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, ShapeExportFormat format, IShapeExportOptions options, Double scaleX, Double scaleY, ShapeThumbnailBounds bounds, String password, String folder, String storage, String fontsFolder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Presentation name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File downloadSpecialSlideSubshape(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, ShapeExportFormat format, IShapeExportOptions options, Double scaleX, Double scaleY, ShapeThumbnailBounds bounds, String password, String folder, String storage, String fontsFolder) throws ApiException
name
- Presentation name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadSpecialSlideSubshapeWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, ShapeExportFormat format, IShapeExportOptions options, Double scaleX, Double scaleY, ShapeThumbnailBounds bounds, String password, String folder, String storage, String fontsFolder) throws ApiException
name
- Presentation name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadSpecialSlideSubshapeAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, ShapeExportFormat format, IShapeExportOptions options, Double scaleX, Double scaleY, ShapeThumbnailBounds bounds, String password, String folder, String storage, String fontsFolder, ApiCallback<File> callback) throws ApiException
name
- Presentation name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call downloadSubshapeCall(String name, Integer slideIndex, String path, Integer shapeIndex, ShapeExportFormat format, IShapeExportOptions options, Double scaleX, Double scaleY, ShapeThumbnailBounds bounds, String password, String folder, String storage, String fontsFolder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Presentation name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File downloadSubshape(String name, Integer slideIndex, String path, Integer shapeIndex, ShapeExportFormat format, IShapeExportOptions options, Double scaleX, Double scaleY, ShapeThumbnailBounds bounds, String password, String folder, String storage, String fontsFolder) throws ApiException
name
- Presentation name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadSubshapeWithHttpInfo(String name, Integer slideIndex, String path, Integer shapeIndex, ShapeExportFormat format, IShapeExportOptions options, Double scaleX, Double scaleY, ShapeThumbnailBounds bounds, String password, String folder, String storage, String fontsFolder) throws ApiException
name
- Presentation name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadSubshapeAsync(String name, Integer slideIndex, String path, Integer shapeIndex, ShapeExportFormat format, IShapeExportOptions options, Double scaleX, Double scaleY, ShapeThumbnailBounds bounds, String password, String folder, String storage, String fontsFolder, ApiCallback<File> callback) throws ApiException
name
- Presentation name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getAnimationCall(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. If specified, only effects related to that shape are returned.paragraphIndex
- Paragraph index.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation getAnimation(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. If specified, only effects related to that shape are returned.paragraphIndex
- Paragraph index.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> getAnimationWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. If specified, only effects related to that shape are returned.paragraphIndex
- Paragraph index.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getAnimationAsync(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. If specified, only effects related to that shape are returned.paragraphIndex
- Paragraph index.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getApiInfoCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiInfo getApiInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiInfo> getApiInfoWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getApiInfoAsync(ApiCallback<ApiInfo> callback) throws ApiException
callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getBackgroundCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideBackground getBackground(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideBackground> getBackgroundWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getBackgroundAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<SlideBackground> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getColorSchemeCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ColorScheme getColorScheme(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ColorScheme> getColorSchemeWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getColorSchemeAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<ColorScheme> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDiscUsageCall(String storageName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
storageName
- Storage nameprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DiscUsage getDiscUsage(String storageName) throws ApiException
storageName
- Storage nameApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DiscUsage> getDiscUsageWithHttpInfo(String storageName) throws ApiException
storageName
- Storage nameApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDiscUsageAsync(String storageName, ApiCallback<DiscUsage> callback) throws ApiException
storageName
- Storage namecallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentPropertiesCall(String name, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DocumentProperties getDocumentProperties(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentProperties> getDocumentPropertiesWithHttpInfo(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentPropertiesAsync(String name, String password, String folder, String storage, ApiCallback<DocumentProperties> callback) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDocumentPropertyCall(String name, String propertyName, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)propertyName
- The property name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DocumentProperty getDocumentProperty(String name, String propertyName, String password, String folder, String storage) throws ApiException
name
- Document name. (required)propertyName
- The property name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentProperty> getDocumentPropertyWithHttpInfo(String name, String propertyName, String password, String folder, String storage) throws ApiException
name
- Document name. (required)propertyName
- The property name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDocumentPropertyAsync(String name, String propertyName, String password, String folder, String storage, ApiCallback<DocumentProperty> callback) throws ApiException
name
- Document name. (required)propertyName
- The property name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getFileVersionsCall(String path, String storageName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
path
- File path e.g. '/file.ext'storageName
- Storage nameprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FileVersions getFileVersions(String path, String storageName) throws ApiException
path
- File path e.g. '/file.ext'storageName
- Storage nameApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FileVersions> getFileVersionsWithHttpInfo(String path, String storageName) throws ApiException
path
- File path e.g. '/file.ext'storageName
- Storage nameApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getFileVersionsAsync(String path, String storageName, ApiCallback<FileVersions> callback) throws ApiException
path
- File path e.g. '/file.ext'storageName
- Storage namecallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getFilesListCall(String path, String storageName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
path
- Folder path e.g. '/folder'storageName
- Storage nameprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FilesList getFilesList(String path, String storageName) throws ApiException
path
- Folder path e.g. '/folder'storageName
- Storage nameApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FilesList> getFilesListWithHttpInfo(String path, String storageName) throws ApiException
path
- Folder path e.g. '/folder'storageName
- Storage nameApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getFilesListAsync(String path, String storageName, ApiCallback<FilesList> callback) throws ApiException
path
- Folder path e.g. '/folder'storageName
- Storage namecallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getFontSchemeCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FontScheme getFontScheme(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FontScheme> getFontSchemeWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getFontSchemeAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<FontScheme> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getFormatSchemeCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FormatScheme getFormatScheme(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FormatScheme> getFormatSchemeWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getFormatSchemeAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<FormatScheme> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getLayoutSlideCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic LayoutSlide getLayoutSlide(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<LayoutSlide> getLayoutSlideWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getLayoutSlideAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<LayoutSlide> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getLayoutSlidesCall(String name, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic LayoutSlides getLayoutSlides(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<LayoutSlides> getLayoutSlidesWithHttpInfo(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getLayoutSlidesAsync(String name, String password, String folder, String storage, ApiCallback<LayoutSlides> callback) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getMasterSlideCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic MasterSlide getMasterSlide(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<MasterSlide> getMasterSlideWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getMasterSlideAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<MasterSlide> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getMasterSlidesCall(String name, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic MasterSlides getMasterSlides(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<MasterSlides> getMasterSlidesWithHttpInfo(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getMasterSlidesAsync(String name, String password, String folder, String storage, ApiCallback<MasterSlides> callback) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getNotesSlideCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic NotesSlide getNotesSlide(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<NotesSlide> getNotesSlideWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getNotesSlideAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<NotesSlide> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getNotesSlideHeaderFooterCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic NotesSlideHeaderFooter getNotesSlideHeaderFooter(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<NotesSlideHeaderFooter> getNotesSlideHeaderFooterWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getNotesSlideHeaderFooterAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<NotesSlideHeaderFooter> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getNotesSlideOnlineCall(byte[] document, Integer slideIndex, String password, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)password
- Document password.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic NotesSlide getNotesSlideOnline(byte[] document, Integer slideIndex, String password) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<NotesSlide> getNotesSlideOnlineWithHttpInfo(byte[] document, Integer slideIndex, String password) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getNotesSlideOnlineAsync(byte[] document, Integer slideIndex, String password, ApiCallback<NotesSlide> callback) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)password
- Document password.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getParagraphCall(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraph getParagraph(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraph> getParagraphWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getParagraphAsync(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ApiCallback<Paragraph> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getParagraphRectangleCall(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic TextBounds getParagraphRectangle(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TextBounds> getParagraphRectangleWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getParagraphRectangleAsync(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ApiCallback<TextBounds> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getParagraphsCall(String name, Integer slideIndex, Integer shapeIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraphs getParagraphs(String name, Integer slideIndex, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraphs> getParagraphsWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getParagraphsAsync(String name, Integer slideIndex, Integer shapeIndex, String password, String folder, String storage, ApiCallback<Paragraphs> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPlaceholderCall(String name, Integer slideIndex, Integer placeholderIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)placeholderIndex
- Placeholder index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Placeholder getPlaceholder(String name, Integer slideIndex, Integer placeholderIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)placeholderIndex
- Placeholder index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Placeholder> getPlaceholderWithHttpInfo(String name, Integer slideIndex, Integer placeholderIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)placeholderIndex
- Placeholder index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPlaceholderAsync(String name, Integer slideIndex, Integer placeholderIndex, String password, String folder, String storage, ApiCallback<Placeholder> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)placeholderIndex
- Placeholder index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPlaceholdersCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Placeholders getPlaceholders(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Placeholders> getPlaceholdersWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPlaceholdersAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<Placeholders> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPortionCall(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portion getPortion(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portion> getPortionWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPortionAsync(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ApiCallback<Portion> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPortionRectangleCall(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic TextBounds getPortionRectangle(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TextBounds> getPortionRectangleWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPortionRectangleAsync(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ApiCallback<TextBounds> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPortionsCall(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portions getPortions(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portions> getPortionsWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPortionsAsync(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ApiCallback<Portions> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPresentationCall(String name, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Document getPresentation(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Document> getPresentationWithHttpInfo(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPresentationAsync(String name, String password, String folder, String storage, ApiCallback<Document> callback) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPresentationImagesCall(String name, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Images getPresentationImages(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Images> getPresentationImagesWithHttpInfo(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPresentationImagesAsync(String name, String password, String folder, String storage, ApiCallback<Images> callback) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getPresentationTextItemsCall(String name, Boolean withEmpty, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)withEmpty
- True to incude empty items.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic TextItems getPresentationTextItems(String name, Boolean withEmpty, String password, String folder, String storage) throws ApiException
name
- Document name. (required)withEmpty
- True to incude empty items.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TextItems> getPresentationTextItemsWithHttpInfo(String name, Boolean withEmpty, String password, String folder, String storage) throws ApiException
name
- Document name. (required)withEmpty
- True to incude empty items.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getPresentationTextItemsAsync(String name, Boolean withEmpty, String password, String folder, String storage, ApiCallback<TextItems> callback) throws ApiException
name
- Document name. (required)withEmpty
- True to incude empty items.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getProtectionPropertiesCall(String name, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ProtectionProperties getProtectionProperties(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ProtectionProperties> getProtectionPropertiesWithHttpInfo(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getProtectionPropertiesAsync(String name, String password, String folder, String storage, ApiCallback<ProtectionProperties> callback) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSectionsCall(String name, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Sections getSections(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Sections> getSectionsWithHttpInfo(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSectionsAsync(String name, String password, String folder, String storage, ApiCallback<Sections> callback) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getShapeCall(String name, Integer slideIndex, Integer shapeIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ShapeBase getShape(String name, Integer slideIndex, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ShapeBase> getShapeWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getShapeAsync(String name, Integer slideIndex, Integer shapeIndex, String password, String folder, String storage, ApiCallback<ShapeBase> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getShapeGeometryPathCall(String name, Integer slideIndex, Integer shapeIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic GeometryPaths getShapeGeometryPath(String name, Integer slideIndex, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GeometryPaths> getShapeGeometryPathWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getShapeGeometryPathAsync(String name, Integer slideIndex, Integer shapeIndex, String password, String folder, String storage, ApiCallback<GeometryPaths> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getShapesCall(String name, Integer slideIndex, String password, String folder, String storage, ShapeType shapeType, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.shapeType
- Shape type.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Shapes getShapes(String name, Integer slideIndex, String password, String folder, String storage, ShapeType shapeType) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.shapeType
- Shape type.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Shapes> getShapesWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage, ShapeType shapeType) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.shapeType
- Shape type.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getShapesAsync(String name, Integer slideIndex, String password, String folder, String storage, ShapeType shapeType, ApiCallback<Shapes> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.shapeType
- Shape type.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSlideCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Slide getSlide(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Slide> getSlideWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSlideAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<Slide> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSlideCommentsCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideComments getSlideComments(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideComments> getSlideCommentsWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSlideCommentsAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<SlideComments> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSlideHeaderFooterCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- The position of the slide to be reordered. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic HeaderFooter getSlideHeaderFooter(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- The position of the slide to be reordered. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<HeaderFooter> getSlideHeaderFooterWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- The position of the slide to be reordered. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSlideHeaderFooterAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<HeaderFooter> callback) throws ApiException
name
- Document name. (required)slideIndex
- The position of the slide to be reordered. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSlideImagesCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Images getSlideImages(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Images> getSlideImagesWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSlideImagesAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<Images> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSlidePropertiesCall(String name, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideProperties getSlideProperties(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideProperties> getSlidePropertiesWithHttpInfo(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSlidePropertiesAsync(String name, String password, String folder, String storage, ApiCallback<SlideProperties> callback) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSlideTextItemsCall(String name, Integer slideIndex, Boolean withEmpty, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)withEmpty
- True to include empty items.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic TextItems getSlideTextItems(String name, Integer slideIndex, Boolean withEmpty, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)withEmpty
- True to include empty items.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TextItems> getSlideTextItemsWithHttpInfo(String name, Integer slideIndex, Boolean withEmpty, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)withEmpty
- True to include empty items.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSlideTextItemsAsync(String name, Integer slideIndex, Boolean withEmpty, String password, String folder, String storage, ApiCallback<TextItems> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)withEmpty
- True to include empty items.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSlidesCall(String name, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Slides getSlides(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Slides> getSlidesWithHttpInfo(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSlidesAsync(String name, String password, String folder, String storage, ApiCallback<Slides> callback) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSpecialSlideAnimationCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. If specified, only effects related to that shape are returned.paragraphIndex
- Paragraph index. If specified, only effects related to that paragraph are returned.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation getSpecialSlideAnimation(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. If specified, only effects related to that shape are returned.paragraphIndex
- Paragraph index. If specified, only effects related to that paragraph are returned.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> getSpecialSlideAnimationWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. If specified, only effects related to that shape are returned.paragraphIndex
- Paragraph index. If specified, only effects related to that paragraph are returned.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSpecialSlideAnimationAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. If specified, only effects related to that shape are returned.paragraphIndex
- Paragraph index. If specified, only effects related to that paragraph are returned.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSpecialSlideParagraphCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraph getSpecialSlideParagraph(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraph> getSpecialSlideParagraphWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSpecialSlideParagraphAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ApiCallback<Paragraph> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSpecialSlideParagraphsCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraphs getSpecialSlideParagraphs(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraphs> getSpecialSlideParagraphsWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSpecialSlideParagraphsAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, String password, String folder, String storage, ApiCallback<Paragraphs> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSpecialSlidePortionCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portion getSpecialSlidePortion(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portion> getSpecialSlidePortionWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSpecialSlidePortionAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ApiCallback<Portion> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSpecialSlidePortionsCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portions getSpecialSlidePortions(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portions> getSpecialSlidePortionsWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSpecialSlidePortionsAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ApiCallback<Portions> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSpecialSlideShapeCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ShapeBase getSpecialSlideShape(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ShapeBase> getSpecialSlideShapeWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSpecialSlideShapeAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, String password, String folder, String storage, ApiCallback<ShapeBase> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSpecialSlideShapesCall(String name, Integer slideIndex, SpecialSlideType slideType, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Shapes getSpecialSlideShapes(String name, Integer slideIndex, SpecialSlideType slideType, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Shapes> getSpecialSlideShapesWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSpecialSlideShapesAsync(String name, Integer slideIndex, SpecialSlideType slideType, String password, String folder, String storage, ApiCallback<Shapes> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSpecialSlideSubshapeCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ShapeBase getSpecialSlideSubshape(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ShapeBase> getSpecialSlideSubshapeWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSpecialSlideSubshapeAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, String password, String folder, String storage, ApiCallback<ShapeBase> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSpecialSlideSubshapeParagraphCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraph getSpecialSlideSubshapeParagraph(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraph> getSpecialSlideSubshapeParagraphWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSpecialSlideSubshapeParagraphAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ApiCallback<Paragraph> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSpecialSlideSubshapeParagraphsCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraphs getSpecialSlideSubshapeParagraphs(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraphs> getSpecialSlideSubshapeParagraphsWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSpecialSlideSubshapeParagraphsAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, String password, String folder, String storage, ApiCallback<Paragraphs> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSpecialSlideSubshapePortionCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portion getSpecialSlideSubshapePortion(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portion> getSpecialSlideSubshapePortionWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSpecialSlideSubshapePortionAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ApiCallback<Portion> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSpecialSlideSubshapePortionsCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portions getSpecialSlideSubshapePortions(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portions> getSpecialSlideSubshapePortionsWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSpecialSlideSubshapePortionsAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ApiCallback<Portions> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSpecialSlideSubshapesCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path (for smart art and group shapes).password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Shapes getSpecialSlideSubshapes(String name, Integer slideIndex, SpecialSlideType slideType, String path, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path (for smart art and group shapes).password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Shapes> getSpecialSlideSubshapesWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path (for smart art and group shapes).password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSpecialSlideSubshapesAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, String password, String folder, String storage, ApiCallback<Shapes> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path (for smart art and group shapes).password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSubshapeCall(String name, Integer slideIndex, String path, Integer shapeIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ShapeBase getSubshape(String name, Integer slideIndex, String path, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ShapeBase> getSubshapeWithHttpInfo(String name, Integer slideIndex, String path, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSubshapeAsync(String name, Integer slideIndex, String path, Integer shapeIndex, String password, String folder, String storage, ApiCallback<ShapeBase> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSubshapeParagraphCall(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraph getSubshapeParagraph(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraph> getSubshapeParagraphWithHttpInfo(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSubshapeParagraphAsync(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ApiCallback<Paragraph> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSubshapeParagraphsCall(String name, Integer slideIndex, String path, Integer shapeIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraphs getSubshapeParagraphs(String name, Integer slideIndex, String path, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraphs> getSubshapeParagraphsWithHttpInfo(String name, Integer slideIndex, String path, Integer shapeIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSubshapeParagraphsAsync(String name, Integer slideIndex, String path, Integer shapeIndex, String password, String folder, String storage, ApiCallback<Paragraphs> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSubshapePortionCall(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portion getSubshapePortion(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portion> getSubshapePortionWithHttpInfo(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSubshapePortionAsync(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String password, String folder, String storage, ApiCallback<Portion> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSubshapePortionsCall(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portions getSubshapePortions(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portions> getSubshapePortionsWithHttpInfo(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSubshapePortionsAsync(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, String password, String folder, String storage, ApiCallback<Portions> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getSubshapesCall(String name, Integer slideIndex, String path, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path (for smart art and group shapes).password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Shapes getSubshapes(String name, Integer slideIndex, String path, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path (for smart art and group shapes).password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Shapes> getSubshapesWithHttpInfo(String name, Integer slideIndex, String path, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path (for smart art and group shapes).password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSubshapesAsync(String name, Integer slideIndex, String path, String password, String folder, String storage, ApiCallback<Shapes> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path (for smart art and group shapes).password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getThemeCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Theme getTheme(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Theme> getThemeWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getThemeAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<Theme> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getViewPropertiesCall(String name, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ViewProperties getViewProperties(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ViewProperties> getViewPropertiesWithHttpInfo(String name, String password, String folder, String storage) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getViewPropertiesAsync(String name, String password, String folder, String storage, ApiCallback<ViewProperties> callback) throws ApiException
name
- Document name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)regex
- Regular expression. (required)color
- Highlighting color. (required)wholeWordsOnly
- Match only whole words.ignoreCase
- True to search ignoring char case.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Shape highlightShapeRegex(String name, Integer slideIndex, Integer shapeIndex, String regex, String color, Boolean wholeWordsOnly, Boolean ignoreCase, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)regex
- Regular expression. (required)color
- Highlighting color. (required)wholeWordsOnly
- Match only whole words.ignoreCase
- True to search ignoring char case.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Shape> highlightShapeRegexWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, String regex, String color, Boolean wholeWordsOnly, Boolean ignoreCase, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)regex
- Regular expression. (required)color
- Highlighting color. (required)wholeWordsOnly
- Match only whole words.ignoreCase
- True to search ignoring char case.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call highlightShapeRegexAsync(String name, Integer slideIndex, Integer shapeIndex, String regex, String color, Boolean wholeWordsOnly, Boolean ignoreCase, String password, String folder, String storage, ApiCallback<Shape> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)regex
- Regular expression. (required)color
- Highlighting color. (required)wholeWordsOnly
- Match only whole words.ignoreCase
- True to search ignoring char case.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)text
- Text sample to highlight. (required)color
- Highlighting color. (required)wholeWordsOnly
- Match only whole words.ignoreCase
- True to search ignoring char case.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Shape highlightShapeText(String name, Integer slideIndex, Integer shapeIndex, String text, String color, Boolean wholeWordsOnly, Boolean ignoreCase, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)text
- Text sample to highlight. (required)color
- Highlighting color. (required)wholeWordsOnly
- Match only whole words.ignoreCase
- True to search ignoring char case.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Shape> highlightShapeTextWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, String text, String color, Boolean wholeWordsOnly, Boolean ignoreCase, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)text
- Text sample to highlight. (required)color
- Highlighting color. (required)wholeWordsOnly
- Match only whole words.ignoreCase
- True to search ignoring char case.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call highlightShapeTextAsync(String name, Integer slideIndex, Integer shapeIndex, String text, String color, Boolean wholeWordsOnly, Boolean ignoreCase, String password, String folder, String storage, ApiCallback<Shape> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)text
- Text sample to highlight. (required)color
- Highlighting color. (required)wholeWordsOnly
- Match only whole words.ignoreCase
- True to search ignoring char case.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call importFromHtmlCall(String name, String html, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)html
- HTML data.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Document importFromHtml(String name, String html, String password, String folder, String storage) throws ApiException
name
- Document name. (required)html
- HTML data.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Document> importFromHtmlWithHttpInfo(String name, String html, String password, String folder, String storage) throws ApiException
name
- Document name. (required)html
- HTML data.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call importFromHtmlAsync(String name, String html, String password, String folder, String storage, ApiCallback<Document> callback) throws ApiException
name
- Document name. (required)html
- HTML data.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call importFromPdfCall(String name, byte[] pdf, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)pdf
- PDF data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Document importFromPdf(String name, byte[] pdf, String password, String folder, String storage) throws ApiException
name
- Document name. (required)pdf
- PDF data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Document> importFromPdfWithHttpInfo(String name, byte[] pdf, String password, String folder, String storage) throws ApiException
name
- Document name. (required)pdf
- PDF data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call importFromPdfAsync(String name, byte[] pdf, String password, String folder, String storage, ApiCallback<Document> callback) throws ApiException
name
- Document name. (required)pdf
- PDF data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call mergeCall(String name, PresentationsMergeRequest request, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)request
- PresentationsMergeRequest with a list of presentations to merge. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Document merge(String name, PresentationsMergeRequest request, String password, String folder, String storage) throws ApiException
name
- Document name. (required)request
- PresentationsMergeRequest with a list of presentations to merge. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Document> mergeWithHttpInfo(String name, PresentationsMergeRequest request, String password, String folder, String storage) throws ApiException
name
- Document name. (required)request
- PresentationsMergeRequest with a list of presentations to merge. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call mergeAsync(String name, PresentationsMergeRequest request, String password, String folder, String storage, ApiCallback<Document> callback) throws ApiException
name
- Document name. (required)request
- PresentationsMergeRequest with a list of presentations to merge. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call mergeAndSaveOnlineCall(String outPath, List<FileInfo> files, OrderedMergeRequest request, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
outPath
- Path to save result. (required)files
- Files to mergerequest
- Merge request.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void mergeAndSaveOnline(String outPath, List<FileInfo> files, OrderedMergeRequest request, String storage) throws ApiException
outPath
- Path to save result. (required)files
- Files to mergerequest
- Merge request.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> mergeAndSaveOnlineWithHttpInfo(String outPath, List<FileInfo> files, OrderedMergeRequest request, String storage) throws ApiException
outPath
- Path to save result. (required)files
- Files to mergerequest
- Merge request.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call mergeAndSaveOnlineAsync(String outPath, List<FileInfo> files, OrderedMergeRequest request, String storage, ApiCallback<Void> callback) throws ApiException
outPath
- Path to save result. (required)files
- Files to mergerequest
- Merge request.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call mergeOnlineCall(List<FileInfo> files, OrderedMergeRequest request, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
files
- Files to mergerequest
- Merge request.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File mergeOnline(List<FileInfo> files, OrderedMergeRequest request, String storage) throws ApiException
files
- Files to mergerequest
- Merge request.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> mergeOnlineWithHttpInfo(List<FileInfo> files, OrderedMergeRequest request, String storage) throws ApiException
files
- Files to mergerequest
- Merge request.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call mergeOnlineAsync(List<FileInfo> files, OrderedMergeRequest request, String storage, ApiCallback<File> callback) throws ApiException
files
- Files to mergerequest
- Merge request.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call moveFileCall(String srcPath, String destPath, String srcStorageName, String destStorageName, String versionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Source file path e.g. '/src.ext' (required)destPath
- Destination file path e.g. '/dest.ext' (required)srcStorageName
- Source storage namedestStorageName
- Destination storage nameversionId
- File version ID to moveprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void moveFile(String srcPath, String destPath, String srcStorageName, String destStorageName, String versionId) throws ApiException
srcPath
- Source file path e.g. '/src.ext' (required)destPath
- Destination file path e.g. '/dest.ext' (required)srcStorageName
- Source storage namedestStorageName
- Destination storage nameversionId
- File version ID to moveApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> moveFileWithHttpInfo(String srcPath, String destPath, String srcStorageName, String destStorageName, String versionId) throws ApiException
srcPath
- Source file path e.g. '/src.ext' (required)destPath
- Destination file path e.g. '/dest.ext' (required)srcStorageName
- Source storage namedestStorageName
- Destination storage nameversionId
- File version ID to moveApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call moveFileAsync(String srcPath, String destPath, String srcStorageName, String destStorageName, String versionId, ApiCallback<Void> callback) throws ApiException
srcPath
- Source file path e.g. '/src.ext' (required)destPath
- Destination file path e.g. '/dest.ext' (required)srcStorageName
- Source storage namedestStorageName
- Destination storage nameversionId
- File version ID to movecallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call moveFolderCall(String srcPath, String destPath, String srcStorageName, String destStorageName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
srcPath
- Folder path to move e.g. '/folder' (required)destPath
- Destination folder path to move to e.g '/dst' (required)srcStorageName
- Source storage namedestStorageName
- Destination storage nameprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void moveFolder(String srcPath, String destPath, String srcStorageName, String destStorageName) throws ApiException
srcPath
- Folder path to move e.g. '/folder' (required)destPath
- Destination folder path to move to e.g '/dst' (required)srcStorageName
- Source storage namedestStorageName
- Destination storage nameApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> moveFolderWithHttpInfo(String srcPath, String destPath, String srcStorageName, String destStorageName) throws ApiException
srcPath
- Folder path to move e.g. '/folder' (required)destPath
- Destination folder path to move to e.g '/dst' (required)srcStorageName
- Source storage namedestStorageName
- Destination storage nameApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call moveFolderAsync(String srcPath, String destPath, String srcStorageName, String destStorageName, ApiCallback<Void> callback) throws ApiException
srcPath
- Folder path to move e.g. '/folder' (required)destPath
- Destination folder path to move to e.g '/dst' (required)srcStorageName
- Source storage namedestStorageName
- Destination storage namecallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call moveSectionCall(String name, Integer sectionIndex, Integer newPosition, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)sectionIndex
- The position of the section to be reordered. (required)newPosition
- The new position of the reordered section. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Sections moveSection(String name, Integer sectionIndex, Integer newPosition, String password, String folder, String storage) throws ApiException
name
- Document name. (required)sectionIndex
- The position of the section to be reordered. (required)newPosition
- The new position of the reordered section. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Sections> moveSectionWithHttpInfo(String name, Integer sectionIndex, Integer newPosition, String password, String folder, String storage) throws ApiException
name
- Document name. (required)sectionIndex
- The position of the section to be reordered. (required)newPosition
- The new position of the reordered section. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call moveSectionAsync(String name, Integer sectionIndex, Integer newPosition, String password, String folder, String storage, ApiCallback<Sections> callback) throws ApiException
name
- Document name. (required)sectionIndex
- The position of the section to be reordered. (required)newPosition
- The new position of the reordered section. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call moveSlideCall(String name, Integer slideIndex, Integer newPosition, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- The position of the slide to be reordered. (required)newPosition
- The new position of the reordered slide. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Slides moveSlide(String name, Integer slideIndex, Integer newPosition, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- The position of the slide to be reordered. (required)newPosition
- The new position of the reordered slide. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Slides> moveSlideWithHttpInfo(String name, Integer slideIndex, Integer newPosition, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- The position of the slide to be reordered. (required)newPosition
- The new position of the reordered slide. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call moveSlideAsync(String name, Integer slideIndex, Integer newPosition, String password, String folder, String storage, ApiCallback<Slides> callback) throws ApiException
name
- Document name. (required)slideIndex
- The position of the slide to be reordered. (required)newPosition
- The new position of the reordered slide. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call notesSlideExistsCall(String name, Integer slideIndex, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic EntityExists notesSlideExists(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<EntityExists> notesSlideExistsWithHttpInfo(String name, Integer slideIndex, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call notesSlideExistsAsync(String name, Integer slideIndex, String password, String folder, String storage, ApiCallback<EntityExists> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call notesSlideExistsOnlineCall(byte[] document, Integer slideIndex, String password, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)password
- Document password.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic EntityExists notesSlideExistsOnline(byte[] document, Integer slideIndex, String password) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<EntityExists> notesSlideExistsOnlineWithHttpInfo(byte[] document, Integer slideIndex, String password) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call notesSlideExistsOnlineAsync(byte[] document, Integer slideIndex, String password, ApiCallback<EntityExists> callback) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)password
- Document password.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call objectExistsCall(String path, String storageName, String versionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
path
- File or folder path e.g. '/file.ext' or '/folder'storageName
- Storage nameversionId
- File version IDprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ObjectExist objectExists(String path, String storageName, String versionId) throws ApiException
path
- File or folder path e.g. '/file.ext' or '/folder'storageName
- Storage nameversionId
- File version IDApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ObjectExist> objectExistsWithHttpInfo(String path, String storageName, String versionId) throws ApiException
path
- File or folder path e.g. '/file.ext' or '/folder'storageName
- Storage nameversionId
- File version IDApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call objectExistsAsync(String path, String storageName, String versionId, ApiCallback<ObjectExist> callback) throws ApiException
path
- File or folder path e.g. '/file.ext' or '/folder'storageName
- Storage nameversionId
- File version IDcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call orderedMergeCall(String name, OrderedMergeRequest request, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)request
- OrderedMergeRequest with a list of presentations and slide indices to merge. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Document orderedMerge(String name, OrderedMergeRequest request, String password, String folder, String storage) throws ApiException
name
- Document name. (required)request
- OrderedMergeRequest with a list of presentations and slide indices to merge. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Document> orderedMergeWithHttpInfo(String name, OrderedMergeRequest request, String password, String folder, String storage) throws ApiException
name
- Document name. (required)request
- OrderedMergeRequest with a list of presentations and slide indices to merge. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call orderedMergeAsync(String name, OrderedMergeRequest request, String password, String folder, String storage, ApiCallback<Document> callback) throws ApiException
name
- Document name. (required)request
- OrderedMergeRequest with a list of presentations and slide indices to merge. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call pipelineCall(Pipeline pipeline, List<FileInfo> files, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
pipeline
- A Pipeline object. (required)files
- Files to upload with the pipelineprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File pipeline(Pipeline pipeline, List<FileInfo> files) throws ApiException
pipeline
- A Pipeline object. (required)files
- Files to upload with the pipelineApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> pipelineWithHttpInfo(Pipeline pipeline, List<FileInfo> files) throws ApiException
pipeline
- A Pipeline object. (required)files
- Files to upload with the pipelineApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call pipelineAsync(Pipeline pipeline, List<FileInfo> files, ApiCallback<File> callback) throws ApiException
pipeline
- A Pipeline object. (required)files
- Files to upload with the pipelinecallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call reorderSlidesCall(String name, List<Integer> oldPositions, List<Integer> newPositions, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)oldPositions
- A comma separated array of positions of slides to be reordered.newPositions
- A comma separated array of new slide positions.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Slides reorderSlides(String name, List<Integer> oldPositions, List<Integer> newPositions, String password, String folder, String storage) throws ApiException
name
- Document name. (required)oldPositions
- A comma separated array of positions of slides to be reordered.newPositions
- A comma separated array of new slide positions.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Slides> reorderSlidesWithHttpInfo(String name, List<Integer> oldPositions, List<Integer> newPositions, String password, String folder, String storage) throws ApiException
name
- Document name. (required)oldPositions
- A comma separated array of positions of slides to be reordered.newPositions
- A comma separated array of new slide positions.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call reorderSlidesAsync(String name, List<Integer> oldPositions, List<Integer> newPositions, String password, String folder, String storage, ApiCallback<Slides> callback) throws ApiException
name
- Document name. (required)oldPositions
- A comma separated array of positions of slides to be reordered.newPositions
- A comma separated array of new slide positions.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call replacePresentationTextCall(String name, String oldValue, String newValue, Boolean ignoreCase, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)oldValue
- Text value to be replaced. (required)newValue
- Text value to replace with. (required)ignoreCase
- True if character case must be ignored.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DocumentReplaceResult replacePresentationText(String name, String oldValue, String newValue, Boolean ignoreCase, String password, String folder, String storage) throws ApiException
name
- Document name. (required)oldValue
- Text value to be replaced. (required)newValue
- Text value to replace with. (required)ignoreCase
- True if character case must be ignored.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentReplaceResult> replacePresentationTextWithHttpInfo(String name, String oldValue, String newValue, Boolean ignoreCase, String password, String folder, String storage) throws ApiException
name
- Document name. (required)oldValue
- Text value to be replaced. (required)newValue
- Text value to replace with. (required)ignoreCase
- True if character case must be ignored.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call replacePresentationTextAsync(String name, String oldValue, String newValue, Boolean ignoreCase, String password, String folder, String storage, ApiCallback<DocumentReplaceResult> callback) throws ApiException
name
- Document name. (required)oldValue
- Text value to be replaced. (required)newValue
- Text value to replace with. (required)ignoreCase
- True if character case must be ignored.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call replacePresentationTextOnlineCall(byte[] document, String oldValue, String newValue, Boolean ignoreCase, String password, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data. (required)oldValue
- Text value to be replaced. (required)newValue
- Text value to replace with. (required)ignoreCase
- True if character case must be ignored.password
- Document password.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File replacePresentationTextOnline(byte[] document, String oldValue, String newValue, Boolean ignoreCase, String password) throws ApiException
document
- Document data. (required)oldValue
- Text value to be replaced. (required)newValue
- Text value to replace with. (required)ignoreCase
- True if character case must be ignored.password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> replacePresentationTextOnlineWithHttpInfo(byte[] document, String oldValue, String newValue, Boolean ignoreCase, String password) throws ApiException
document
- Document data. (required)oldValue
- Text value to be replaced. (required)newValue
- Text value to replace with. (required)ignoreCase
- True if character case must be ignored.password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call replacePresentationTextOnlineAsync(byte[] document, String oldValue, String newValue, Boolean ignoreCase, String password, ApiCallback<File> callback) throws ApiException
document
- Document data. (required)oldValue
- Text value to be replaced. (required)newValue
- Text value to replace with. (required)ignoreCase
- True if character case must be ignored.password
- Document password.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call replaceSlideTextCall(String name, Integer slideIndex, String oldValue, String newValue, Boolean ignoreCase, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)oldValue
- Text value to be replaced. (required)newValue
- Text value to replace with. (required)ignoreCase
- True if character case must be ignored.password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideReplaceResult replaceSlideText(String name, Integer slideIndex, String oldValue, String newValue, Boolean ignoreCase, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)oldValue
- Text value to be replaced. (required)newValue
- Text value to replace with. (required)ignoreCase
- True if character case must be ignored.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideReplaceResult> replaceSlideTextWithHttpInfo(String name, Integer slideIndex, String oldValue, String newValue, Boolean ignoreCase, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)oldValue
- Text value to be replaced. (required)newValue
- Text value to replace with. (required)ignoreCase
- True if character case must be ignored.password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call replaceSlideTextAsync(String name, Integer slideIndex, String oldValue, String newValue, Boolean ignoreCase, String password, String folder, String storage, ApiCallback<SlideReplaceResult> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)oldValue
- Text value to be replaced. (required)newValue
- Text value to replace with. (required)ignoreCase
- True if character case must be ignored.password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call replaceSlideTextOnlineCall(byte[] document, Integer slideIndex, String oldValue, String newValue, Boolean ignoreCase, String password, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data. (required)slideIndex
- Index of target slide. (required)oldValue
- Text value to be replaced. (required)newValue
- Text value to replace with. (required)ignoreCase
- True if character case must be ignored.password
- Document password.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File replaceSlideTextOnline(byte[] document, Integer slideIndex, String oldValue, String newValue, Boolean ignoreCase, String password) throws ApiException
document
- Document data. (required)slideIndex
- Index of target slide. (required)oldValue
- Text value to be replaced. (required)newValue
- Text value to replace with. (required)ignoreCase
- True if character case must be ignored.password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> replaceSlideTextOnlineWithHttpInfo(byte[] document, Integer slideIndex, String oldValue, String newValue, Boolean ignoreCase, String password) throws ApiException
document
- Document data. (required)slideIndex
- Index of target slide. (required)oldValue
- Text value to be replaced. (required)newValue
- Text value to replace with. (required)ignoreCase
- True if character case must be ignored.password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call replaceSlideTextOnlineAsync(byte[] document, Integer slideIndex, String oldValue, String newValue, Boolean ignoreCase, String password, ApiCallback<File> callback) throws ApiException
document
- Document data. (required)slideIndex
- Index of target slide. (required)oldValue
- Text value to be replaced. (required)newValue
- Text value to replace with. (required)ignoreCase
- True if character case must be ignored.password
- Document password.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)outPath
- Path to save result. (required)password
- Document password.folder
- Presentation folder.storage
- Presentation storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void savePortionAsMathMl(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String outPath, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)outPath
- Path to save result. (required)password
- Document password.folder
- Presentation folder.storage
- Presentation storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> savePortionAsMathMlWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String outPath, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)outPath
- Path to save result. (required)password
- Document password.folder
- Presentation folder.storage
- Presentation storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call savePortionAsMathMlAsync(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, String outPath, String password, String folder, String storage, ApiCallback<Void> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)outPath
- Path to save result. (required)password
- Document password.folder
- Presentation folder.storage
- Presentation storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
name
- Document name. (required)format
- Export format. (required)outPath
- Output path. (required)options
- Export options.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Custom fonts folder.slides
- The indices of the slides to be saved. If not specified, all slides are saved by default.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void savePresentation(String name, ExportFormat format, String outPath, ExportOptions options, String password, String folder, String storage, String fontsFolder, List<Integer> slides) throws ApiException
name
- Document name. (required)format
- Export format. (required)outPath
- Output path. (required)options
- Export options.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Custom fonts folder.slides
- The indices of the slides to be saved. If not specified, all slides are saved by default.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> savePresentationWithHttpInfo(String name, ExportFormat format, String outPath, ExportOptions options, String password, String folder, String storage, String fontsFolder, List<Integer> slides) throws ApiException
name
- Document name. (required)format
- Export format. (required)outPath
- Output path. (required)options
- Export options.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Custom fonts folder.slides
- The indices of the slides to be saved. If not specified, all slides are saved by default.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call savePresentationAsync(String name, ExportFormat format, String outPath, ExportOptions options, String password, String folder, String storage, String fontsFolder, List<Integer> slides, ApiCallback<Void> callback) throws ApiException
name
- Document name. (required)format
- Export format. (required)outPath
- Output path. (required)options
- Export options.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Custom fonts folder.slides
- The indices of the slides to be saved. If not specified, all slides are saved by default.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Presentation name. (required)slideIndex
- Slide index. (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Output path. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void 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) throws ApiException
name
- Presentation name. (required)slideIndex
- Slide index. (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Output path. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> 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) throws ApiException
name
- Presentation name. (required)slideIndex
- Slide index. (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Output path. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call 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, ApiCallback<Void> callback) throws ApiException
name
- Presentation name. (required)slideIndex
- Slide index. (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Output path. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Path to save result. (required)scaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.storage
- Document storage.fontsFolder
- Fonts folder.options
- Export options.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void 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) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Path to save result. (required)scaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.storage
- Document storage.fontsFolder
- Fonts folder.options
- Export options.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> 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) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Path to save result. (required)scaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.storage
- Document storage.fontsFolder
- Fonts folder.options
- Export options.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call 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) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Path to save result. (required)scaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.storage
- Document storage.fontsFolder
- Fonts folder.options
- Export options.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)outPath
- Path to upload the output file to. (required)options
- Export options.width
- Output file width; 0 to not adjust the size. Default is 0.height
- Output file height; 0 to not adjust the size. Default is 0.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void saveSlide(String name, Integer slideIndex, SlideExportFormat format, String outPath, ExportOptions options, Integer width, Integer height, String password, String folder, String storage, String fontsFolder) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)outPath
- Path to upload the output file to. (required)options
- Export options.width
- Output file width; 0 to not adjust the size. Default is 0.height
- Output file height; 0 to not adjust the size. Default is 0.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> saveSlideWithHttpInfo(String name, Integer slideIndex, SlideExportFormat format, String outPath, ExportOptions options, Integer width, Integer height, String password, String folder, String storage, String fontsFolder) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)outPath
- Path to upload the output file to. (required)options
- Export options.width
- Output file width; 0 to not adjust the size. Default is 0.height
- Output file height; 0 to not adjust the size. Default is 0.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call 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) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)outPath
- Path to upload the output file to. (required)options
- Export options.width
- Output file width; 0 to not adjust the size. Default is 0.height
- Output file height; 0 to not adjust the size. Default is 0.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)outPath
- Path to save result. (required)width
- Output file width; 0 to not adjust the size. Default is 0.height
- Output file height; 0 to not adjust the size. Default is 0.password
- Document password.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.options
- Export options.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void saveSlideOnline(byte[] document, Integer slideIndex, SlideExportFormat format, String outPath, Integer width, Integer height, String password, String storage, String fontsFolder, ExportOptions options) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)outPath
- Path to save result. (required)width
- Output file width; 0 to not adjust the size. Default is 0.height
- Output file height; 0 to not adjust the size. Default is 0.password
- Document password.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.options
- Export options.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> saveSlideOnlineWithHttpInfo(byte[] document, Integer slideIndex, SlideExportFormat format, String outPath, Integer width, Integer height, String password, String storage, String fontsFolder, ExportOptions options) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)outPath
- Path to save result. (required)width
- Output file width; 0 to not adjust the size. Default is 0.height
- Output file height; 0 to not adjust the size. Default is 0.password
- Document password.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.options
- Export options.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call saveSlideOnlineAsync(byte[] document, Integer slideIndex, SlideExportFormat format, String outPath, Integer width, Integer height, String password, String storage, String fontsFolder, ExportOptions options, ApiCallback<Void> callback) throws ApiException
document
- Document data. (required)slideIndex
- Slide index. (required)format
- Output file format. (required)outPath
- Path to save result. (required)width
- Output file width; 0 to not adjust the size. Default is 0.height
- Output file height; 0 to not adjust the size. Default is 0.password
- Document password.storage
- Document storage.fontsFolder
- Storage folder containing custom fonts to be used with the document.options
- Export options.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Presentation name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Output path. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void 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) throws ApiException
name
- Presentation name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Output path. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> 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) throws ApiException
name
- Presentation name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Output path. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call 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, ApiCallback<Void> callback) throws ApiException
name
- Presentation name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Output path. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call saveSpecialSlideSubshapeCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, ShapeExportFormat format, String outPath, IShapeExportOptions options, Double scaleX, Double scaleY, ShapeThumbnailBounds bounds, String password, String folder, String storage, String fontsFolder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Presentation name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path (for smart art and group shapes).shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Output path. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void saveSpecialSlideSubshape(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, ShapeExportFormat format, String outPath, IShapeExportOptions options, Double scaleX, Double scaleY, ShapeThumbnailBounds bounds, String password, String folder, String storage, String fontsFolder) throws ApiException
name
- Presentation name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path (for smart art and group shapes).shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Output path. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> saveSpecialSlideSubshapeWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, ShapeExportFormat format, String outPath, IShapeExportOptions options, Double scaleX, Double scaleY, ShapeThumbnailBounds bounds, String password, String folder, String storage, String fontsFolder) throws ApiException
name
- Presentation name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path (for smart art and group shapes).shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Output path. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call saveSpecialSlideSubshapeAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, ShapeExportFormat format, String outPath, IShapeExportOptions options, Double scaleX, Double scaleY, ShapeThumbnailBounds bounds, String password, String folder, String storage, String fontsFolder, ApiCallback<Void> callback) throws ApiException
name
- Presentation name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path (for smart art and group shapes).shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Output path. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call saveSubshapeCall(String name, Integer slideIndex, String path, Integer shapeIndex, ShapeExportFormat format, String outPath, IShapeExportOptions options, Double scaleX, Double scaleY, ShapeThumbnailBounds bounds, String password, String folder, String storage, String fontsFolder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Presentation name. (required)slideIndex
- Slide index. (required)path
- Shape path (for smart art and group shapes).shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Output path. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void saveSubshape(String name, Integer slideIndex, String path, Integer shapeIndex, ShapeExportFormat format, String outPath, IShapeExportOptions options, Double scaleX, Double scaleY, ShapeThumbnailBounds bounds, String password, String folder, String storage, String fontsFolder) throws ApiException
name
- Presentation name. (required)slideIndex
- Slide index. (required)path
- Shape path (for smart art and group shapes).shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Output path. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> saveSubshapeWithHttpInfo(String name, Integer slideIndex, String path, Integer shapeIndex, ShapeExportFormat format, String outPath, IShapeExportOptions options, Double scaleX, Double scaleY, ShapeThumbnailBounds bounds, String password, String folder, String storage, String fontsFolder) throws ApiException
name
- Presentation name. (required)slideIndex
- Slide index. (required)path
- Shape path (for smart art and group shapes).shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Output path. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call saveSubshapeAsync(String name, Integer slideIndex, String path, Integer shapeIndex, ShapeExportFormat format, String outPath, IShapeExportOptions options, Double scaleX, Double scaleY, ShapeThumbnailBounds bounds, String password, String folder, String storage, String fontsFolder, ApiCallback<Void> callback) throws ApiException
name
- Presentation name. (required)slideIndex
- Slide index. (required)path
- Shape path (for smart art and group shapes).shapeIndex
- Index of shape starting from 1 (required)format
- Export picture format. (required)outPath
- Output path. (required)options
- export optionsscaleX
- X scale ratio.scaleY
- Y scale ratio.bounds
- Shape thumbnail bounds type.password
- Document password.folder
- Presentation folder.storage
- Presentation storage.fontsFolder
- Fonts folder.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call setAnimationCall(String name, Integer slideIndex, SlideAnimation animation, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)animation
- Animation DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation setAnimation(String name, Integer slideIndex, SlideAnimation animation, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)animation
- Animation DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> setAnimationWithHttpInfo(String name, Integer slideIndex, SlideAnimation animation, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)animation
- Animation DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call setAnimationAsync(String name, Integer slideIndex, SlideAnimation animation, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)animation
- Animation DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call setBackgroundCall(String name, Integer slideIndex, SlideBackground background, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)background
- Slide background update data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideBackground setBackground(String name, Integer slideIndex, SlideBackground background, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)background
- Slide background update data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideBackground> setBackgroundWithHttpInfo(String name, Integer slideIndex, SlideBackground background, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)background
- Slide background update data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call setBackgroundAsync(String name, Integer slideIndex, SlideBackground background, String password, String folder, String storage, ApiCallback<SlideBackground> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)background
- Slide background update data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call setBackgroundColorCall(String name, Integer slideIndex, String color, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)color
- Slide background target color in RRGGBB format. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideBackground setBackgroundColor(String name, Integer slideIndex, String color, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)color
- Slide background target color in RRGGBB format. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideBackground> setBackgroundColorWithHttpInfo(String name, Integer slideIndex, String color, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)color
- Slide background target color in RRGGBB format. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call setBackgroundColorAsync(String name, Integer slideIndex, String color, String password, String folder, String storage, ApiCallback<SlideBackground> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)color
- Slide background target color in RRGGBB format. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call setDocumentPropertiesCall(String name, DocumentProperties properties, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)properties
- New properties. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DocumentProperties setDocumentProperties(String name, DocumentProperties properties, String password, String folder, String storage) throws ApiException
name
- Document name. (required)properties
- New properties. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentProperties> setDocumentPropertiesWithHttpInfo(String name, DocumentProperties properties, String password, String folder, String storage) throws ApiException
name
- Document name. (required)properties
- New properties. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call setDocumentPropertiesAsync(String name, DocumentProperties properties, String password, String folder, String storage, ApiCallback<DocumentProperties> callback) throws ApiException
name
- Document name. (required)properties
- New properties. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call setDocumentPropertyCall(String name, String propertyName, DocumentProperty property, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)propertyName
- The property name. (required)property
- Property with the value. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic DocumentProperty setDocumentProperty(String name, String propertyName, DocumentProperty property, String password, String folder, String storage) throws ApiException
name
- Document name. (required)propertyName
- The property name. (required)property
- Property with the value. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DocumentProperty> setDocumentPropertyWithHttpInfo(String name, String propertyName, DocumentProperty property, String password, String folder, String storage) throws ApiException
name
- Document name. (required)propertyName
- The property name. (required)property
- Property with the value. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call setDocumentPropertyAsync(String name, String propertyName, DocumentProperty property, String password, String folder, String storage, ApiCallback<DocumentProperty> callback) throws ApiException
name
- Document name. (required)propertyName
- The property name. (required)property
- Property with the value. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call setNotesSlideHeaderFooterCall(String name, Integer slideIndex, NotesSlideHeaderFooter dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- Header/footer to set. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic NotesSlideHeaderFooter setNotesSlideHeaderFooter(String name, Integer slideIndex, NotesSlideHeaderFooter dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- Header/footer to set. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<NotesSlideHeaderFooter> setNotesSlideHeaderFooterWithHttpInfo(String name, Integer slideIndex, NotesSlideHeaderFooter dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- Header/footer to set. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call setNotesSlideHeaderFooterAsync(String name, Integer slideIndex, NotesSlideHeaderFooter dto, String password, String folder, String storage, ApiCallback<NotesSlideHeaderFooter> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- Header/footer to set. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call setPresentationHeaderFooterCall(String name, HeaderFooter dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)dto
- HeaderFooter instance. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Document setPresentationHeaderFooter(String name, HeaderFooter dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)dto
- HeaderFooter instance. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Document> setPresentationHeaderFooterWithHttpInfo(String name, HeaderFooter dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)dto
- HeaderFooter instance. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call setPresentationHeaderFooterAsync(String name, HeaderFooter dto, String password, String folder, String storage, ApiCallback<Document> callback) throws ApiException
name
- Document name. (required)dto
- HeaderFooter instance. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call setProtectionCall(String name, ProtectionProperties dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)dto
- Protection properties. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ProtectionProperties setProtection(String name, ProtectionProperties dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)dto
- Protection properties. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ProtectionProperties> setProtectionWithHttpInfo(String name, ProtectionProperties dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)dto
- Protection properties. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call setProtectionAsync(String name, ProtectionProperties dto, String password, String folder, String storage, ApiCallback<ProtectionProperties> callback) throws ApiException
name
- Document name. (required)dto
- Protection properties. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call setProtectionOnlineCall(byte[] document, ProtectionProperties dto, String password, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
document
- Document data. (required)dto
- Protection properties. (required)password
- Document password.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File setProtectionOnline(byte[] document, ProtectionProperties dto, String password) throws ApiException
document
- Document data. (required)dto
- Protection properties. (required)password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> setProtectionOnlineWithHttpInfo(byte[] document, ProtectionProperties dto, String password) throws ApiException
document
- Document data. (required)dto
- Protection properties. (required)password
- Document password.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call setProtectionOnlineAsync(byte[] document, ProtectionProperties dto, String password, ApiCallback<File> callback) throws ApiException
document
- Document data. (required)dto
- Protection properties. (required)password
- Document password.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call setSectionsCall(String name, Sections sections, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)sections
- Sections DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Sections setSections(String name, Sections sections, String password, String folder, String storage) throws ApiException
name
- Document name. (required)sections
- Sections DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Sections> setSectionsWithHttpInfo(String name, Sections sections, String password, String folder, String storage) throws ApiException
name
- Document name. (required)sections
- Sections DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call setSectionsAsync(String name, Sections sections, String password, String folder, String storage, ApiCallback<Sections> callback) throws ApiException
name
- Document name. (required)sections
- Sections DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call setShapeGeometryPathCall(String name, Integer slideIndex, Integer shapeIndex, GeometryPaths dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)dto
- Geometry paths DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ShapeBase setShapeGeometryPath(String name, Integer slideIndex, Integer shapeIndex, GeometryPaths dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)dto
- Geometry paths DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ShapeBase> setShapeGeometryPathWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, GeometryPaths dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)dto
- Geometry paths DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call setShapeGeometryPathAsync(String name, Integer slideIndex, Integer shapeIndex, GeometryPaths dto, String password, String folder, String storage, ApiCallback<ShapeBase> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)dto
- Geometry paths DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call setSlideHeaderFooterCall(String name, Integer slideIndex, HeaderFooter dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- The position of the slide to be reordered. (required)dto
- Footer to set. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic HeaderFooter setSlideHeaderFooter(String name, Integer slideIndex, HeaderFooter dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- The position of the slide to be reordered. (required)dto
- Footer to set. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<HeaderFooter> setSlideHeaderFooterWithHttpInfo(String name, Integer slideIndex, HeaderFooter dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- The position of the slide to be reordered. (required)dto
- Footer to set. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call setSlideHeaderFooterAsync(String name, Integer slideIndex, HeaderFooter dto, String password, String folder, String storage, ApiCallback<HeaderFooter> callback) throws ApiException
name
- Document name. (required)slideIndex
- The position of the slide to be reordered. (required)dto
- Footer to set. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call setSlidePropertiesCall(String name, SlideProperties dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)dto
- The view properties data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideProperties setSlideProperties(String name, SlideProperties dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)dto
- The view properties data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideProperties> setSlidePropertiesWithHttpInfo(String name, SlideProperties dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)dto
- The view properties data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call setSlidePropertiesAsync(String name, SlideProperties dto, String password, String folder, String storage, ApiCallback<SlideProperties> callback) throws ApiException
name
- Document name. (required)dto
- The view properties data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call setSpecialSlideAnimationCall(String name, Integer slideIndex, SpecialSlideType slideType, SlideAnimation animation, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)animation
- Animation DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation setSpecialSlideAnimation(String name, Integer slideIndex, SpecialSlideType slideType, SlideAnimation animation, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)animation
- Animation DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> setSpecialSlideAnimationWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, SlideAnimation animation, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)animation
- Animation DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call setSpecialSlideAnimationAsync(String name, Integer slideIndex, SpecialSlideType slideType, SlideAnimation animation, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)animation
- Animation DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call setViewPropertiesCall(String name, ViewProperties dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)dto
- The view properties data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ViewProperties setViewProperties(String name, ViewProperties dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)dto
- The view properties data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ViewProperties> setViewPropertiesWithHttpInfo(String name, ViewProperties dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)dto
- The view properties data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call setViewPropertiesAsync(String name, ViewProperties dto, String password, String folder, String storage, ApiCallback<ViewProperties> callback) throws ApiException
name
- Document name. (required)dto
- The view properties data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
name
- Document name. (required)options
- Export options.format
- Export format. Default value is jpeg.width
- The width of created images.height
- The height of created images.from
- The start slide number for splitting, if is not specified splitting starts from the first slide of the presentation.to
- The last slide number for splitting, if is not specified splitting ends at the last slide of the document.destFolder
- Folder on storage where images are going to be uploaded. If not specified then images are uploaded to same folder as presentation.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Custom fonts folder.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SplitDocumentResult 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) throws ApiException
name
- Document name. (required)options
- Export options.format
- Export format. Default value is jpeg.width
- The width of created images.height
- The height of created images.from
- The start slide number for splitting, if is not specified splitting starts from the first slide of the presentation.to
- The last slide number for splitting, if is not specified splitting ends at the last slide of the document.destFolder
- Folder on storage where images are going to be uploaded. If not specified then images are uploaded to same folder as presentation.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Custom fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SplitDocumentResult> 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) throws ApiException
name
- Document name. (required)options
- Export options.format
- Export format. Default value is jpeg.width
- The width of created images.height
- The height of created images.from
- The start slide number for splitting, if is not specified splitting starts from the first slide of the presentation.to
- The last slide number for splitting, if is not specified splitting ends at the last slide of the document.destFolder
- Folder on storage where images are going to be uploaded. If not specified then images are uploaded to same folder as presentation.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Custom fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call 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) throws ApiException
name
- Document name. (required)options
- Export options.format
- Export format. Default value is jpeg.width
- The width of created images.height
- The height of created images.from
- The start slide number for splitting, if is not specified splitting starts from the first slide of the presentation.to
- The last slide number for splitting, if is not specified splitting ends at the last slide of the document.destFolder
- Folder on storage where images are going to be uploaded. If not specified then images are uploaded to same folder as presentation.password
- Document password.folder
- Document folder.storage
- Document storage.fontsFolder
- Custom fonts folder.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
document
- Document data. (required)format
- ExportFormat (required)destFolder
- Folder on storage where images are going to be uploaded. If not specified then images are uploaded to the root folder.width
- Slide width.height
- Slide height.from
- The start slide number for splitting, if is not specified splitting starts from the first slide of the presentation.to
- The last slide number for splitting, if is not specified splitting ends at the last slide of the document.password
- Document password.storage
- Document storage.fontsFolder
- Custom fonts folder.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SplitDocumentResult splitAndSaveOnline(byte[] document, SlideExportFormat format, String destFolder, Integer width, Integer height, Integer from, Integer to, String password, String storage, String fontsFolder) throws ApiException
document
- Document data. (required)format
- ExportFormat (required)destFolder
- Folder on storage where images are going to be uploaded. If not specified then images are uploaded to the root folder.width
- Slide width.height
- Slide height.from
- The start slide number for splitting, if is not specified splitting starts from the first slide of the presentation.to
- The last slide number for splitting, if is not specified splitting ends at the last slide of the document.password
- Document password.storage
- Document storage.fontsFolder
- Custom fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SplitDocumentResult> splitAndSaveOnlineWithHttpInfo(byte[] document, SlideExportFormat format, String destFolder, Integer width, Integer height, Integer from, Integer to, String password, String storage, String fontsFolder) throws ApiException
document
- Document data. (required)format
- ExportFormat (required)destFolder
- Folder on storage where images are going to be uploaded. If not specified then images are uploaded to the root folder.width
- Slide width.height
- Slide height.from
- The start slide number for splitting, if is not specified splitting starts from the first slide of the presentation.to
- The last slide number for splitting, if is not specified splitting ends at the last slide of the document.password
- Document password.storage
- Document storage.fontsFolder
- Custom fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call splitAndSaveOnlineAsync(byte[] document, SlideExportFormat format, String destFolder, Integer width, Integer height, Integer from, Integer to, String password, String storage, String fontsFolder, ApiCallback<SplitDocumentResult> callback) throws ApiException
document
- Document data. (required)format
- ExportFormat (required)destFolder
- Folder on storage where images are going to be uploaded. If not specified then images are uploaded to the root folder.width
- Slide width.height
- Slide height.from
- The start slide number for splitting, if is not specified splitting starts from the first slide of the presentation.to
- The last slide number for splitting, if is not specified splitting ends at the last slide of the document.password
- Document password.storage
- Document storage.fontsFolder
- Custom fonts folder.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
document
- Document data. (required)format
- ExportFormat (required)width
- Slide width.height
- Slide height.from
- The start slide number for splitting, if is not specified splitting starts from the first slide of the presentation.to
- The last slide number for splitting, if is not specified splitting ends at the last slide of the document.password
- Document password.storage
- Document storage.fontsFolder
- Custom fonts folder.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File splitOnline(byte[] document, SlideExportFormat format, Integer width, Integer height, Integer from, Integer to, String password, String storage, String fontsFolder) throws ApiException
document
- Document data. (required)format
- ExportFormat (required)width
- Slide width.height
- Slide height.from
- The start slide number for splitting, if is not specified splitting starts from the first slide of the presentation.to
- The last slide number for splitting, if is not specified splitting ends at the last slide of the document.password
- Document password.storage
- Document storage.fontsFolder
- Custom fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> splitOnlineWithHttpInfo(byte[] document, SlideExportFormat format, Integer width, Integer height, Integer from, Integer to, String password, String storage, String fontsFolder) throws ApiException
document
- Document data. (required)format
- ExportFormat (required)width
- Slide width.height
- Slide height.from
- The start slide number for splitting, if is not specified splitting starts from the first slide of the presentation.to
- The last slide number for splitting, if is not specified splitting ends at the last slide of the document.password
- Document password.storage
- Document storage.fontsFolder
- Custom fonts folder.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call splitOnlineAsync(byte[] document, SlideExportFormat format, Integer width, Integer height, Integer from, Integer to, String password, String storage, String fontsFolder, ApiCallback<File> callback) throws ApiException
document
- Document data. (required)format
- ExportFormat (required)width
- Slide width.height
- Slide height.from
- The start slide number for splitting, if is not specified splitting starts from the first slide of the presentation.to
- The last slide number for splitting, if is not specified splitting ends at the last slide of the document.password
- Document password.storage
- Document storage.fontsFolder
- Custom fonts folder.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call storageExistsCall(String storageName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
storageName
- Storage name (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic StorageExist storageExists(String storageName) throws ApiException
storageName
- Storage name (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<StorageExist> storageExistsWithHttpInfo(String storageName) throws ApiException
storageName
- Storage name (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call storageExistsAsync(String storageName, ApiCallback<StorageExist> callback) throws ApiException
storageName
- Storage name (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateAnimationEffectCall(String name, Integer slideIndex, Integer effectIndex, Effect effect, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)effectIndex
- The position of the effect to be modified. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation updateAnimationEffect(String name, Integer slideIndex, Integer effectIndex, Effect effect, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)effectIndex
- The position of the effect to be modified. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> updateAnimationEffectWithHttpInfo(String name, Integer slideIndex, Integer effectIndex, Effect effect, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)effectIndex
- The position of the effect to be modified. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateAnimationEffectAsync(String name, Integer slideIndex, Integer effectIndex, Effect effect, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)effectIndex
- The position of the effect to be modified. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateAnimationInteractiveSequenceEffectCall(String name, Integer slideIndex, Integer sequenceIndex, Integer effectIndex, Effect effect, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequenceIndex
- The position of the interactive sequence. (required)effectIndex
- The position of the effect to be modified. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation updateAnimationInteractiveSequenceEffect(String name, Integer slideIndex, Integer sequenceIndex, Integer effectIndex, Effect effect, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequenceIndex
- The position of the interactive sequence. (required)effectIndex
- The position of the effect to be modified. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> updateAnimationInteractiveSequenceEffectWithHttpInfo(String name, Integer slideIndex, Integer sequenceIndex, Integer effectIndex, Effect effect, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequenceIndex
- The position of the interactive sequence. (required)effectIndex
- The position of the effect to be modified. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateAnimationInteractiveSequenceEffectAsync(String name, Integer slideIndex, Integer sequenceIndex, Integer effectIndex, Effect effect, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)sequenceIndex
- The position of the interactive sequence. (required)effectIndex
- The position of the effect to be modified. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateChartCategoryCall(String name, Integer slideIndex, Integer shapeIndex, Integer categoryIndex, ChartCategory category, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)categoryIndex
- Category index. (required)category
- Category DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Chart updateChartCategory(String name, Integer slideIndex, Integer shapeIndex, Integer categoryIndex, ChartCategory category, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)categoryIndex
- Category index. (required)category
- Category DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Chart> updateChartCategoryWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer categoryIndex, ChartCategory category, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)categoryIndex
- Category index. (required)category
- Category DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateChartCategoryAsync(String name, Integer slideIndex, Integer shapeIndex, Integer categoryIndex, ChartCategory category, String password, String folder, String storage, ApiCallback<Chart> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)categoryIndex
- Category index. (required)category
- Category DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)seriesIndex
- Series index. (required)pointIndex
- Data point index. (required)dataPoint
- Data point DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Chart updateChartDataPoint(String name, Integer slideIndex, Integer shapeIndex, Integer seriesIndex, Integer pointIndex, DataPoint dataPoint, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)seriesIndex
- Series index. (required)pointIndex
- Data point index. (required)dataPoint
- Data point DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Chart> updateChartDataPointWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer seriesIndex, Integer pointIndex, DataPoint dataPoint, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)seriesIndex
- Series index. (required)pointIndex
- Data point index. (required)dataPoint
- Data point DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateChartDataPointAsync(String name, Integer slideIndex, Integer shapeIndex, Integer seriesIndex, Integer pointIndex, DataPoint dataPoint, String password, String folder, String storage, ApiCallback<Chart> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)seriesIndex
- Series index. (required)pointIndex
- Data point index. (required)dataPoint
- Data point DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateChartSeriesCall(String name, Integer slideIndex, Integer shapeIndex, Integer seriesIndex, Series series, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index (must be a chart). (required)seriesIndex
- Series index. (required)series
- Series DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Chart updateChartSeries(String name, Integer slideIndex, Integer shapeIndex, Integer seriesIndex, Series series, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index (must be a chart). (required)seriesIndex
- Series index. (required)series
- Series DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Chart> updateChartSeriesWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer seriesIndex, Series series, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index (must be a chart). (required)seriesIndex
- Series index. (required)series
- Series DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateChartSeriesAsync(String name, Integer slideIndex, Integer shapeIndex, Integer seriesIndex, Series series, String password, String folder, String storage, ApiCallback<Chart> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index (must be a chart). (required)seriesIndex
- Series index. (required)series
- Series DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateLayoutSlideCall(String name, Integer slideIndex, LayoutSlide slideDto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)slideDto
- Slide update data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic LayoutSlide updateLayoutSlide(String name, Integer slideIndex, LayoutSlide slideDto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)slideDto
- Slide update data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<LayoutSlide> updateLayoutSlideWithHttpInfo(String name, Integer slideIndex, LayoutSlide slideDto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)slideDto
- Slide update data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateLayoutSlideAsync(String name, Integer slideIndex, LayoutSlide slideDto, String password, String folder, String storage, ApiCallback<LayoutSlide> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)slideDto
- Slide update data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateNotesSlideCall(String name, Integer slideIndex, NotesSlide dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- A NotesSlide object with notes slide data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic NotesSlide updateNotesSlide(String name, Integer slideIndex, NotesSlide dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- A NotesSlide object with notes slide data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<NotesSlide> updateNotesSlideWithHttpInfo(String name, Integer slideIndex, NotesSlide dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- A NotesSlide object with notes slide data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateNotesSlideAsync(String name, Integer slideIndex, NotesSlide dto, String password, String folder, String storage, ApiCallback<NotesSlide> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)dto
- A NotesSlide object with notes slide data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateParagraphCall(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Paragraph dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Paragraph DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraph updateParagraph(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Paragraph dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Paragraph DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraph> updateParagraphWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Paragraph dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Paragraph DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateParagraphAsync(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Paragraph dto, String password, String folder, String storage, ApiCallback<Paragraph> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Paragraph DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updatePortionCall(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, Portion dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)dto
- Portion DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portion updatePortion(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, Portion dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)dto
- Portion DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portion> updatePortionWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, Portion dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)dto
- Portion DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updatePortionAsync(String name, Integer slideIndex, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, Portion dto, String password, String folder, String storage, ApiCallback<Portion> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)dto
- Portion DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateSectionCall(String name, Integer sectionIndex, String sectionName, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)sectionIndex
- The position of the section to be updated. (required)sectionName
- Section name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Sections updateSection(String name, Integer sectionIndex, String sectionName, String password, String folder, String storage) throws ApiException
name
- Document name. (required)sectionIndex
- The position of the section to be updated. (required)sectionName
- Section name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Sections> updateSectionWithHttpInfo(String name, Integer sectionIndex, String sectionName, String password, String folder, String storage) throws ApiException
name
- Document name. (required)sectionIndex
- The position of the section to be updated. (required)sectionName
- Section name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateSectionAsync(String name, Integer sectionIndex, String sectionName, String password, String folder, String storage, ApiCallback<Sections> callback) throws ApiException
name
- Document name. (required)sectionIndex
- The position of the section to be updated. (required)sectionName
- Section name. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateShapeCall(String name, Integer slideIndex, Integer shapeIndex, ShapeBase dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)dto
- Shape DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ShapeBase updateShape(String name, Integer slideIndex, Integer shapeIndex, ShapeBase dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)dto
- Shape DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ShapeBase> updateShapeWithHttpInfo(String name, Integer slideIndex, Integer shapeIndex, ShapeBase dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)dto
- Shape DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateShapeAsync(String name, Integer slideIndex, Integer shapeIndex, ShapeBase dto, String password, String folder, String storage, ApiCallback<ShapeBase> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)shapeIndex
- Shape index. (required)dto
- Shape DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateSlideCall(String name, Integer slideIndex, Slide slideDto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)slideDto
- Slide update data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Slide updateSlide(String name, Integer slideIndex, Slide slideDto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)slideDto
- Slide update data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Slide> updateSlideWithHttpInfo(String name, Integer slideIndex, Slide slideDto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)slideDto
- Slide update data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateSlideAsync(String name, Integer slideIndex, Slide slideDto, String password, String folder, String storage, ApiCallback<Slide> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)slideDto
- Slide update data. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateSpecialSlideAnimationEffectCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer effectIndex, Effect effect, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)effectIndex
- The position of the effect to be modified. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation updateSpecialSlideAnimationEffect(String name, Integer slideIndex, SpecialSlideType slideType, Integer effectIndex, Effect effect, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)effectIndex
- The position of the effect to be modified. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> updateSpecialSlideAnimationEffectWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer effectIndex, Effect effect, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)effectIndex
- The position of the effect to be modified. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateSpecialSlideAnimationEffectAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer effectIndex, Effect effect, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)effectIndex
- The position of the effect to be modified. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call 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) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequenceIndex
- The position of the interactive sequence. (required)effectIndex
- The position of the effect to be modified. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SlideAnimation updateSpecialSlideAnimationInteractiveSequenceEffect(String name, Integer slideIndex, SpecialSlideType slideType, Integer sequenceIndex, Integer effectIndex, Effect effect, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequenceIndex
- The position of the interactive sequence. (required)effectIndex
- The position of the effect to be modified. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SlideAnimation> updateSpecialSlideAnimationInteractiveSequenceEffectWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer sequenceIndex, Integer effectIndex, Effect effect, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequenceIndex
- The position of the interactive sequence. (required)effectIndex
- The position of the effect to be modified. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateSpecialSlideAnimationInteractiveSequenceEffectAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer sequenceIndex, Integer effectIndex, Effect effect, String password, String folder, String storage, ApiCallback<SlideAnimation> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)sequenceIndex
- The position of the interactive sequence. (required)effectIndex
- The position of the effect to be modified. (required)effect
- Animation effect DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateSpecialSlideParagraphCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Paragraph dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Paragraph DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraph updateSpecialSlideParagraph(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Paragraph dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Paragraph DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraph> updateSpecialSlideParagraphWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Paragraph dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Paragraph DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateSpecialSlideParagraphAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Paragraph dto, String password, String folder, String storage, ApiCallback<Paragraph> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Paragraph DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateSpecialSlidePortionCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, Portion dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)dto
- Portion DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portion updateSpecialSlidePortion(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, Portion dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)dto
- Portion DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portion> updateSpecialSlidePortionWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, Portion dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)dto
- Portion DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateSpecialSlidePortionAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, Portion dto, String password, String folder, String storage, ApiCallback<Portion> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)dto
- Portion DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateSpecialSlideShapeCall(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, ShapeBase dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)dto
- Shape DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ShapeBase updateSpecialSlideShape(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, ShapeBase dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)dto
- Shape DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ShapeBase> updateSpecialSlideShapeWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, ShapeBase dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)dto
- Shape DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateSpecialSlideShapeAsync(String name, Integer slideIndex, SpecialSlideType slideType, Integer shapeIndex, ShapeBase dto, String password, String folder, String storage, ApiCallback<ShapeBase> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)shapeIndex
- Shape index. (required)dto
- Shape DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateSpecialSlideSubshapeCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, ShapeBase dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)dto
- Shape DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ShapeBase updateSpecialSlideSubshape(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, ShapeBase dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)dto
- Shape DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ShapeBase> updateSpecialSlideSubshapeWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, ShapeBase dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)dto
- Shape DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateSpecialSlideSubshapeAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, ShapeBase dto, String password, String folder, String storage, ApiCallback<ShapeBase> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)dto
- Shape DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateSpecialSlideSubshapeParagraphCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Paragraph dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Paragraph DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraph updateSpecialSlideSubshapeParagraph(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Paragraph dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Paragraph DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraph> updateSpecialSlideSubshapeParagraphWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Paragraph dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Paragraph DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateSpecialSlideSubshapeParagraphAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Paragraph dto, String password, String folder, String storage, ApiCallback<Paragraph> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Paragraph DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateSpecialSlideSubshapePortionCall(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, Portion dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)dto
- Portion DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portion updateSpecialSlideSubshapePortion(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, Portion dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)dto
- Portion DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portion> updateSpecialSlideSubshapePortionWithHttpInfo(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, Portion dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)dto
- Portion DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateSpecialSlideSubshapePortionAsync(String name, Integer slideIndex, SpecialSlideType slideType, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, Portion dto, String password, String folder, String storage, ApiCallback<Portion> callback) throws ApiException
name
- Document name. (required)slideIndex
- Parent slide index. (required)slideType
- Slide type (master, layout or notes). (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)dto
- Portion DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateSubshapeCall(String name, Integer slideIndex, String path, Integer shapeIndex, ShapeBase dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)dto
- Shape DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ShapeBase updateSubshape(String name, Integer slideIndex, String path, Integer shapeIndex, ShapeBase dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)dto
- Shape DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ShapeBase> updateSubshapeWithHttpInfo(String name, Integer slideIndex, String path, Integer shapeIndex, ShapeBase dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)dto
- Shape DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateSubshapeAsync(String name, Integer slideIndex, String path, Integer shapeIndex, ShapeBase dto, String password, String folder, String storage, ApiCallback<ShapeBase> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)dto
- Shape DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateSubshapeParagraphCall(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Paragraph dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Paragraph DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Paragraph updateSubshapeParagraph(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Paragraph dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Paragraph DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Paragraph> updateSubshapeParagraphWithHttpInfo(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Paragraph dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Paragraph DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateSubshapeParagraphAsync(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Paragraph dto, String password, String folder, String storage, ApiCallback<Paragraph> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)dto
- Paragraph DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateSubshapePortionCall(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, Portion dto, String password, String folder, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)dto
- Portion DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Portion updateSubshapePortion(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, Portion dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)dto
- Portion DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Portion> updateSubshapePortionWithHttpInfo(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, Portion dto, String password, String folder, String storage) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)dto
- Portion DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateSubshapePortionAsync(String name, Integer slideIndex, String path, Integer shapeIndex, Integer paragraphIndex, Integer portionIndex, Portion dto, String password, String folder, String storage, ApiCallback<Portion> callback) throws ApiException
name
- Document name. (required)slideIndex
- Slide index. (required)path
- Shape path.shapeIndex
- Shape index. (required)paragraphIndex
- Paragraph index. (required)portionIndex
- Portion index. (required)dto
- Portion DTO. (required)password
- Document password.folder
- Document folder.storage
- Document storage.callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call uploadFileCall(String path, byte[] file, String storageName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
path
- Path where to upload including filename and extension e.g. /file.ext or /Folder 1/file.ext If the content is multipart and path does not contains the file name it tries to get them from filename parameter from Content-Disposition header.file
- File to upload (required)storageName
- Storage nameprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FilesUploadResult uploadFile(String path, byte[] file, String storageName) throws ApiException
path
- Path where to upload including filename and extension e.g. /file.ext or /Folder 1/file.ext If the content is multipart and path does not contains the file name it tries to get them from filename parameter from Content-Disposition header.file
- File to upload (required)storageName
- Storage nameApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FilesUploadResult> uploadFileWithHttpInfo(String path, byte[] file, String storageName) throws ApiException
path
- Path where to upload including filename and extension e.g. /file.ext or /Folder 1/file.ext If the content is multipart and path does not contains the file name it tries to get them from filename parameter from Content-Disposition header.file
- File to upload (required)storageName
- Storage nameApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call uploadFileAsync(String path, byte[] file, String storageName, ApiCallback<FilesUploadResult> callback) throws ApiException
path
- Path where to upload including filename and extension e.g. /file.ext or /Folder 1/file.ext If the content is multipart and path does not contains the file name it tries to get them from filename parameter from Content-Disposition header.file
- File to upload (required)storageName
- Storage namecallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2022. All rights reserved.