Skip to main content

ApiParagraph

Represents the ApiParagraph class.

Methods

MethodReturnsDescription
AddElementbooleanAdds an element to the current paragraph.
AddLineBreakApiRunAdds a line break to the current position and starts the next element from a new line.
AddTabStopApiRunAdds a tab stop to the current paragraph.
AddTextApiRunAdds some text to the current paragraph.
CopyApiParagraphCreates a paragraph copy. Ingnore comments, footnote references, complex fields.
DeletebooleanDeletes the current paragraph.
GetClassType"paragraph"Returns a type of the ApiParagraph class.
GetElementParagraphContentReturns a paragraph element using the position specified.
GetElementsCountnumberReturns a number of elements in the current paragraph.
GetFontNamesstring[]Returns all font names from all elements inside the current paragraph.
GetIndFirstLinetwips | undefinedReturns the paragraph first line indentation.
GetIndLefttwips | undefinedReturns the paragraph left side indentation.
GetIndRighttwips | undefinedReturns the paragraph right side indentation.
GetInternalIdstringReturns an internal ID of the current content paragraph.
GetJc"left" | "right" | "both" | "center" | undefinedReturns the paragraph contents justification.
GetLastRunWithTextApiRunReturns the last Run with text in the current paragraph.
GetNextApiParagraph | nullReturns the next paragraph.
GetOutlineLvlNumberReturns the outline level of the specified properties.
GetParaPrApiParaPrReturns the paragraph properties.
GetPreviousApiParagraphReturns the previous paragraph.
GetSpacingAftertwipsReturns the spacing after value of the current paragraph.
GetSpacingBeforetwipsReturns the spacing before value of the current paragraph.
GetSpacingLineRule"auto" | "atLeast" | "exact" | undefinedReturns the paragraph line spacing rule.
GetSpacingLineValuetwips | line240 | undefinedReturns the paragraph line spacing value.
InsertParagraphApiParagraph | nullInserts a paragraph at the specified position.
LastParagraphContentReturns the last element of the paragraph which is not empty.
PushbooleanAdds an element to the current paragraph.
RemoveAllElementsbooleanRemoves all the elements from the current paragraph. 💡 When all the elements are removed from the paragraph, a new empty run is automatically created. If you want to add content to this run, use the ApiParagraph#GetElement method.
RemoveElementbooleanRemoves an element using the position specified. 💡 If the element you remove is the last paragraph element (i.e. all the elements are removed from the paragraph), a new empty run is automatically created. If you want to add content to this run, use the ApiParagraph#GetElement method.
SelectbooleanSelects the current paragraph.
SetBoldApiParagraphSets the bold property to the text character.
SetBulletNoneSets the bullet or numbering to the current paragraph.
SetCapsApiParagraphSpecifies that any lowercase characters in this paragraph are formatted for display only as their capital letter character equivalents.
SetColorApiParagraphSets the text color to the current paragraph in the RGB format.
SetDoubleStrikeoutApiParagraphSpecifies that the contents of this paragraph are displayed with two horizontal lines through each character displayed on the line.
SetFontFamilyApiParagraphSets all 4 font slots with the specified font family.
SetFontSizeApiParagraphSets the font size to the characters of the current paragraph.
SetHighlightApiParagraphSpecifies a highlighting color which is applied as a background to the contents of the current paragraph.
SetIndFirstLinebooleanSets the paragraph first line indentation.
SetIndLeftbooleanSets the paragraph left side indentation.
SetIndRightbooleanSets the paragraph right side indentation.
SetItalicApiParagraphSets the italic property to the text character.
SetJcbooleanSets the paragraph contents justification.
SetOutlineLvlbooleanSets the outline level for the specified properties.
SetSmallCapsApiParagraphSpecifies that all the small letter characters in this paragraph are formatted for display only as their capital letter character equivalents which are two points smaller than the actual font size specified for this text.
SetSpacingApiParagraphSets the text spacing measured in twentieths of a point.
SetSpacingAfterbooleanSets the spacing after the current paragraph. If the value of the isAfterAuto parameter is true, then any value of the nAfter is ignored. If isAfterAuto parameter is not specified, then it will be interpreted as false.
SetSpacingBeforebooleanSets the spacing before the current paragraph. If the value of the isBeforeAuto parameter is true, then any value of the nBefore is ignored. If isBeforeAuto parameter is not specified, then it will be interpreted as false.
SetSpacingLinebooleanSets the paragraph line spacing. If the value of the sLineRule parameter is either "atLeast" or "exact", then the value of nLine will be interpreted as twentieths of a point. If the value of the sLineRule parameter is "auto", then the value of the nLine parameter will be interpreted as 240ths of a line.
SetStrikeoutApiParagraphSpecifies that the contents of this paragraph are displayed with a single horizontal line through the center of the line.
SetTabsbooleanSpecifies a sequence of custom tab stops which will be used for any tab characters in the current paragraph. Warning: The lengths of aPos array and aVal array MUST BE equal to each other.
SetTextPrbooleanSets the paragraph text properties.
SetUnderlineApiParagraphSpecifies that the contents of this paragraph are displayed along with a line appearing directly below the character (less than all the spacing above and below the characters on the line).
ToJSONJSONConverts the ApiParagraph object into the JSON object.