@express-document-sdk / CharacterStylesRange
Interface: CharacterStylesRange
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
.
Output shape of the characterStyleRange getter.
Extends
Properties
color
• color: Color
Inherited from
font
• font: Font
Inherited from
fontSize
• 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
• tracking: number
Inherited from
underline
• underline: boolean