Version

TableStyle Class Members

The following tables list the members exposed by TableStyle.

Public Constructors
 NameDescription
Public ConstructorTableStyle Constructor  
Public Properties
 NameDescription
Public PropertyAliasesGets/sets a comma delimited string with alternate names to display for this style (Inherited from Infragistics.Documents.RichText.RichTextStyleBase)
Public PropertyAreaSpecificSettingsThe settings related to specific areas of a table.  
Public PropertyAutoRedefineDetermines if this style will be automatically changed when a paragraph that is using it changes its settings. (Inherited from Infragistics.Documents.RichText.RichTextStyleBase)
Public PropertyBasedOnGets/sets a string to uniquely identify the style (Inherited from Infragistics.Documents.RichText.RichTextStyleBase)
Public PropertyColumnsInBandGets/sets the number of columns in each band  
Public PropertyDisplayModeGets/sets the display mode for the style. (Inherited from Infragistics.Documents.RichText.RichTextStyleBase)
Public PropertyIdGets/sets a string to uniquely identify the style. The id is case sensitive. (Inherited from Infragistics.Documents.RichText.RichTextStyleBase)
Public PropertyIsCustomDetermines if this style is a custom style created by the user. (Inherited from Infragistics.Documents.RichText.RichTextStyleBase)
Public PropertyIsDefaultDetermines if this style is the default style to use for its style type. (Inherited from Infragistics.Documents.RichText.RichTextStyleBase)
Public PropertyIsLockedDetermines if this style can be applied to new content. (Inherited from Infragistics.Documents.RichText.RichTextStyleBase)
Public PropertyIsPrimaryDetermines if this style is a primary style. (Inherited from Infragistics.Documents.RichText.RichTextStyleBase)
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyLinkedStyleGets/sets an id of a style to link with this style, e.g. a ParagraphStyle and be associacted (i.e. linked) with a CharacterStyle (Inherited from Infragistics.Documents.RichText.RichTextStyleBase)
Public PropertyNameGets/sets the primary name of the style. (Inherited from Infragistics.Documents.RichText.RichTextStyleBase)
Public PropertyRowsInBandGets/sets the number of rows in each band  
Public PropertySortPriorityGets/sets a priority used when ordering the list of styles displayed to the user. (Inherited from Infragistics.Documents.RichText.RichTextStyleBase)
Public PropertyUnhideWhenUsedDetermines if this style is unhidden the first time it is used. (Inherited from Infragistics.Documents.RichText.RichTextStyleBase)
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