C# Class iTextSharp.text.rtf.parser.destinations.RtfDestinationColorTable

Inheritance: RtfDestination
Exibir arquivo Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
CloseDestination ( ) : bool
GetColor ( String key ) : Color
HandleCharacter ( int ch ) : bool
HandleCloseGroup ( ) : bool
HandleControlWord ( RtfCtrlWordData ctrlWordData ) : bool
HandleOpenGroup ( ) : bool
HandleOpeningSubGroup ( ) : bool
RtfDestinationColorTable ( ) : System
RtfDestinationColorTable ( RtfParser parser ) : System
SetParser ( RtfParser parser ) : void
SetToDefaults ( ) : void

Private Methods

Method Description
ProcessColor ( ) : void
SetBlue ( int value ) : void
SetGreen ( int value ) : void
SetRed ( int value ) : void
SetShade ( int value ) : void
SetThemeColor ( int value ) : void
SetTint ( int value ) : void

Method Details

CloseDestination() public method

public CloseDestination ( ) : bool
return bool

GetColor() public method

public GetColor ( String key ) : Color
key String
return Color

HandleCharacter() public method

public HandleCharacter ( int ch ) : bool
ch int
return bool

HandleCloseGroup() public method

public HandleCloseGroup ( ) : bool
return bool

HandleControlWord() public method

public HandleControlWord ( RtfCtrlWordData ctrlWordData ) : bool
ctrlWordData iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordData
return bool

HandleOpenGroup() public method

public HandleOpenGroup ( ) : bool
return bool

HandleOpeningSubGroup() public method

public HandleOpeningSubGroup ( ) : bool
return bool

RtfDestinationColorTable() public method

public RtfDestinationColorTable ( ) : System
return System

RtfDestinationColorTable() public method

public RtfDestinationColorTable ( RtfParser parser ) : System
parser iTextSharp.text.rtf.parser.RtfParser
return System

SetParser() public method

public SetParser ( RtfParser parser ) : void
parser iTextSharp.text.rtf.parser.RtfParser
return void

SetToDefaults() public method

public SetToDefaults ( ) : void
return void