google_api_sheets v0.0.1 GoogleApi.Sheets.V4.Model.TextFormat View Source

The format of a run of text in a cell. Absent values indicate that the field isn't specified.

Attributes

  • bold (Boolean): True if the text is bold. Defaults to: null.
  • fontFamily (String): The font family. Defaults to: null.
  • fontSize (Integer): The size of the font. Defaults to: null.
  • foregroundColor (Color): The foreground color of the text. Defaults to: null.
  • italic (Boolean): True if the text is italicized. Defaults to: null.
  • strikethrough (Boolean): True if the text has a strikethrough. Defaults to: null.
  • underline (Boolean): True if the text is underlined. Defaults to: null.