ApiParaPr
Represents the ApiParaPr class.
Methods
| Method | Returns | Description |
|---|---|---|
| GetClassType | "paraPr" | Returns a type of the ApiParaPr class. |
| GetIndFirstLine | twips | undefined | Returns the paragraph first line indentation. |
| GetIndLeft | twips | undefined | Returns the paragraph left side indentation. |
| GetIndRight | twips | undefined | Returns the paragraph right side indentation. |
| GetJc | "left" | "right" | "both" | "center" | undefined | Returns the paragraph contents justification. |
| GetOutlineLvl | Number | undefined | Returns the outline level of the specified properties. |
| GetSpacingAfter | twips | Returns the spacing after value of the current paragraph. |
| GetSpacingBefore | twips | Returns the spacing before value of the current paragraph. |
| GetSpacingLineRule | "auto" | "atLeast" | "exact" | undefined | Returns the paragraph line spacing rule. |
| GetSpacingLineValue | twips | line240 | undefined | Returns the paragraph line spacing value. |
| GetTabs | TabStop[] | Returns the custom tab stops of the current paragraph. |
| SetBullet | None | Sets the bullet or numbering to the current paragraph. |
| SetIndFirstLine | boolean | Sets the paragraph first line indentation. |
| SetIndLeft | boolean | Sets the paragraph left side indentation. |
| SetIndRight | boolean | Sets the paragraph right side indentation. |
| SetJc | boolean | Sets the paragraph contents justification. |
| SetOutlineLvl | boolean | Sets the outline level for the specified properties. |
| SetSpacingAfter | boolean | Sets the spacing after the current paragraph. If the value of the isAfterAuto parameter is true, then |
| SetSpacingBefore | boolean | Sets the spacing before the current paragraph. If the value of the isBeforeAuto parameter is true, then |
| SetSpacingLine | boolean | Sets the paragraph line spacing. If the value of the sLineRule parameter is either |
| SetTabs | boolean | Specifies a sequence of custom tab stops which will be used for any tab characters in the current paragraph. |