Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
InsertTextRequest |
InsertTextRequest.clone() |
InsertTextRequest |
Request.getInsertText()
Inserts text into a shape or table cell.
|
InsertTextRequest |
InsertTextRequest.set(String fieldName,
Object value) |
InsertTextRequest |
InsertTextRequest.setCellLocation(TableCellLocation cellLocation)
The optional table cell location if the text is to be inserted into a table cell.
|
InsertTextRequest |
InsertTextRequest.setInsertionIndex(Integer insertionIndex)
The index where the text will be inserted, in Unicode code units, based on TextElement indexes.
|
InsertTextRequest |
InsertTextRequest.setObjectId(String objectId)
The object ID of the shape or table where the text will be inserted.
|
InsertTextRequest |
InsertTextRequest.setText(String text)
The text to be inserted.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setInsertText(InsertTextRequest insertText)
Inserts text into a shape or table cell.
|
Copyright © 2011–2024 Google. All rights reserved.