slides  v1
Properties | List of all members
Google.Apis.Slides.v1.Data.Request Class Reference

A single kind of update to apply to a presentation. More...

Inheritance diagram for Google.Apis.Slides.v1.Data.Request:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual CreateImageRequest CreateImage [get, set]
 Creates an image. More...
 
virtual CreateLineRequest CreateLine [get, set]
 Creates a line. More...
 
virtual CreateParagraphBulletsRequest CreateParagraphBullets [get, set]
 Creates bullets for paragraphs. More...
 
virtual CreateShapeRequest CreateShape [get, set]
 Creates a new shape. More...
 
virtual CreateSheetsChartRequest CreateSheetsChart [get, set]
 Creates an embedded Google Sheets chart. More...
 
virtual CreateSlideRequest CreateSlide [get, set]
 Creates a new slide. More...
 
virtual CreateTableRequest CreateTable [get, set]
 Creates a new table. More...
 
virtual CreateVideoRequest CreateVideo [get, set]
 Creates a video. More...
 
virtual DeleteObjectRequest DeleteObject [get, set]
 Deletes a page or page element from the presentation. More...
 
virtual DeleteParagraphBulletsRequest DeleteParagraphBullets [get, set]
 Deletes bullets from paragraphs. More...
 
virtual DeleteTableColumnRequest DeleteTableColumn [get, set]
 Deletes a column from a table. More...
 
virtual DeleteTableRowRequest DeleteTableRow [get, set]
 Deletes a row from a table. More...
 
virtual DeleteTextRequest DeleteText [get, set]
 Deletes text from a shape or a table cell. More...
 
virtual DuplicateObjectRequest DuplicateObject [get, set]
 Duplicates a slide or page element. More...
 
virtual GroupObjectsRequest GroupObjects [get, set]
 Groups objects, such as page elements. More...
 
virtual InsertTableColumnsRequest InsertTableColumns [get, set]
 Inserts columns into a table. More...
 
virtual InsertTableRowsRequest InsertTableRows [get, set]
 Inserts rows into a table. More...
 
virtual InsertTextRequest InsertText [get, set]
 Inserts text into a shape or table cell. More...
 
virtual MergeTableCellsRequest MergeTableCells [get, set]
 Merges cells in a Table. More...
 
virtual RefreshSheetsChartRequest RefreshSheetsChart [get, set]
 Refreshes a Google Sheets chart. More...
 
virtual ReplaceAllShapesWithImageRequest ReplaceAllShapesWithImage [get, set]
 Replaces all shapes matching some criteria with an image. More...
 
virtual ReplaceAllShapesWithSheetsChartRequest ReplaceAllShapesWithSheetsChart [get, set]
 Replaces all shapes matching some criteria with a Google Sheets chart. More...
 
virtual ReplaceAllTextRequest ReplaceAllText [get, set]
 Replaces all instances of specified text. More...
 
virtual ReplaceImageRequest ReplaceImage [get, set]
 Replaces an existing image with a new image. More...
 
virtual RerouteLineRequest RerouteLine [get, set]
 Reroutes a line such that it's connected at the two closest connection sites on the connected page elements. More...
 
virtual UngroupObjectsRequest UngroupObjects [get, set]
 Ungroups objects, such as groups. More...
 
virtual UnmergeTableCellsRequest UnmergeTableCells [get, set]
 Unmerges cells in a Table. More...
 
virtual UpdateImagePropertiesRequest UpdateImageProperties [get, set]
 Updates the properties of an Image. More...
 
virtual UpdateLineCategoryRequest UpdateLineCategory [get, set]
 Updates the category of a line. More...
 
virtual UpdateLinePropertiesRequest UpdateLineProperties [get, set]
 Updates the properties of a Line. More...
 
virtual UpdatePageElementAltTextRequest UpdatePageElementAltText [get, set]
 Updates the alt text title and/or description of a page element. More...
 
virtual UpdatePageElementTransformRequest UpdatePageElementTransform [get, set]
 Updates the transform of a page element. More...
 
virtual UpdatePageElementsZOrderRequest UpdatePageElementsZOrder [get, set]
 Updates the Z-order of page elements. More...
 
virtual UpdatePagePropertiesRequest UpdatePageProperties [get, set]
 Updates the properties of a Page. More...
 
virtual UpdateParagraphStyleRequest UpdateParagraphStyle [get, set]
 Updates the styling of paragraphs within a Shape or Table. More...
 
virtual UpdateShapePropertiesRequest UpdateShapeProperties [get, set]
 Updates the properties of a Shape. More...
 
virtual UpdateSlidesPositionRequest UpdateSlidesPosition [get, set]
 Updates the position of a set of slides in the presentation. More...
 
virtual UpdateTableBorderPropertiesRequest UpdateTableBorderProperties [get, set]
 Updates the properties of the table borders in a Table. More...
 
virtual UpdateTableCellPropertiesRequest UpdateTableCellProperties [get, set]
 Updates the properties of a TableCell. More...
 
virtual UpdateTableColumnPropertiesRequest UpdateTableColumnProperties [get, set]
 Updates the properties of a Table column. More...
 
virtual UpdateTableRowPropertiesRequest UpdateTableRowProperties [get, set]
 Updates the properties of a Table row. More...
 
virtual UpdateTextStyleRequest UpdateTextStyle [get, set]
 Updates the styling of text within a Shape or Table. More...
 
virtual UpdateVideoPropertiesRequest UpdateVideoProperties [get, set]
 Updates the properties of a Video. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

A single kind of update to apply to a presentation.

Property Documentation

◆ CreateImage

virtual CreateImageRequest Google.Apis.Slides.v1.Data.Request.CreateImage
getset

Creates an image.

◆ CreateLine

virtual CreateLineRequest Google.Apis.Slides.v1.Data.Request.CreateLine
getset

Creates a line.

◆ CreateParagraphBullets

virtual CreateParagraphBulletsRequest Google.Apis.Slides.v1.Data.Request.CreateParagraphBullets
getset

Creates bullets for paragraphs.

◆ CreateShape

virtual CreateShapeRequest Google.Apis.Slides.v1.Data.Request.CreateShape
getset

Creates a new shape.

◆ CreateSheetsChart

virtual CreateSheetsChartRequest Google.Apis.Slides.v1.Data.Request.CreateSheetsChart
getset

Creates an embedded Google Sheets chart.

◆ CreateSlide

virtual CreateSlideRequest Google.Apis.Slides.v1.Data.Request.CreateSlide
getset

Creates a new slide.

◆ CreateTable

virtual CreateTableRequest Google.Apis.Slides.v1.Data.Request.CreateTable
getset

Creates a new table.

◆ CreateVideo

virtual CreateVideoRequest Google.Apis.Slides.v1.Data.Request.CreateVideo
getset

Creates a video.

◆ DeleteObject

virtual DeleteObjectRequest Google.Apis.Slides.v1.Data.Request.DeleteObject
getset

Deletes a page or page element from the presentation.

◆ DeleteParagraphBullets

virtual DeleteParagraphBulletsRequest Google.Apis.Slides.v1.Data.Request.DeleteParagraphBullets
getset

Deletes bullets from paragraphs.

◆ DeleteTableColumn

virtual DeleteTableColumnRequest Google.Apis.Slides.v1.Data.Request.DeleteTableColumn
getset

Deletes a column from a table.

◆ DeleteTableRow

virtual DeleteTableRowRequest Google.Apis.Slides.v1.Data.Request.DeleteTableRow
getset

Deletes a row from a table.

◆ DeleteText

virtual DeleteTextRequest Google.Apis.Slides.v1.Data.Request.DeleteText
getset

Deletes text from a shape or a table cell.

◆ DuplicateObject

virtual DuplicateObjectRequest Google.Apis.Slides.v1.Data.Request.DuplicateObject
getset

Duplicates a slide or page element.

◆ ETag

virtual string Google.Apis.Slides.v1.Data.Request.ETag
getset

The ETag of the item.

◆ GroupObjects

virtual GroupObjectsRequest Google.Apis.Slides.v1.Data.Request.GroupObjects
getset

Groups objects, such as page elements.

◆ InsertTableColumns

virtual InsertTableColumnsRequest Google.Apis.Slides.v1.Data.Request.InsertTableColumns
getset

Inserts columns into a table.

◆ InsertTableRows

virtual InsertTableRowsRequest Google.Apis.Slides.v1.Data.Request.InsertTableRows
getset

Inserts rows into a table.

◆ InsertText

virtual InsertTextRequest Google.Apis.Slides.v1.Data.Request.InsertText
getset

Inserts text into a shape or table cell.

◆ MergeTableCells

virtual MergeTableCellsRequest Google.Apis.Slides.v1.Data.Request.MergeTableCells
getset

Merges cells in a Table.

◆ RefreshSheetsChart

virtual RefreshSheetsChartRequest Google.Apis.Slides.v1.Data.Request.RefreshSheetsChart
getset

Refreshes a Google Sheets chart.

◆ ReplaceAllShapesWithImage

virtual ReplaceAllShapesWithImageRequest Google.Apis.Slides.v1.Data.Request.ReplaceAllShapesWithImage
getset

Replaces all shapes matching some criteria with an image.

◆ ReplaceAllShapesWithSheetsChart

virtual ReplaceAllShapesWithSheetsChartRequest Google.Apis.Slides.v1.Data.Request.ReplaceAllShapesWithSheetsChart
getset

Replaces all shapes matching some criteria with a Google Sheets chart.

◆ ReplaceAllText

virtual ReplaceAllTextRequest Google.Apis.Slides.v1.Data.Request.ReplaceAllText
getset

Replaces all instances of specified text.

◆ ReplaceImage

virtual ReplaceImageRequest Google.Apis.Slides.v1.Data.Request.ReplaceImage
getset

Replaces an existing image with a new image.

◆ RerouteLine

virtual RerouteLineRequest Google.Apis.Slides.v1.Data.Request.RerouteLine
getset

Reroutes a line such that it's connected at the two closest connection sites on the connected page elements.

◆ UngroupObjects

virtual UngroupObjectsRequest Google.Apis.Slides.v1.Data.Request.UngroupObjects
getset

Ungroups objects, such as groups.

◆ UnmergeTableCells

virtual UnmergeTableCellsRequest Google.Apis.Slides.v1.Data.Request.UnmergeTableCells
getset

Unmerges cells in a Table.

◆ UpdateImageProperties

virtual UpdateImagePropertiesRequest Google.Apis.Slides.v1.Data.Request.UpdateImageProperties
getset

Updates the properties of an Image.

◆ UpdateLineCategory

virtual UpdateLineCategoryRequest Google.Apis.Slides.v1.Data.Request.UpdateLineCategory
getset

Updates the category of a line.

◆ UpdateLineProperties

virtual UpdateLinePropertiesRequest Google.Apis.Slides.v1.Data.Request.UpdateLineProperties
getset

Updates the properties of a Line.

◆ UpdatePageElementAltText

virtual UpdatePageElementAltTextRequest Google.Apis.Slides.v1.Data.Request.UpdatePageElementAltText
getset

Updates the alt text title and/or description of a page element.

◆ UpdatePageElementsZOrder

virtual UpdatePageElementsZOrderRequest Google.Apis.Slides.v1.Data.Request.UpdatePageElementsZOrder
getset

Updates the Z-order of page elements.

◆ UpdatePageElementTransform

virtual UpdatePageElementTransformRequest Google.Apis.Slides.v1.Data.Request.UpdatePageElementTransform
getset

Updates the transform of a page element.

◆ UpdatePageProperties

virtual UpdatePagePropertiesRequest Google.Apis.Slides.v1.Data.Request.UpdatePageProperties
getset

Updates the properties of a Page.

◆ UpdateParagraphStyle

virtual UpdateParagraphStyleRequest Google.Apis.Slides.v1.Data.Request.UpdateParagraphStyle
getset

Updates the styling of paragraphs within a Shape or Table.

◆ UpdateShapeProperties

virtual UpdateShapePropertiesRequest Google.Apis.Slides.v1.Data.Request.UpdateShapeProperties
getset

Updates the properties of a Shape.

◆ UpdateSlidesPosition

virtual UpdateSlidesPositionRequest Google.Apis.Slides.v1.Data.Request.UpdateSlidesPosition
getset

Updates the position of a set of slides in the presentation.

◆ UpdateTableBorderProperties

virtual UpdateTableBorderPropertiesRequest Google.Apis.Slides.v1.Data.Request.UpdateTableBorderProperties
getset

Updates the properties of the table borders in a Table.

◆ UpdateTableCellProperties

virtual UpdateTableCellPropertiesRequest Google.Apis.Slides.v1.Data.Request.UpdateTableCellProperties
getset

Updates the properties of a TableCell.

◆ UpdateTableColumnProperties

virtual UpdateTableColumnPropertiesRequest Google.Apis.Slides.v1.Data.Request.UpdateTableColumnProperties
getset

Updates the properties of a Table column.

◆ UpdateTableRowProperties

virtual UpdateTableRowPropertiesRequest Google.Apis.Slides.v1.Data.Request.UpdateTableRowProperties
getset

Updates the properties of a Table row.

◆ UpdateTextStyle

virtual UpdateTextStyleRequest Google.Apis.Slides.v1.Data.Request.UpdateTextStyle
getset

Updates the styling of text within a Shape or Table.

◆ UpdateVideoProperties

virtual UpdateVideoPropertiesRequest Google.Apis.Slides.v1.Data.Request.UpdateVideoProperties
getset

Updates the properties of a Video.


The documentation for this class was generated from the following file: