Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
TextContent |
TextContent.clone() |
TextContent |
Shape.getText()
The text content of the shape.
|
TextContent |
TableCell.getText()
The text content of the cell.
|
TextContent |
TextContent.set(String fieldName,
Object value) |
TextContent |
TextContent.setLists(Map<String,List> lists)
The bulleted lists contained in this text, keyed by list ID.
|
TextContent |
TextContent.setTextElements(List<TextElement> textElements)
The text contents broken down into its component parts, including styling information.
|
Modifier and Type | Method and Description |
---|---|
Shape |
Shape.setText(TextContent text)
The text content of the shape.
|
TableCell |
TableCell.setText(TextContent text)
The text content of the cell.
|
Copyright © 2011–2024 Google. All rights reserved.