C# 클래스 RtfDomParser.RTFColorTable

파일 보기 프로젝트 열기: SourceCodeBackup/RtfDomParser 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

add color to list
public Add ( System c ) : void
c System new color value
리턴 void

Clear() 공개 메소드

����б�
public Clear ( ) : void
리턴 void

Clone() 공개 메소드

���ƶ���
public Clone ( ) : RTFColorTable
리턴 RTFColorTable

GetColor() 공개 메소드

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
리턴 System.Drawing.Color

IndexOf() 공개 메소드

get color index
public IndexOf ( System c ) : int
c System color
리턴 int

RTFColorTable() 공개 메소드

initialize instance
public RTFColorTable ( ) : System
리턴 System

Remove() 공개 메소드

delete special color
public Remove ( System c ) : void
c System color value
리턴 void

Write() 공개 메소드

�����ɫ��
public Write ( RTFWriter writer ) : void
writer RTFWriter RTF�ĵ���д��
리턴 void

this() 공개 메소드

get color at special index
public this ( int index ) : System.Drawing.Color
index int
리턴 System.Drawing.Color