GetClassType |
Get the type of this class. |
SetBetweenBorder |
Specify the border which will be displayed between each paragraph in a set of paragraphs which have the same set of paragraph border settings. |
SetBottomBorder |
Specify the border which will be displayed below a set of paragraphs which have the same paragraph border settings.
The paragraphs of the same style going one by one are considered as a single block, so the border is added
to the whole block rather than to every paragraph in this block. |
SetBullet |
Set the bullet or numbering to the current paragraph. |
SetContextualSpacing |
Specify that any space before or after this paragraph set using the
ApiParaPr.SetSpacingBefore or ApiParaPr.SetSpacingAfter spacing element, should not be applied when the preceding and
following paragraphs are of the same paragraph style, affecting the top and bottom spacing respectively. |
SetIndFirstLine |
Set the paragraph first line indentation. |
SetIndLeft |
Set the paragraph left side indentation. |
SetIndRight |
Set the paragraph right side indentation. |
SetJc |
Set paragraph contents justification. |
SetKeepLines |
Specify that when rendering this document using a page view, all lines of this paragraph are maintained on a single page whenever possible. |
SetKeepNext |
Specify that when rendering this document using a paginated view, the contents of this paragraph are at least
partly rendered on the same page as the following paragraph whenever possible. |
SetLeftBorder |
Specify the border which will be displayed at the left side of the page around the specified paragraph. |
SetNumPr |
Specify that the current paragraph references a numbering definition instance in the current document. |
SetPageBreakBefore |
Specify that when rendering this document using a paginated view, the contents of this paragraph are rendered at
the beginning of a new page in the document. |
SetRightBorder |
Specify the border which will be displayed at the right side of the page around the specified paragraph. |
SetShd |
Specify the shading applied to the contents of the paragraph. |
SetSpacingAfter |
Set 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. |
SetSpacingBefore |
Set 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. |
SetSpacingLine |
Set 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. |
SetStyle |
The paragraph style base method.
This method is not used by itself, as it only forms the basis for the ApiParagraph.SetStyle method which sets the selected or created style for the paragraph. |
SetTabs |
Specify 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. |
SetTopBorder |
Specify the border which will be displayed above a set of paragraphs which have the same set of paragraph border settings.
The paragraphs of the same style going one by one are considered as a single block, so the border is added to the whole block rather than to every paragraph in this block. |
SetWidowControl |
Specify whether a single line of this paragraph will be prevented from being displayed on a separate page from the remaining content at display time by moving the line onto the following page. |