C# Class iTextSharp.text.rtf.style.RtfColor

Inheritance: iTextSharp.text.rtf.RtfElement, IRtfExtendedElement
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( Object obj ) : bool
GetBlue ( ) : int
GetColorNumber ( ) : int
GetGreen ( ) : int
GetHashCode ( ) : int
GetRed ( ) : int
RtfColor ( RtfDocument doc, Color col ) : System
RtfColor ( RtfDocument doc, RtfColor col ) : System
RtfColor ( RtfDocument doc, int red, int green, int blue ) : System
SetRtfDocument ( RtfDocument doc ) : void
WriteBegin ( Stream result ) : void
WriteContent ( Stream outp ) : void
WriteDefinition ( Stream result ) : void
WriteEnd ( Stream result ) : void

Méthodes protégées

Méthode Description
RtfColor ( RtfDocument doc, int red, int green, int blue, int colorNumber ) : System

Method Details

Equals() public méthode

public Equals ( Object obj ) : bool
obj Object
Résultat bool

GetBlue() public méthode

public GetBlue ( ) : int
Résultat int

GetColorNumber() public méthode

public GetColorNumber ( ) : int
Résultat int

GetGreen() public méthode

public GetGreen ( ) : int
Résultat int

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetRed() public méthode

public GetRed ( ) : int
Résultat int

RtfColor() public méthode

public RtfColor ( RtfDocument doc, Color col ) : System
doc iTextSharp.text.rtf.document.RtfDocument
col Color
Résultat System

RtfColor() public méthode

public RtfColor ( RtfDocument doc, RtfColor col ) : System
doc iTextSharp.text.rtf.document.RtfDocument
col RtfColor
Résultat System

RtfColor() public méthode

public RtfColor ( RtfDocument doc, int red, int green, int blue ) : System
doc iTextSharp.text.rtf.document.RtfDocument
red int
green int
blue int
Résultat System

RtfColor() protected méthode

protected RtfColor ( RtfDocument doc, int red, int green, int blue, int colorNumber ) : System
doc iTextSharp.text.rtf.document.RtfDocument
red int
green int
blue int
colorNumber int
Résultat System

SetRtfDocument() public méthode

public SetRtfDocument ( RtfDocument doc ) : void
doc iTextSharp.text.rtf.document.RtfDocument
Résultat void

WriteBegin() public méthode

public WriteBegin ( Stream result ) : void
result Stream
Résultat void

WriteContent() public méthode

public WriteContent ( Stream outp ) : void
outp Stream
Résultat void

WriteDefinition() public méthode

public WriteDefinition ( Stream result ) : void
result Stream
Résultat void

WriteEnd() public méthode

public WriteEnd ( Stream result ) : void
result Stream
Résultat void