@express-document-sdk / CharacterStyles
Interface: CharacterStyles
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
.
Text styles of a range of characters, even a short span like a single word.
Extends
BaseCharacterStyles
Extended by
Properties
color
• color: Color
Inherited from
BaseCharacterStyles.color
font
• font: Font
fontSize
• fontSize: number
Inherited from
BaseCharacterStyles.fontSize
tracking
• tracking: number
Inherited from
BaseCharacterStyles.tracking
underline
• underline: boolean
Inherited from
BaseCharacterStyles.underline