Version

ParagraphProperties Class Properties

For a list of all members of this type, see ParagraphProperties members.

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.  
See Also

View on GitHub