Skip to main content

ApiParaPr

Represents the ApiParaPr class.

Methods

MethodReturnsDescription
GetClassType"paraPr"Returns a type of the ApiParaPr class.
GetIndFirstLinetwips | undefinedReturns the paragraph first line indentation.
GetIndLefttwips | undefinedReturns the paragraph left side indentation.
GetIndRighttwips | undefinedReturns the paragraph right side indentation.
GetJc"left" | "right" | "both" | "center" | undefinedReturns the paragraph contents justification.
GetOutlineLvlNumberReturns the outline level of the specified properties.
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.
SetBulletNoneSets the bullet or numbering to the current paragraph.
SetIndFirstLineNoneSets the paragraph first line indentation.
SetIndLeftNoneSets the paragraph left side indentation.
SetIndRightNoneSets the paragraph right side indentation.
SetJcNoneSets the paragraph contents justification.
SetOutlineLvlbooleanSets the outline level for the specified properties.
SetSpacingAfterNoneSets 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.
SetSpacingBeforeNoneSets 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.
SetSpacingLineNoneSets 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.
SetTabsNoneSpecifies 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.