Version

RichTextList Class Members

The following tables list the members exposed by RichTextList.

Public Constructors
 NameDescription
Public ConstructorRichTextList Constructor  
Public Properties
 NameDescription
Public PropertyIdSpecifies the id of the list. Id is case sensitive.  
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyLevelOverridesSpecifies settings for one or more levels to use in place of settings specified by the Template or the ListStyle referred to by ListStyleId property.  
Public PropertyListStyleIdSpecifies the id of a ListStyle that contains the list settings, such as whether the list is bulleted or numbered.  
Public PropertyTemplateSpecifies the list template to use for this list. ListTemplate contains the list settings, such as whether the list is bulleted or numbered.  
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