C# 클래스 CSReportPaint.cReportPaintObject

파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

getAspect() 공개 메소드

public getAspect ( ) : cReportAspect
리턴 CSReportDll.cReportAspect

getHeightSec() 공개 메소드

public getHeightSec ( ) : float
리턴 float

getHeightSecLine() 공개 메소드

public getHeightSecLine ( ) : float
리턴 float

getImage() 공개 메소드

public getImage ( ) : Image
리턴 Image

getIndexField() 공개 메소드

public getIndexField ( ) : int
리턴 int

getIsSection() 공개 메소드

public getIsSection ( ) : bool
리턴 bool

getKey() 공개 메소드

public getKey ( ) : String
리턴 String

getPaintType() 공개 메소드

public getPaintType ( ) : csRptPaintObjType
리턴 csRptPaintObjType

getRptKeySec() 공개 메소드

public getRptKeySec ( ) : String
리턴 String

getRptType() 공개 메소드

public getRptType ( ) : csRptSectionType
리턴 csRptSectionType

getTag() 공개 메소드

public getTag ( ) : String
리턴 String

getText() 공개 메소드

public getText ( ) : String
리턴 String

getTextLine() 공개 메소드

public getTextLine ( ) : String
리턴 String

setAspect() 공개 메소드

public setAspect ( cReportAspect rhs ) : void
rhs CSReportDll.cReportAspect
리턴 void

setHeightSec() 공개 메소드

public setHeightSec ( float rhs ) : void
rhs float
리턴 void

setHeightSecLine() 공개 메소드

public setHeightSecLine ( float rhs ) : void
rhs float
리턴 void

setImage() 공개 메소드

public setImage ( Image rhs ) : void
rhs Image
리턴 void

setIndexField() 공개 메소드

public setIndexField ( int rhs ) : void
rhs int
리턴 void

setIsSection() 공개 메소드

public setIsSection ( bool rhs ) : void
rhs bool
리턴 void

setKey() 공개 메소드

public setKey ( String rhs ) : void
rhs String
리턴 void

setPaintType() 공개 메소드

public setPaintType ( csRptPaintObjType rhs ) : void
rhs csRptPaintObjType
리턴 void

setRptKeySec() 공개 메소드

public setRptKeySec ( String rhs ) : void
rhs String
리턴 void

setRptType() 공개 메소드

public setRptType ( csRptSectionType rhs ) : void
rhs csRptSectionType
리턴 void

setTag() 공개 메소드

public setTag ( String rhs ) : void
rhs String
리턴 void

setText() 공개 메소드

public setText ( String rhs ) : void
rhs String
리턴 void

setTextLine() 공개 메소드

public setTextLine ( String rhs ) : void
rhs String
리턴 void