C# 클래스 CSReportDll.cReportLabel

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

공개 메소드들

메소드 설명
cReportLabel ( ) : System
getAspect ( ) : cReportAspect
getCanGrow ( ) : bool
getText ( ) : String
setAspect ( cReportAspect rhs ) : void
setCanGrow ( bool rhs ) : void
setText ( String rhs ) : void

비공개 메소드들

메소드 설명
load ( CSXml xDoc, XmlNode nodeObj ) : bool
save ( CSXml xDoc, XmlNode nodeFather ) : bool

메소드 상세

cReportLabel() 공개 메소드

public cReportLabel ( ) : System
리턴 System

getAspect() 공개 메소드

public getAspect ( ) : cReportAspect
리턴 cReportAspect

getCanGrow() 공개 메소드

public getCanGrow ( ) : bool
리턴 bool

getText() 공개 메소드

public getText ( ) : String
리턴 String

setAspect() 공개 메소드

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

setCanGrow() 공개 메소드

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

setText() 공개 메소드

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