C# Class CSReportPaint.cReportPaintObject

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

Méthodes publiques

Méthode Description
getAspect ( ) : cReportAspect
getHeightSec ( ) : float
getHeightSecLine ( ) : float
getImage ( ) : Image
getIndexField ( ) : int
getIsSection ( ) : bool
getKey ( ) : String
getPaintType ( ) : csRptPaintObjType
getRptKeySec ( ) : String
getRptType ( ) : csRptSectionType
getTag ( ) : String
getText ( ) : String
getTextLine ( ) : String
setAspect ( cReportAspect rhs ) : void
setHeightSec ( float rhs ) : void
setHeightSecLine ( float rhs ) : void
setImage ( Image rhs ) : void
setIndexField ( int rhs ) : void
setIsSection ( bool rhs ) : void
setKey ( String rhs ) : void
setPaintType ( csRptPaintObjType rhs ) : void
setRptKeySec ( String rhs ) : void
setRptType ( csRptSectionType rhs ) : void
setTag ( String rhs ) : void
setText ( String rhs ) : void
setTextLine ( String rhs ) : void

Method Details

getAspect() public méthode

public getAspect ( ) : cReportAspect
Résultat CSReportDll.cReportAspect

getHeightSec() public méthode

public getHeightSec ( ) : float
Résultat float

getHeightSecLine() public méthode

public getHeightSecLine ( ) : float
Résultat float

getImage() public méthode

public getImage ( ) : Image
Résultat Image

getIndexField() public méthode

public getIndexField ( ) : int
Résultat int

getIsSection() public méthode

public getIsSection ( ) : bool
Résultat bool

getKey() public méthode

public getKey ( ) : String
Résultat String

getPaintType() public méthode

public getPaintType ( ) : csRptPaintObjType
Résultat csRptPaintObjType

getRptKeySec() public méthode

public getRptKeySec ( ) : String
Résultat String

getRptType() public méthode

public getRptType ( ) : csRptSectionType
Résultat csRptSectionType

getTag() public méthode

public getTag ( ) : String
Résultat String

getText() public méthode

public getText ( ) : String
Résultat String

getTextLine() public méthode

public getTextLine ( ) : String
Résultat String

setAspect() public méthode

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

setHeightSec() public méthode

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

setHeightSecLine() public méthode

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

setImage() public méthode

public setImage ( Image rhs ) : void
rhs Image
Résultat void

setIndexField() public méthode

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

setIsSection() public méthode

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

setKey() public méthode

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

setPaintType() public méthode

public setPaintType ( csRptPaintObjType rhs ) : void
rhs csRptPaintObjType
Résultat void

setRptKeySec() public méthode

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

setRptType() public méthode

public setRptType ( csRptSectionType rhs ) : void
rhs csRptSectionType
Résultat void

setTag() public méthode

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

setText() public méthode

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

setTextLine() public méthode

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