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

Inheritance: RtfDestination
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6

Méthodes publiques

Méthode 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

Méthode 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 méthode

public CloseDestination ( ) : bool
Résultat bool

GetColor() public méthode

public GetColor ( String key ) : Color
key String
Résultat Color

HandleCharacter() public méthode

public HandleCharacter ( int ch ) : bool
ch int
Résultat bool

HandleCloseGroup() public méthode

public HandleCloseGroup ( ) : bool
Résultat bool

HandleControlWord() public méthode

public HandleControlWord ( RtfCtrlWordData ctrlWordData ) : bool
ctrlWordData iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordData
Résultat bool

HandleOpenGroup() public méthode

public HandleOpenGroup ( ) : bool
Résultat bool

HandleOpeningSubGroup() public méthode

public HandleOpeningSubGroup ( ) : bool
Résultat bool

RtfDestinationColorTable() public méthode

public RtfDestinationColorTable ( ) : System
Résultat System

RtfDestinationColorTable() public méthode

public RtfDestinationColorTable ( RtfParser parser ) : System
parser iTextSharp.text.rtf.parser.RtfParser
Résultat System

SetParser() public méthode

public SetParser ( RtfParser parser ) : void
parser iTextSharp.text.rtf.parser.RtfParser
Résultat void

SetToDefaults() public méthode

public SetToDefaults ( ) : void
Résultat void