Version

ParagraphSettings Class Members

The following tables list the members exposed by ParagraphSettings.

Public Constructors
 NameDescription
Public ConstructorParagraphSettings ConstructorInitializes a new ParagraphSettings  
Public Properties
 NameDescription
Public PropertyAdjustRightIndentGets/sets whether to automatically adjust the right indent when using the document grid  
Public PropertyBordersDetermines how text will be aligned horizontally.  
Public PropertyContextualSpacingGets/sets whether to ignore spacing above and below when using identical styles.  
Public PropertyFrameGet/sets the frame related settings for the paragraph.  
Public PropertyHasTabStopsReturns true if the TabStops property is set to a non-null instance of TabStopCollection with Count of 1 or greater.  
Public PropertyIndentationGet/sets the indentation of the lines within the paragraph.  
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyIsSharedGets the value which indicates whether the settings object is being shared by multiple nodes. (Inherited from Infragistics.Documents.RichText.RichTextSettingsBase)
Public PropertyKeepLinesOnOnePageGets/sets whether to try to keep all paragraph lines on a single page  
Public PropertyKeepWithNextGets/sets whether to try to keep this paragraph with the next paragraph  
Public PropertyListIdSpecifies the list id associated with bulleted or numbered item this paragraph represents.  
Public PropertyListLevelSpecifies the 0-based level of the item in the bulleted or numbered list that this paragraph represents. Default value is -1, which is resolved to 0.  
Public PropertyMirrorIndentsGets/sets whether to use left/right indents as inside/outside indents  
Public PropertyOverflowPunctuationGets/sets whether to allow punctuation to extend past text extents.  
Public PropertyParagraphAlignmentDetermines how text will be aligned horizontally.  
Public PropertyRightToLeftGets/sets whether to use Right to Left paragraph layout  
Public PropertyShadingGets/sets the background shading for the paragraph  
Public PropertySnapToGridGets/sets whether to use document grid settings for inter-line paragraph spacing.  
Public PropertySpacingGets/sets the spacing before and after the paragraph  
Public PropertyStartOnNextPageGets/sets whether to start the paragraph on the next page.  
Public PropertySuppressAutoHyphensGets/sets whether to hyphenation of the paragraph.  
Public PropertySuppressLineNumbersGets/sets whether to suppress the display of line numbers for the paragraphs.  
Public PropertySuppressOverlapGets/sets whether to prevent text frames from overlapping.  
Public PropertyTabStopsReturns the collection of TabStops  
Public PropertyTextAlignmentDetermines how text will be aligned vertically.  
Public PropertyTopLinePunctuationGets/sets whether to compress punctuation at the start of a line.  
Public PropertyWidowControlGets/sets whether to allow the first/last line to display on a separate page.  
Public PropertyWordWrapDetermines if line breaking is allowed at the word or character level.  
Public Methods
 NameDescription
Public MethodClonePerforms a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
See Also