跳到主要内容

ApiRichParagraph

Represents the ApiRichParagraph class.

Methods

MethodReturnsDescription
AddElementbooleanAdds an element to the current paragraph.
AddTextApiRichRunAdds some text to the current paragraph.
CopyApiRichParagraphCreates a paragraph copy.
GetClassType"richParagraph"Returns a type of the ApiRichParagraph class.
GetElementApiRichRunReturns a paragraph element using the position specified.
GetNextApiRichParagraphReturns the next paragraph.
GetParaPrApiRichParaPrReturns the paragraph properties.
GetPreviousApiRichParagraphReturns the previous paragraph.
LastApiRichRunReturns the last element of the paragraph.
PushbooleanAdds an element to the current paragraph.
SetParaPrbooleanSets the paragraph properties.
SetReadingOrderApiRichParagraphSpecifies 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.