C# Class CSReportDll.cReportFont

Show file Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
getBold ( ) : bool
getForeColor ( ) : int
getItalic ( ) : bool
getName ( ) : String
getSize ( ) : float
getStrike ( ) : bool
getUnderline ( ) : bool
setBold ( bool rhs ) : void
setForeColor ( int rhs ) : void
setItalic ( bool rhs ) : void
setName ( String rhs ) : void
setSize ( float rhs ) : void
setStrike ( bool rhs ) : void
setUnderline ( bool rhs ) : void

Private Methods

Method Description
load ( CSXml xDoc, XmlNode nodeObj ) : bool
save ( CSXml xDoc, XmlNode nodeFather ) : bool

Method Details

getBold() public method

public getBold ( ) : bool
return bool

getForeColor() public method

public getForeColor ( ) : int
return int

getItalic() public method

public getItalic ( ) : bool
return bool

getName() public method

public getName ( ) : String
return String

getSize() public method

public getSize ( ) : float
return float

getStrike() public method

public getStrike ( ) : bool
return bool

getUnderline() public method

public getUnderline ( ) : bool
return bool

setBold() public method

public setBold ( bool rhs ) : void
rhs bool
return void

setForeColor() public method

public setForeColor ( int rhs ) : void
rhs int
return void

setItalic() public method

public setItalic ( bool rhs ) : void
rhs bool
return void

setName() public method

public setName ( String rhs ) : void
rhs String
return void

setSize() public method

public setSize ( float rhs ) : void
rhs float
return void

setStrike() public method

public setStrike ( bool rhs ) : void
rhs bool
return void

setUnderline() public method

public setUnderline ( bool rhs ) : void
rhs bool
return void