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