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

Inheritance: iTextSharp.text.rtf.RtfElement, IRtfExtendedElement
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
RtfColor ( RtfDocument doc, int red, int green, int blue, int colorNumber ) : System

Method Details

Equals() public method

public Equals ( Object obj ) : bool
obj Object
return bool

GetBlue() public method

public GetBlue ( ) : int
return int

GetColorNumber() public method

public GetColorNumber ( ) : int
return int

GetGreen() public method

public GetGreen ( ) : int
return int

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetRed() public method

public GetRed ( ) : int
return int

RtfColor() public method

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

RtfColor() public method

public RtfColor ( RtfDocument doc, RtfColor col ) : System
doc iTextSharp.text.rtf.document.RtfDocument
col RtfColor
return System

RtfColor() public method

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

RtfColor() protected method

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
return System

SetRtfDocument() public method

public SetRtfDocument ( RtfDocument doc ) : void
doc iTextSharp.text.rtf.document.RtfDocument
return void

WriteBegin() public method

public WriteBegin ( Stream result ) : void
result Stream
return void

WriteContent() public method

public WriteContent ( Stream outp ) : void
outp Stream
return void

WriteDefinition() public method

public WriteDefinition ( Stream result ) : void
result Stream
return void

WriteEnd() public method

public WriteEnd ( Stream result ) : void
result Stream
return void