Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
TextFormatRun |
TextFormatRun.clone() |
TextFormatRun |
TextFormatRun.set(java.lang.String fieldName,
java.lang.Object value) |
TextFormatRun |
TextFormatRun.setFormat(TextFormat format)
The format of this run.
|
TextFormatRun |
TextFormatRun.setStartIndex(java.lang.Integer startIndex)
The character index where this run starts.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TextFormatRun> |
CellData.getTextFormatRuns()
Runs of rich text applied to subsections of the cell.
|
Modifier and Type | Method and Description |
---|---|
CellData |
CellData.setTextFormatRuns(java.util.List<TextFormatRun> textFormatRuns)
Runs of rich text applied to subsections of the cell.
|