ApiRichContent
Represents the ApiRichContent class.
Methods
| Method | Returns | Description |
|---|---|---|
| AddElement | boolean | Adds a rich paragraph using its position in rich content. |
| GetClassType | "richContent" | Returns a type of the ApiRichContent class. |
| GetContent | ApiRichParagraph[] | Returns an array of rich paragraphs from the current rich content object. |
| GetCurrentParagraph | ApiRichParagraph | Returns the current paragraph where the cursor is located. |
| GetCurrentRun | ApiRichRun | Returns the current run where the cursor is located. |
| GetElement | ApiRichParagraph | Returns an rich paragraph by its position in the content. |
| Push | boolean | Pushes a rich paragraph to a rich content. |