The following tables list the members exposed by ParagraphProperties.
| Name | Description | |
|---|---|---|
|  | LineSpacingAutoMaxValue | Returns the maximum allowable value for the LineSpacingAuto property, expressed as an integral number of lines (132 lines). | 
|  | SpacingMaxValue | Returns the maximum allowable value for the line spacing properties, expressed in twentieths of a point (31,680). | 
|  | SpacingMinValue | Returns the maximum allowable value for the line spacing properties, expressed in twentieths of a point (-20). | 
| 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. | 
| Name | Description | |
|---|---|---|
|   | Create | Returns a new instance which is associated with the specified WordDocumentWriter. | 
|  | Reset | Overridden. Restores all property values for this instance to their respective defaults. |