For a list of all members of this type, see ParagraphProperties members.
Name | Description | |
---|---|---|
Alignment | Returns or sets a value which determines the horizontal alignment for the associated paragraph or table. (Inherited from Infragistics.Documents.Word.ParagraphPropertiesBase) | |
BulletLevel | Returns or sets a BulletLevelProperties instance which displays the associated paragraph as a bullet point or with automatic numbering. | |
LeftIndent | Returns or sets a value which determines the indentation from the left margin for the associated paragraph or table. (Inherited from Infragistics.Documents.Word.ParagraphPropertiesBase) | |
LineSpacingAuto | Returns or sets a value which determines the amount of vertical spacing that appears between lines of text in the associated paragraph, expressed as a multiple of the line height for the paragraph. Applicable only when the LineSpacingExact and LineSpacingMinimum properties are not explicitly set. | |
LineSpacingExact | Returns or sets a value which determines the exact amount of vertical spacing that appears between lines of text in the associated paragraph. | |
LineSpacingMinimum | Returns or sets a value which determines the minimum amount of vertical spacing that appears between lines of text in the associated paragraph. Applicable only when the LineSpacingExact property is not explicitly set. | |
PageBreakBefore | Returns or sets a value which determines whether a page break is inserted before the associated paragraph. | |
RightIndent | Returns or sets a value which determines the indentation from the right margin for the associated paragraph. | |
RightToLeft | Returns or sets a value which determines whether the paragraph is presented in a right-to-left direction. | |
SpacingAfter | Returns or sets a value which determines the amount of spacing that appears after the last line of the associated paragraph. | |
SpacingBefore | Returns or sets a value which determines the amount of spacing that appears above the paragraph. |
View on GitHub