C# Class CSReportDll.cReportLabel

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

Méthodes publiques

Méthode Description
cReportLabel ( ) : System
getAspect ( ) : cReportAspect
getCanGrow ( ) : bool
getText ( ) : String
setAspect ( cReportAspect rhs ) : void
setCanGrow ( bool rhs ) : void
setText ( String rhs ) : void

Private Methods

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

Method Details

cReportLabel() public méthode

public cReportLabel ( ) : System
Résultat System

getAspect() public méthode

public getAspect ( ) : cReportAspect
Résultat cReportAspect

getCanGrow() public méthode

public getCanGrow ( ) : bool
Résultat bool

getText() public méthode

public getText ( ) : String
Résultat String

setAspect() public méthode

public setAspect ( cReportAspect rhs ) : void
rhs cReportAspect
Résultat void

setCanGrow() public méthode

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

setText() public méthode

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