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