C# Class CSReportDll.cReportFont

Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

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

Méthode Description
load ( CSXml xDoc, XmlNode nodeObj ) : bool
save ( CSXml xDoc, XmlNode nodeFather ) : bool

Method Details

getBold() public méthode

public getBold ( ) : bool
Résultat bool

getForeColor() public méthode

public getForeColor ( ) : int
Résultat int

getItalic() public méthode

public getItalic ( ) : bool
Résultat bool

getName() public méthode

public getName ( ) : String
Résultat String

getSize() public méthode

public getSize ( ) : float
Résultat float

getStrike() public méthode

public getStrike ( ) : bool
Résultat bool

getUnderline() public méthode

public getUnderline ( ) : bool
Résultat bool

setBold() public méthode

public setBold ( bool rhs ) : void
rhs bool
Résultat void

setForeColor() public méthode

public setForeColor ( int rhs ) : void
rhs int
Résultat void

setItalic() public méthode

public setItalic ( bool rhs ) : void
rhs bool
Résultat void

setName() public méthode

public setName ( String rhs ) : void
rhs String
Résultat void

setSize() public méthode

public setSize ( float rhs ) : void
rhs float
Résultat void

setStrike() public méthode

public setStrike ( bool rhs ) : void
rhs bool
Résultat void

setUnderline() public méthode

public setUnderline ( bool rhs ) : void
rhs bool
Résultat void