Version

ParagraphIndentationSettings Class Members

The following tables list the members exposed by ParagraphIndentationSettings.

Public Constructors
Public Properties
 NameDescription
Public PropertyEndGets/sets the indent for lines in the paragraph from the right edge when the flow direction is left to right, otherwise the indent is from the left edge.  
Public PropertyFirstLineGets/sets the indent for the first line in the paragraph from the left edge of the paragraph when the flow direction is left to right, otherwise the indent is from the right edge of 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 PropertyStartGets/sets the indent for lines in the paragraph from the left edge when the flow direction is left to right, otherwise the indent is from the right edge.  
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