Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Sheets
Schema
TextFormat
Interface TextFormat
interface
TextFormat
{
bold
?:
boolean
;
fontFamily
?:
string
;
fontSize
?:
number
;
foregroundColor
?:
GoogleAppsScript
.
Sheets
.
Schema
.
Color
;
italic
?:
boolean
;
link
?:
GoogleAppsScript
.
Sheets
.
Schema
.
Link
;
strikethrough
?:
boolean
;
underline
?:
boolean
;
}
Index
Properties
bold?
font
Family?
font
Size?
foreground
Color?
italic?
link?
strikethrough?
underline?
Properties
Optional
bold
bold
?:
boolean
Optional
font
Family
fontFamily
?:
string
Optional
font
Size
fontSize
?:
number
Optional
foreground
Color
foregroundColor
?:
GoogleAppsScript
.
Sheets
.
Schema
.
Color
Optional
italic
italic
?:
boolean
Optional
link
link
?:
GoogleAppsScript
.
Sheets
.
Schema
.
Link
Optional
strikethrough
strikethrough
?:
boolean
Optional
underline
underline
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bold
font
Family
font
Size
foreground
Color
italic
link
strikethrough
underline
Google Apps Script API
Loading...