Class RtfColorTable
Provides the functionalities of Color tables for XHTML cell.
Inheritance
System.Object
RtfColorTable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class RtfColorTable
Constructors
RtfColorTable()
Initializes a new instance of the RtfColorTable class.
Declaration
public RtfColorTable()
Methods
ToString()
Converts the data to string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | string |
Overrides
System.Object.ToString()
UseColor(Color)
Gets an index of a color.
Declaration
public int UseColor(Color key)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Color | key | Key value of a color. |
Returns
Type | Description |
---|---|
System.Int32 | A color for specified key. |