C# Class CSReportPaint.cReportPaintObject

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

Public Methods

Method 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 method

public getAspect ( ) : cReportAspect
return CSReportDll.cReportAspect

getHeightSec() public method

public getHeightSec ( ) : float
return float

getHeightSecLine() public method

public getHeightSecLine ( ) : float
return float

getImage() public method

public getImage ( ) : Image
return Image

getIndexField() public method

public getIndexField ( ) : int
return int

getIsSection() public method

public getIsSection ( ) : bool
return bool

getKey() public method

public getKey ( ) : String
return String

getPaintType() public method

public getPaintType ( ) : csRptPaintObjType
return csRptPaintObjType

getRptKeySec() public method

public getRptKeySec ( ) : String
return String

getRptType() public method

public getRptType ( ) : csRptSectionType
return csRptSectionType

getTag() public method

public getTag ( ) : String
return String

getText() public method

public getText ( ) : String
return String

getTextLine() public method

public getTextLine ( ) : String
return String

setAspect() public method

public setAspect ( cReportAspect rhs ) : void
rhs CSReportDll.cReportAspect
return void

setHeightSec() public method

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

setHeightSecLine() public method

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

setImage() public method

public setImage ( Image rhs ) : void
rhs Image
return void

setIndexField() public method

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

setIsSection() public method

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

setKey() public method

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

setPaintType() public method

public setPaintType ( csRptPaintObjType rhs ) : void
rhs csRptPaintObjType
return void

setRptKeySec() public method

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

setRptType() public method

public setRptType ( csRptSectionType rhs ) : void
rhs csRptSectionType
return void

setTag() public method

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

setText() public method

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

setTextLine() public method

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