google_api_slides v0.9.0 GoogleApi.Slides.V1.Model.Request View Source
A single kind of update to apply to a presentation.
Attributes
updateParagraphStyle
(type:GoogleApi.Slides.V1.Model.UpdateParagraphStyleRequest.t
, default:nil
) - Updates the styling of paragraphs within a Shape or Table.updateLineCategory
(type:GoogleApi.Slides.V1.Model.UpdateLineCategoryRequest.t
, default:nil
) - Updates the category of a line.refreshSheetsChart
(type:GoogleApi.Slides.V1.Model.RefreshSheetsChartRequest.t
, default:nil
) - Refreshes a Google Sheets chart.unmergeTableCells
(type:GoogleApi.Slides.V1.Model.UnmergeTableCellsRequest.t
, default:nil
) - Unmerges cells in a Table.mergeTableCells
(type:GoogleApi.Slides.V1.Model.MergeTableCellsRequest.t
, default:nil
) - Merges cells in a Table.updateLineProperties
(type:GoogleApi.Slides.V1.Model.UpdateLinePropertiesRequest.t
, default:nil
) - Updates the properties of a Line.createParagraphBullets
(type:GoogleApi.Slides.V1.Model.CreateParagraphBulletsRequest.t
, default:nil
) - Creates bullets for paragraphs.createShape
(type:GoogleApi.Slides.V1.Model.CreateShapeRequest.t
, default:nil
) - Creates a new shape.insertText
(type:GoogleApi.Slides.V1.Model.InsertTextRequest.t
, default:nil
) - Inserts text into a shape or table cell.updateSlidesPosition
(type:GoogleApi.Slides.V1.Model.UpdateSlidesPositionRequest.t
, default:nil
) - Updates the position of a set of slides in the presentation.updatePageElementTransform
(type:GoogleApi.Slides.V1.Model.UpdatePageElementTransformRequest.t
, default:nil
) - Updates the transform of a page element.updatePageElementsZOrder
(type:GoogleApi.Slides.V1.Model.UpdatePageElementsZOrderRequest.t
, default:nil
) - Updates the Z-order of page elements.replaceAllShapesWithSheetsChart
(type:GoogleApi.Slides.V1.Model.ReplaceAllShapesWithSheetsChartRequest.t
, default:nil
) - Replaces all shapes matching some criteria with a Google Sheets chart.updateVideoProperties
(type:GoogleApi.Slides.V1.Model.UpdateVideoPropertiesRequest.t
, default:nil
) - Updates the properties of a Video.replaceAllText
(type:GoogleApi.Slides.V1.Model.ReplaceAllTextRequest.t
, default:nil
) - Replaces all instances of specified text.duplicateObject
(type:GoogleApi.Slides.V1.Model.DuplicateObjectRequest.t
, default:nil
) - Duplicates a slide or page element.updatePageElementAltText
(type:GoogleApi.Slides.V1.Model.UpdatePageElementAltTextRequest.t
, default:nil
) - Updates the alt text title and/or description of a page element.replaceAllShapesWithImage
(type:GoogleApi.Slides.V1.Model.ReplaceAllShapesWithImageRequest.t
, default:nil
) - Replaces all shapes matching some criteria with an image.createImage
(type:GoogleApi.Slides.V1.Model.CreateImageRequest.t
, default:nil
) - Creates an image.insertTableRows
(type:GoogleApi.Slides.V1.Model.InsertTableRowsRequest.t
, default:nil
) - Inserts rows into a table.updateImageProperties
(type:GoogleApi.Slides.V1.Model.UpdateImagePropertiesRequest.t
, default:nil
) - Updates the properties of an Image.updateTextStyle
(type:GoogleApi.Slides.V1.Model.UpdateTextStyleRequest.t
, default:nil
) - Updates the styling of text within a Shape or Table.updateTableRowProperties
(type:GoogleApi.Slides.V1.Model.UpdateTableRowPropertiesRequest.t
, default:nil
) - Updates the properties of a Table row.rerouteLine
(type:GoogleApi.Slides.V1.Model.RerouteLineRequest.t
, default:nil
) - Reroutes a line such that it's connected at the two closest connection sites on the connected page elements.ungroupObjects
(type:GoogleApi.Slides.V1.Model.UngroupObjectsRequest.t
, default:nil
) - Ungroups objects, such as groups.deleteTableRow
(type:GoogleApi.Slides.V1.Model.DeleteTableRowRequest.t
, default:nil
) - Deletes a row from a table.createLine
(type:GoogleApi.Slides.V1.Model.CreateLineRequest.t
, default:nil
) - Creates a line.createVideo
(type:GoogleApi.Slides.V1.Model.CreateVideoRequest.t
, default:nil
) - Creates a video.updateTableColumnProperties
(type:GoogleApi.Slides.V1.Model.UpdateTableColumnPropertiesRequest.t
, default:nil
) - Updates the properties of a Table column.createTable
(type:GoogleApi.Slides.V1.Model.CreateTableRequest.t
, default:nil
) - Creates a new table.createSlide
(type:GoogleApi.Slides.V1.Model.CreateSlideRequest.t
, default:nil
) - Creates a new slide.replaceImage
(type:GoogleApi.Slides.V1.Model.ReplaceImageRequest.t
, default:nil
) - Replaces an existing image with a new image.createSheetsChart
(type:GoogleApi.Slides.V1.Model.CreateSheetsChartRequest.t
, default:nil
) - Creates an embedded Google Sheets chart.deleteText
(type:GoogleApi.Slides.V1.Model.DeleteTextRequest.t
, default:nil
) - Deletes text from a shape or a table cell.updateShapeProperties
(type:GoogleApi.Slides.V1.Model.UpdateShapePropertiesRequest.t
, default:nil
) - Updates the properties of a Shape.updateTableCellProperties
(type:GoogleApi.Slides.V1.Model.UpdateTableCellPropertiesRequest.t
, default:nil
) - Updates the properties of a TableCell.groupObjects
(type:GoogleApi.Slides.V1.Model.GroupObjectsRequest.t
, default:nil
) - Groups objects, such as page elements.updatePageProperties
(type:GoogleApi.Slides.V1.Model.UpdatePagePropertiesRequest.t
, default:nil
) - Updates the properties of a Page.updateTableBorderProperties
(type:GoogleApi.Slides.V1.Model.UpdateTableBorderPropertiesRequest.t
, default:nil
) - Updates the properties of the table borders in a Table.deleteTableColumn
(type:GoogleApi.Slides.V1.Model.DeleteTableColumnRequest.t
, default:nil
) - Deletes a column from a table.deleteParagraphBullets
(type:GoogleApi.Slides.V1.Model.DeleteParagraphBulletsRequest.t
, default:nil
) - Deletes bullets from paragraphs.insertTableColumns
(type:GoogleApi.Slides.V1.Model.InsertTableColumnsRequest.t
, default:nil
) - Inserts columns into a table.deleteObject
(type:GoogleApi.Slides.V1.Model.DeleteObjectRequest.t
, default:nil
) - Deletes a page or page element from the presentation.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Slides.V1.Model.Request{ updateTextStyle: GoogleApi.Slides.V1.Model.UpdateTextStyleRequest.t(), createParagraphBullets: GoogleApi.Slides.V1.Model.CreateParagraphBulletsRequest.t(), updateLineCategory: GoogleApi.Slides.V1.Model.UpdateLineCategoryRequest.t(), insertTableColumns: GoogleApi.Slides.V1.Model.InsertTableColumnsRequest.t(), updatePageElementAltText: GoogleApi.Slides.V1.Model.UpdatePageElementAltTextRequest.t(), deleteParagraphBullets: GoogleApi.Slides.V1.Model.DeleteParagraphBulletsRequest.t(), unmergeTableCells: GoogleApi.Slides.V1.Model.UnmergeTableCellsRequest.t(), updateParagraphStyle: GoogleApi.Slides.V1.Model.UpdateParagraphStyleRequest.t(), ungroupObjects: GoogleApi.Slides.V1.Model.UngroupObjectsRequest.t(), updatePageElementTransform: GoogleApi.Slides.V1.Model.UpdatePageElementTransformRequest.t(), deleteText: GoogleApi.Slides.V1.Model.DeleteTextRequest.t(), deleteObject: GoogleApi.Slides.V1.Model.DeleteObjectRequest.t(), createSlide: GoogleApi.Slides.V1.Model.CreateSlideRequest.t(), duplicateObject: GoogleApi.Slides.V1.Model.DuplicateObjectRequest.t(), mergeTableCells: GoogleApi.Slides.V1.Model.MergeTableCellsRequest.t(), refreshSheetsChart: GoogleApi.Slides.V1.Model.RefreshSheetsChartRequest.t(), updatePageProperties: GoogleApi.Slides.V1.Model.UpdatePagePropertiesRequest.t(), updateShapeProperties: GoogleApi.Slides.V1.Model.UpdateShapePropertiesRequest.t(), updatePageElementsZOrder: GoogleApi.Slides.V1.Model.UpdatePageElementsZOrderRequest.t(), createImage: GoogleApi.Slides.V1.Model.CreateImageRequest.t(), updateTableRowProperties: GoogleApi.Slides.V1.Model.UpdateTableRowPropertiesRequest.t(), updateTableCellProperties: GoogleApi.Slides.V1.Model.UpdateTableCellPropertiesRequest.t(), updateLineProperties: GoogleApi.Slides.V1.Model.UpdateLinePropertiesRequest.t(), replaceAllShapesWithSheetsChart: GoogleApi.Slides.V1.Model.ReplaceAllShapesWithSheetsChartRequest.t(), groupObjects: GoogleApi.Slides.V1.Model.GroupObjectsRequest.t(), updateSlidesPosition: GoogleApi.Slides.V1.Model.UpdateSlidesPositionRequest.t(), createVideo: GoogleApi.Slides.V1.Model.CreateVideoRequest.t(), updateTableColumnProperties: GoogleApi.Slides.V1.Model.UpdateTableColumnPropertiesRequest.t(), updateTableBorderProperties: GoogleApi.Slides.V1.Model.UpdateTableBorderPropertiesRequest.t(), rerouteLine: GoogleApi.Slides.V1.Model.RerouteLineRequest.t(), createTable: GoogleApi.Slides.V1.Model.CreateTableRequest.t(), insertText: GoogleApi.Slides.V1.Model.InsertTextRequest.t(), replaceAllShapesWithImage: GoogleApi.Slides.V1.Model.ReplaceAllShapesWithImageRequest.t(), replaceAllText: GoogleApi.Slides.V1.Model.ReplaceAllTextRequest.t(), createLine: GoogleApi.Slides.V1.Model.CreateLineRequest.t(), replaceImage: GoogleApi.Slides.V1.Model.ReplaceImageRequest.t(), deleteTableRow: GoogleApi.Slides.V1.Model.DeleteTableRowRequest.t(), updateVideoProperties: GoogleApi.Slides.V1.Model.UpdateVideoPropertiesRequest.t(), createSheetsChart: GoogleApi.Slides.V1.Model.CreateSheetsChartRequest.t(), updateImageProperties: GoogleApi.Slides.V1.Model.UpdateImagePropertiesRequest.t(), deleteTableColumn: GoogleApi.Slides.V1.Model.DeleteTableColumnRequest.t(), insertTableRows: GoogleApi.Slides.V1.Model.InsertTableRowsRequest.t(), createShape: GoogleApi.Slides.V1.Model.CreateShapeRequest.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.