Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
Request |
Request.clone() |
Request |
Request.set(String fieldName,
Object value) |
Request |
Request.setCreateImage(CreateImageRequest createImage)
Creates an image.
|
Request |
Request.setCreateLine(CreateLineRequest createLine)
Creates a line.
|
Request |
Request.setCreateParagraphBullets(CreateParagraphBulletsRequest createParagraphBullets)
Creates bullets for paragraphs.
|
Request |
Request.setCreateShape(CreateShapeRequest createShape)
Creates a new shape.
|
Request |
Request.setCreateSheetsChart(CreateSheetsChartRequest createSheetsChart)
Creates an embedded Google Sheets chart.
|
Request |
Request.setCreateSlide(CreateSlideRequest createSlide)
Creates a new slide.
|
Request |
Request.setCreateTable(CreateTableRequest createTable)
Creates a new table.
|
Request |
Request.setCreateVideo(CreateVideoRequest createVideo)
Creates a video.
|
Request |
Request.setDeleteObject(DeleteObjectRequest deleteObject)
Deletes a page or page element from the presentation.
|
Request |
Request.setDeleteParagraphBullets(DeleteParagraphBulletsRequest deleteParagraphBullets)
Deletes bullets from paragraphs.
|
Request |
Request.setDeleteTableColumn(DeleteTableColumnRequest deleteTableColumn)
Deletes a column from a table.
|
Request |
Request.setDeleteTableRow(DeleteTableRowRequest deleteTableRow)
Deletes a row from a table.
|
Request |
Request.setDeleteText(DeleteTextRequest deleteText)
Deletes text from a shape or a table cell.
|
Request |
Request.setDuplicateObject(DuplicateObjectRequest duplicateObject)
Duplicates a slide or page element.
|
Request |
Request.setGroupObjects(GroupObjectsRequest groupObjects)
Groups objects, such as page elements.
|
Request |
Request.setInsertTableColumns(InsertTableColumnsRequest insertTableColumns)
Inserts columns into a table.
|
Request |
Request.setInsertTableRows(InsertTableRowsRequest insertTableRows)
Inserts rows into a table.
|
Request |
Request.setInsertText(InsertTextRequest insertText)
Inserts text into a shape or table cell.
|
Request |
Request.setMergeTableCells(MergeTableCellsRequest mergeTableCells)
Merges cells in a Table.
|
Request |
Request.setRefreshSheetsChart(RefreshSheetsChartRequest refreshSheetsChart)
Refreshes a Google Sheets chart.
|
Request |
Request.setReplaceAllShapesWithImage(ReplaceAllShapesWithImageRequest replaceAllShapesWithImage)
Replaces all shapes matching some criteria with an image.
|
Request |
Request.setReplaceAllShapesWithSheetsChart(ReplaceAllShapesWithSheetsChartRequest replaceAllShapesWithSheetsChart)
Replaces all shapes matching some criteria with a Google Sheets chart.
|
Request |
Request.setReplaceAllText(ReplaceAllTextRequest replaceAllText)
Replaces all instances of specified text.
|
Request |
Request.setReplaceImage(ReplaceImageRequest replaceImage)
Replaces an existing image with a new image.
|
Request |
Request.setRerouteLine(RerouteLineRequest rerouteLine)
Reroutes a line such that it's connected at the two closest connection sites on the connected
page elements.
|
Request |
Request.setUngroupObjects(UngroupObjectsRequest ungroupObjects)
Ungroups objects, such as groups.
|
Request |
Request.setUnmergeTableCells(UnmergeTableCellsRequest unmergeTableCells)
Unmerges cells in a Table.
|
Request |
Request.setUpdateImageProperties(UpdateImagePropertiesRequest updateImageProperties)
Updates the properties of an Image.
|
Request |
Request.setUpdateLineCategory(UpdateLineCategoryRequest updateLineCategory)
Updates the category of a line.
|
Request |
Request.setUpdateLineProperties(UpdateLinePropertiesRequest updateLineProperties)
Updates the properties of a Line.
|
Request |
Request.setUpdatePageElementAltText(UpdatePageElementAltTextRequest updatePageElementAltText)
Updates the alt text title and/or description of a page element.
|
Request |
Request.setUpdatePageElementsZOrder(UpdatePageElementsZOrderRequest updatePageElementsZOrder)
Updates the Z-order of page elements.
|
Request |
Request.setUpdatePageElementTransform(UpdatePageElementTransformRequest updatePageElementTransform)
Updates the transform of a page element.
|
Request |
Request.setUpdatePageProperties(UpdatePagePropertiesRequest updatePageProperties)
Updates the properties of a Page.
|
Request |
Request.setUpdateParagraphStyle(UpdateParagraphStyleRequest updateParagraphStyle)
Updates the styling of paragraphs within a Shape or Table.
|
Request |
Request.setUpdateShapeProperties(UpdateShapePropertiesRequest updateShapeProperties)
Updates the properties of a Shape.
|
Request |
Request.setUpdateSlideProperties(UpdateSlidePropertiesRequest updateSlideProperties)
Updates the properties of a Slide
|
Request |
Request.setUpdateSlidesPosition(UpdateSlidesPositionRequest updateSlidesPosition)
Updates the position of a set of slides in the presentation.
|
Request |
Request.setUpdateTableBorderProperties(UpdateTableBorderPropertiesRequest updateTableBorderProperties)
Updates the properties of the table borders in a Table.
|
Request |
Request.setUpdateTableCellProperties(UpdateTableCellPropertiesRequest updateTableCellProperties)
Updates the properties of a TableCell.
|
Request |
Request.setUpdateTableColumnProperties(UpdateTableColumnPropertiesRequest updateTableColumnProperties)
Updates the properties of a Table column.
|
Request |
Request.setUpdateTableRowProperties(UpdateTableRowPropertiesRequest updateTableRowProperties)
Updates the properties of a Table row.
|
Request |
Request.setUpdateTextStyle(UpdateTextStyleRequest updateTextStyle)
Updates the styling of text within a Shape or Table.
|
Request |
Request.setUpdateVideoProperties(UpdateVideoPropertiesRequest updateVideoProperties)
Updates the properties of a Video.
|
Modifier and Type | Method and Description |
---|---|
List<Request> |
BatchUpdatePresentationRequest.getRequests()
A list of updates to apply to the presentation.
|
Modifier and Type | Method and Description |
---|---|
BatchUpdatePresentationRequest |
BatchUpdatePresentationRequest.setRequests(List<Request> requests)
A list of updates to apply to the presentation.
|
Copyright © 2011–2025 Google. All rights reserved.