Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
TextFormatRun |
TextFormatRun.clone() |
TextFormatRun |
TextFormatRun.set(String fieldName,
Object value) |
TextFormatRun |
TextFormatRun.setFormat(TextFormat format)
The format of this run.
|
TextFormatRun |
TextFormatRun.setStartIndex(Integer startIndex)
The zero-based character index where this run starts, in UTF-16 code units.
|
Modifier and Type | Method and Description |
---|---|
List<TextFormatRun> |
CellData.getTextFormatRuns()
Runs of rich text applied to subsections of the cell.
|
Modifier and Type | Method and Description |
---|---|
CellData |
CellData.setTextFormatRuns(List<TextFormatRun> textFormatRuns)
Runs of rich text applied to subsections of the cell.
|
Copyright © 2011–2024 Google. All rights reserved.