Version

ListLevelDefinition Class Members

The following tables list the members exposed by ListLevelDefinition.

Public Constructors
 NameDescription
Public ConstructorListLevelDefinition Constructor  
Public Properties
 NameDescription
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyLevelGets/sets the 0-based level number. Valid range is from 0 to 8 inclusive.  
Public PropertyLevelTextGets/sets the text content displayed at this level.  
Public PropertyNumberAlignmentGets/sets the alignment for the number for this level.  
Public PropertyNumberFormatGets/sets the format of the number  
Public PropertyNumberSettingsGets/sets the character settings to use for the number  
Public PropertyNumberSuffixGets/sets what to append to the number symbol, the default is 'Tab'.  
Public PropertyParagraphSettingsGets/sets the settings to use for a paragraph at this level  
Public PropertyParagraphStyleIdGets/sets the id of the paragraph style to use for this level  
Public PropertyRestartAtLevelGets/sets the 0-based level to restart numbering at this level.  
Public PropertyStartGets/sets the first number in the series, if not specified the default is 1.  
Public PropertyUseLegalNumberFormatDetermines whether to ignore number formatting and instead use list item number without any formatting.  
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