ApiRichParagraph
Represents the ApiRichParagraph class.
Methods
| Method | Returns | Description |
|---|---|---|
| AddElement | boolean | Adds an element to the current paragraph. |
| AddText | ApiRichRun | Adds some text to the current paragraph. |
| Copy | ApiRichParagraph | Creates a paragraph copy. |
| GetClassType | "richParagraph" | Returns a type of the ApiRichParagraph class. |
| GetElement | ApiRichRun | Returns a paragraph element using the position specified. |
| GetNext | ApiRichParagraph | Returns the next paragraph. |
| GetParaPr | ApiRichParaPr | Returns the paragraph properties. |
| GetPrevious | ApiRichParagraph | Returns the previous paragraph. |
| Last | ApiRichRun | Returns the last element of the paragraph. |
| Push | boolean | Adds an element to the current paragraph. |
| SetParaPr | boolean | Sets the paragraph properties. |
| SetReadingOrder | ApiRichParagraph | Specifies the reading order for the current paragraph. Possible values are: null - use the standart direction parameter; "ltr" - left-to-right text direction; "rtl" - right-to-left text direction. |