Liking cljdoc? Tell your friends :D

happygapi.slides.presentations

Google Slides API: presentations. Reads and writes Google Slides presentations. See: https://developers.google.com/slides/api/reference/rest/v1/presentations

Google Slides API: presentations.
Reads and writes Google Slides presentations.
See: https://developers.google.com/slides/api/reference/rest/v1/presentations
raw docstring

batchUpdate$clj

(batchUpdate$ auth parameters body)

https://developers.google.com/slides/api/reference/rest/v1/presentations/batchUpdate

Required parameters: presentationId

Optional parameters: none

Body:

{:writeControl {:requiredRevisionId string}, :requests [{:updateImageProperties UpdateImagePropertiesRequest, :updatePageElementsZOrder UpdatePageElementsZOrderRequest, :updatePageElementTransform UpdatePageElementTransformRequest, :createLine CreateLineRequest, :updateSlideProperties UpdateSlidePropertiesRequest, :createImage CreateImageRequest, :deleteText DeleteTextRequest, :createSheetsChart CreateSheetsChartRequest, :replaceAllShapesWithImage ReplaceAllShapesWithImageRequest, :updatePageElementAltText UpdatePageElementAltTextRequest, :duplicateObject DuplicateObjectRequest, :rerouteLine RerouteLineRequest, :deleteTableRow DeleteTableRowRequest, :createVideo CreateVideoRequest, :replaceAllShapesWithSheetsChart ReplaceAllShapesWithSheetsChartRequest, :insertTableRows InsertTableRowsRequest, :updateTextStyle UpdateTextStyleRequest, :replaceAllText ReplaceAllTextRequest, :updateLineCategory UpdateLineCategoryRequest, :refreshSheetsChart RefreshSheetsChartRequest, :mergeTableCells MergeTableCellsRequest, :updateTableColumnProperties UpdateTableColumnPropertiesRequest, :updateTableRowProperties UpdateTableRowPropertiesRequest, :updateParagraphStyle UpdateParagraphStyleRequest, :replaceImage ReplaceImageRequest, :updateShapeProperties UpdateShapePropertiesRequest, :groupObjects GroupObjectsRequest, :updateLineProperties UpdateLinePropertiesRequest, :updateTableCellProperties UpdateTableCellPropertiesRequest, :updatePageProperties UpdatePagePropertiesRequest, :createShape CreateShapeRequest, :insertText InsertTextRequest, :deleteParagraphBullets DeleteParagraphBulletsRequest, :updateTableBorderProperties UpdateTableBorderPropertiesRequest, :deleteObject DeleteObjectRequest, :createParagraphBullets CreateParagraphBulletsRequest, :deleteTableColumn DeleteTableColumnRequest, :updateVideoProperties UpdateVideoPropertiesRequest, :createSlide CreateSlideRequest, :unmergeTableCells UnmergeTableCellsRequest, :ungroupObjects UngroupObjectsRequest, :updateSlidesPosition UpdateSlidesPositionRequest, :insertTableColumns InsertTableColumnsRequest, :createTable CreateTableRequest}]}

Applies one or more updates to the presentation. Each request is validated before being applied. If any request is not valid, then the entire request will fail and nothing will be applied. Some requests have replies to give you some information about how they are applied. Other requests do not need to return information; these each return an empty reply. The order of replies matches that of the requests. For example, suppose you call batchUpdate with four updates, and only the third one returns information. The response would have two empty replies: the reply to the third request, and another empty reply, in that order. Because other users may be editing the presentation, the presentation might not exactly reflect your changes: your changes may be altered with respect to collaborator changes. If there are no collaborators, the presentation should reflect your changes. In any case, the updates in your request are guaranteed to be applied together atomically.

https://developers.google.com/slides/api/reference/rest/v1/presentations/batchUpdate

Required parameters: presentationId

Optional parameters: none

Body: 

{:writeControl {:requiredRevisionId string},
 :requests [{:updateImageProperties UpdateImagePropertiesRequest,
             :updatePageElementsZOrder UpdatePageElementsZOrderRequest,
             :updatePageElementTransform UpdatePageElementTransformRequest,
             :createLine CreateLineRequest,
             :updateSlideProperties UpdateSlidePropertiesRequest,
             :createImage CreateImageRequest,
             :deleteText DeleteTextRequest,
             :createSheetsChart CreateSheetsChartRequest,
             :replaceAllShapesWithImage ReplaceAllShapesWithImageRequest,
             :updatePageElementAltText UpdatePageElementAltTextRequest,
             :duplicateObject DuplicateObjectRequest,
             :rerouteLine RerouteLineRequest,
             :deleteTableRow DeleteTableRowRequest,
             :createVideo CreateVideoRequest,
             :replaceAllShapesWithSheetsChart ReplaceAllShapesWithSheetsChartRequest,
             :insertTableRows InsertTableRowsRequest,
             :updateTextStyle UpdateTextStyleRequest,
             :replaceAllText ReplaceAllTextRequest,
             :updateLineCategory UpdateLineCategoryRequest,
             :refreshSheetsChart RefreshSheetsChartRequest,
             :mergeTableCells MergeTableCellsRequest,
             :updateTableColumnProperties UpdateTableColumnPropertiesRequest,
             :updateTableRowProperties UpdateTableRowPropertiesRequest,
             :updateParagraphStyle UpdateParagraphStyleRequest,
             :replaceImage ReplaceImageRequest,
             :updateShapeProperties UpdateShapePropertiesRequest,
             :groupObjects GroupObjectsRequest,
             :updateLineProperties UpdateLinePropertiesRequest,
             :updateTableCellProperties UpdateTableCellPropertiesRequest,
             :updatePageProperties UpdatePagePropertiesRequest,
             :createShape CreateShapeRequest,
             :insertText InsertTextRequest,
             :deleteParagraphBullets DeleteParagraphBulletsRequest,
             :updateTableBorderProperties UpdateTableBorderPropertiesRequest,
             :deleteObject DeleteObjectRequest,
             :createParagraphBullets CreateParagraphBulletsRequest,
             :deleteTableColumn DeleteTableColumnRequest,
             :updateVideoProperties UpdateVideoPropertiesRequest,
             :createSlide CreateSlideRequest,
             :unmergeTableCells UnmergeTableCellsRequest,
             :ungroupObjects UngroupObjectsRequest,
             :updateSlidesPosition UpdateSlidesPositionRequest,
             :insertTableColumns InsertTableColumnsRequest,
             :createTable CreateTableRequest}]}

Applies one or more updates to the presentation. Each request is validated before being applied. If any request is not valid, then the entire request will fail and nothing will be applied. Some requests have replies to give you some information about how they are applied. Other requests do not need to return information; these each return an empty reply. The order of replies matches that of the requests. For example, suppose you call batchUpdate with four updates, and only the third one returns information. The response would have two empty replies: the reply to the third request, and another empty reply, in that order. Because other users may be editing the presentation, the presentation might not exactly reflect your changes: your changes may be altered with respect to collaborator changes. If there are no collaborators, the presentation should reflect your changes. In any case, the updates in your request are guaranteed to be applied together atomically.
sourceraw docstring

create$clj

(create$ auth parameters body)

https://developers.google.com/slides/api/reference/rest/v1/presentations/create

Required parameters: none

Optional parameters: none

Body:

{:locale string, :notesMaster {:notesProperties NotesProperties, :objectId string, :revisionId string, :pageElements [PageElement], :slideProperties SlideProperties, :pageType string, :masterProperties MasterProperties, :layoutProperties LayoutProperties, :pageProperties PageProperties}, :slides [{:notesProperties NotesProperties, :objectId string, :revisionId string, :pageElements [PageElement], :slideProperties SlideProperties, :pageType string, :masterProperties MasterProperties, :layoutProperties LayoutProperties, :pageProperties PageProperties}], :revisionId string, :title string, :layouts [{:notesProperties NotesProperties, :objectId string, :revisionId string, :pageElements [PageElement], :slideProperties SlideProperties, :pageType string, :masterProperties MasterProperties, :layoutProperties LayoutProperties, :pageProperties PageProperties}], :pageSize {:height Dimension, :width Dimension}, :masters [{:notesProperties NotesProperties, :objectId string, :revisionId string, :pageElements [PageElement], :slideProperties SlideProperties, :pageType string, :masterProperties MasterProperties, :layoutProperties LayoutProperties, :pageProperties PageProperties}], :presentationId string}

Creates a blank presentation using the title given in the request. If a presentationId is provided, it is used as the ID of the new presentation. Otherwise, a new ID is generated. Other fields in the request, including any provided content, are ignored. Returns the created presentation.

https://developers.google.com/slides/api/reference/rest/v1/presentations/create

Required parameters: none

Optional parameters: none

Body: 

{:locale string,
 :notesMaster {:notesProperties NotesProperties,
               :objectId string,
               :revisionId string,
               :pageElements [PageElement],
               :slideProperties SlideProperties,
               :pageType string,
               :masterProperties MasterProperties,
               :layoutProperties LayoutProperties,
               :pageProperties PageProperties},
 :slides [{:notesProperties NotesProperties,
           :objectId string,
           :revisionId string,
           :pageElements [PageElement],
           :slideProperties SlideProperties,
           :pageType string,
           :masterProperties MasterProperties,
           :layoutProperties LayoutProperties,
           :pageProperties PageProperties}],
 :revisionId string,
 :title string,
 :layouts [{:notesProperties NotesProperties,
            :objectId string,
            :revisionId string,
            :pageElements [PageElement],
            :slideProperties SlideProperties,
            :pageType string,
            :masterProperties MasterProperties,
            :layoutProperties LayoutProperties,
            :pageProperties PageProperties}],
 :pageSize {:height Dimension, :width Dimension},
 :masters [{:notesProperties NotesProperties,
            :objectId string,
            :revisionId string,
            :pageElements [PageElement],
            :slideProperties SlideProperties,
            :pageType string,
            :masterProperties MasterProperties,
            :layoutProperties LayoutProperties,
            :pageProperties PageProperties}],
 :presentationId string}

Creates a blank presentation using the title given in the request. If a `presentationId` is provided, it is used as the ID of the new presentation. Otherwise, a new ID is generated. Other fields in the request, including any provided content, are ignored. Returns the created presentation.
sourceraw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/slides/api/reference/rest/v1/presentations/get

Required parameters: presentationId

Optional parameters: none

Gets the latest version of the specified presentation.

https://developers.google.com/slides/api/reference/rest/v1/presentations/get

Required parameters: presentationId

Optional parameters: none

Gets the latest version of the specified presentation.
sourceraw docstring

pages-get$clj

(pages-get$ auth parameters)

https://developers.google.com/slides/api/reference/rest/v1/presentations/pages/get

Required parameters: pageObjectId, presentationId

Optional parameters: none

Gets the latest version of the specified page in the presentation.

https://developers.google.com/slides/api/reference/rest/v1/presentations/pages/get

Required parameters: pageObjectId, presentationId

Optional parameters: none

Gets the latest version of the specified page in the presentation.
sourceraw docstring

pages-getThumbnail$clj

(pages-getThumbnail$ auth parameters)

https://developers.google.com/slides/api/reference/rest/v1/presentations/pages/getThumbnail

Required parameters: pageObjectId, presentationId

Optional parameters: thumbnailProperties.thumbnailSize, thumbnailProperties.mimeType

Generates a thumbnail of the latest version of the specified page in the presentation and returns a URL to the thumbnail image. This request counts as an expensive read request for quota purposes.

https://developers.google.com/slides/api/reference/rest/v1/presentations/pages/getThumbnail

Required parameters: pageObjectId, presentationId

Optional parameters: thumbnailProperties.thumbnailSize, thumbnailProperties.mimeType

Generates a thumbnail of the latest version of the specified page in the presentation and returns a URL to the thumbnail image. This request counts as an [expensive read request](/slides/limits) for quota purposes.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close