@express-document-sdk / CharacterStylesInput
Interface: CharacterStylesInput
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 applyCharacterStyle API.
Extends
Partial
<BaseCharacterStyles
>
Extended by
Properties
color?
• optional
color: Color
Inherited from
Partial.color
font?
• optional
font: AvailableFont
fontSize?
• optional
fontSize: number
Inherited from
Partial.fontSize
tracking?
• optional
tracking: number
Inherited from
Partial.tracking
underline?
• optional
underline: boolean
Inherited from
Partial.underline