@express-document-sdk / CharacterStylesRangeInput
Interface: CharacterStylesRangeInput
IMPORTANT: This is currently experimental only and should not be used in any add-ons you will be distributing until it has been declared stable. To use it, you will first need to set the experimentalApis
flag to true
in the requirements
section of the manifest.json
.
Input shape of the characterStyleRange setter.
Extends
Properties
color?
• optional
color: Color
Inherited from
font?
• optional
font: AvailableFont
Inherited from
fontSize?
• optional
fontSize: number
Inherited from
length
• length: number
The length or number of characters in which character styles will be applied. Note: since characters are represented as UTF-16 code units, some symbols such as emojis are considered to have a length of 2.
Inherited from
tracking?
• optional
tracking: number
Inherited from
underline?
• optional
underline: boolean
Inherited from
CharacterStylesInput
.underline