HelpBot Assistant

How can I help you?

SelectionCharacterFormat

16 Mar 20261 minute to read

Selection character format implementation

Properties

Get allCaps boolean

Gets or sets the allCaps formatting of selected contents.

Set allCaps void

Sets the allCaps formatting of selected contents.

Parameters: value: boolean

Get baselineAlignment BaselineAlignment

Gets or sets the baseline alignment property of selected contents.

Set baselineAlignment void

Sets the baseline alignment property of selected contents.

Parameters: value: BaselineAlignment

Get bold boolean

Gets or sets the bold formatting of selected contents.

Set bold void

Sets the bold formatting of selected contents.

Parameters: value: boolean

Get fontColor string

Gets or sets the font color of selected contents.

Set fontColor void

Sets the font color of selected contents.

Parameters: value: string

Get fontFamily string

Gets or sets the font family of selected contents.

Set fontFamily void

Sets the font family of selected contents.

Parameters: value: string

Get fontSize number

Gets the font size of selected contents.

Set fontSize void

Sets the font size of selected contents.

Parameters: value: number

Get highlightColor HighlightColor

Gets or sets the highlight color of selected contents.

Set highlightColor void

Sets the highlight color of selected contents.

Parameters: value: HighlightColor

Get italic boolean

Gets or sets the italic formatting of selected contents.

Set italic void

Sets the italic formatting of selected contents.

Parameters: value: boolean

Get strikethrough Strikethrough

Gets or sets the strikethrough property of selected contents.

Set strikethrough void

Sets the strikethrough property of selected contents.

Parameters: value: Strikethrough

Get underline Underline

Gets or sets the underline style of selected contents.

Set underline void

Sets the underline style of selected contents.

Parameters: value: Underline