Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Docs
Schema
TextStyleSuggestionState
Interface TextStyleSuggestionState
interface
TextStyleSuggestionState
{
backgroundColorSuggested
?:
boolean
;
baselineOffsetSuggested
?:
boolean
;
boldSuggested
?:
boolean
;
fontSizeSuggested
?:
boolean
;
foregroundColorSuggested
?:
boolean
;
italicSuggested
?:
boolean
;
linkSuggested
?:
boolean
;
smallCapsSuggested
?:
boolean
;
strikethroughSuggested
?:
boolean
;
underlineSuggested
?:
boolean
;
weightedFontFamilySuggested
?:
boolean
;
}
Index
Properties
background
Color
Suggested?
baseline
Offset
Suggested?
bold
Suggested?
font
Size
Suggested?
foreground
Color
Suggested?
italic
Suggested?
link
Suggested?
small
Caps
Suggested?
strikethrough
Suggested?
underline
Suggested?
weighted
Font
Family
Suggested?
Properties
Optional
background
Color
Suggested
backgroundColorSuggested
?:
boolean
Optional
baseline
Offset
Suggested
baselineOffsetSuggested
?:
boolean
Optional
bold
Suggested
boldSuggested
?:
boolean
Optional
font
Size
Suggested
fontSizeSuggested
?:
boolean
Optional
foreground
Color
Suggested
foregroundColorSuggested
?:
boolean
Optional
italic
Suggested
italicSuggested
?:
boolean
Optional
link
Suggested
linkSuggested
?:
boolean
Optional
small
Caps
Suggested
smallCapsSuggested
?:
boolean
Optional
strikethrough
Suggested
strikethroughSuggested
?:
boolean
Optional
underline
Suggested
underlineSuggested
?:
boolean
Optional
weighted
Font
Family
Suggested
weightedFontFamilySuggested
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
background
Color
Suggested
baseline
Offset
Suggested
bold
Suggested
font
Size
Suggested
foreground
Color
Suggested
italic
Suggested
link
Suggested
small
Caps
Suggested
strikethrough
Suggested
underline
Suggested
weighted
Font
Family
Suggested
Google Apps Script API
Loading...