Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
DeleteTextRequest |
DeleteTextRequest.clone() |
DeleteTextRequest |
Request.getDeleteText()
Deletes text from a shape or a table cell.
|
DeleteTextRequest |
DeleteTextRequest.set(String fieldName,
Object value) |
DeleteTextRequest |
DeleteTextRequest.setCellLocation(TableCellLocation cellLocation)
The optional table cell location if the text is to be deleted from a table cell.
|
DeleteTextRequest |
DeleteTextRequest.setObjectId(String objectId)
The object ID of the shape or table from which the text will be deleted.
|
DeleteTextRequest |
DeleteTextRequest.setTextRange(Range textRange)
The range of text to delete, based on TextElement indexes.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setDeleteText(DeleteTextRequest deleteText)
Deletes text from a shape or a table cell.
|
Copyright © 2011–2024 Google. All rights reserved.