Version

ParagraphProperties Class Members

The following tables list the members exposed by ParagraphProperties.

Public Fields
 NameDescription
Public FieldLineSpacingAutoMaxValueReturns the maximum allowable value for the LineSpacingAuto property, expressed as an integral number of lines (132 lines).  
Public FieldSpacingMaxValueReturns the maximum allowable value for the line spacing properties, expressed in twentieths of a point (31,680).  
Public FieldSpacingMinValueReturns the maximum allowable value for the line spacing properties, expressed in twentieths of a point (-20).  
Public Properties
 NameDescription
Public PropertyAlignmentReturns or sets a value which determines the horizontal alignment for the associated paragraph or table. (Inherited from Infragistics.Documents.Word.ParagraphPropertiesBase)
Public PropertyBulletLevelReturns or sets a BulletLevelProperties instance which displays the associated paragraph as a bullet point or with automatic numbering.  
Public PropertyLeftIndentReturns or sets a value which determines the indentation from the left margin for the associated paragraph or table. (Inherited from Infragistics.Documents.Word.ParagraphPropertiesBase)
Public PropertyLineSpacingAutoReturns 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.  
Public PropertyLineSpacingExactReturns or sets a value which determines the exact amount of vertical spacing that appears between lines of text in the associated paragraph.  
Public PropertyLineSpacingMinimumReturns 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.  
Public PropertyPageBreakBeforeReturns or sets a value which determines whether a page break is inserted before the associated paragraph.  
Public PropertyRightIndentReturns or sets a value which determines the indentation from the right margin for the associated paragraph.  
Public PropertyRightToLeftReturns or sets a value which determines whether the paragraph is presented in a right-to-left direction.  
Public PropertySpacingAfterReturns or sets a value which determines the amount of spacing that appears after the last line of the associated paragraph.  
Public PropertySpacingBeforeReturns or sets a value which determines the amount of spacing that appears above the paragraph.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateReturns a new instance which is associated with the specified WordDocumentWriter.  
Public MethodResetOverridden. Restores all property values for this instance to their respective defaults.  
See Also