RichEditDocument.characterStylesInfo Property
In This Article
Returns information about character styles in the document.
#Declaration
TypeScript
get characterStylesInfo(): CharacterStyle[]
#Property Value
Type | Description |
---|---|
Character |
An array of objects that contain information about character styles. |
See Also