C# Class RtfDomParser.RTFColorTable

Afficher le fichier Open project: SourceCodeBackup/RtfDomParser Class Usage Examples

Méthodes publiques

Méthode Description
Add ( System c ) : void

add color to list

Clear ( ) : void

����б�

Clone ( ) : RTFColorTable

���ƶ���

GetColor ( int index, System DefaultValue ) : System.Drawing.Color

get color at special index , if index out of range , return default color

IndexOf ( System c ) : int

get color index

RTFColorTable ( ) : System

initialize instance

Remove ( System c ) : void

delete special color

Write ( RTFWriter writer ) : void

�����ɫ��

this ( int index ) : System.Drawing.Color

get color at special index

Method Details

Add() public méthode

add color to list
public Add ( System c ) : void
c System new color value
Résultat void

Clear() public méthode

����б�
public Clear ( ) : void
Résultat void

Clone() public méthode

���ƶ���
public Clone ( ) : RTFColorTable
Résultat RTFColorTable

GetColor() public méthode

get color at special index , if index out of range , return default color
public GetColor ( int index, System DefaultValue ) : System.Drawing.Color
index int index
DefaultValue System default value
Résultat System.Drawing.Color

IndexOf() public méthode

get color index
public IndexOf ( System c ) : int
c System color
Résultat int

RTFColorTable() public méthode

initialize instance
public RTFColorTable ( ) : System
Résultat System

Remove() public méthode

delete special color
public Remove ( System c ) : void
c System color value
Résultat void

Write() public méthode

�����ɫ��
public Write ( RTFWriter writer ) : void
writer RTFWriter RTF�ĵ���д��
Résultat void

this() public méthode

get color at special index
public this ( int index ) : System.Drawing.Color
index int
Résultat System.Drawing.Color