C# 클래스 CSReportDll.cReportAspect

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

공개 메소드들

메소드 설명
getAlign ( ) : HorizontalAlignment
getBackColor ( ) : int
getBorderColor ( ) : int
getBorderColor3d ( ) : int
getBorderColor3dShadow ( ) : int
getBorderRounded ( ) : bool
getBorderType ( ) : csReportBorderType
getBorderWidth ( ) : float
getCanGrow ( ) : bool
getFont ( ) : cReportFont
getFormat ( ) : String
getHeight ( ) : float
getIsAccounting ( ) : bool
getLeft ( ) : float
getNZOrder ( ) : int
getOffset ( ) : float
getSelectColor ( ) : int
getSymbol ( ) : String
getTop ( ) : float
getTransparent ( ) : bool
getWidth ( ) : float
getWordWrap ( ) : bool
setAlign ( HorizontalAlignment rhs ) : void
setBackColor ( int rhs ) : void
setBorderColor ( int rhs ) : void
setBorderColor3d ( int rhs ) : void
setBorderColor3dShadow ( int rhs ) : void
setBorderRounded ( bool rhs ) : void
setBorderType ( csReportBorderType rhs ) : void
setBorderWidth ( float rhs ) : void
setCanGrow ( bool rhs ) : void
setFont ( cReportFont rhs ) : void
setFormat ( String rhs ) : void
setHeight ( float rhs ) : void
setIsAccounting ( bool rhs ) : void
setLeft ( float rhs ) : void
setNZOrder ( int rhs ) : void
setOffset ( float rhs ) : void
setSelectColor ( int rhs ) : void
setSymbol ( String rhs ) : void
setTop ( float rhs ) : void
setTransparent ( bool rhs ) : void
setWidth ( float rhs ) : void
setWordWrap ( bool rhs ) : void

비공개 메소드들

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

메소드 상세

getAlign() 공개 메소드

public getAlign ( ) : HorizontalAlignment
리턴 HorizontalAlignment

getBackColor() 공개 메소드

public getBackColor ( ) : int
리턴 int

getBorderColor() 공개 메소드

public getBorderColor ( ) : int
리턴 int

getBorderColor3d() 공개 메소드

public getBorderColor3d ( ) : int
리턴 int

getBorderColor3dShadow() 공개 메소드

public getBorderColor3dShadow ( ) : int
리턴 int

getBorderRounded() 공개 메소드

public getBorderRounded ( ) : bool
리턴 bool

getBorderType() 공개 메소드

public getBorderType ( ) : csReportBorderType
리턴 csReportBorderType

getBorderWidth() 공개 메소드

public getBorderWidth ( ) : float
리턴 float

getCanGrow() 공개 메소드

public getCanGrow ( ) : bool
리턴 bool

getFont() 공개 메소드

public getFont ( ) : cReportFont
리턴 cReportFont

getFormat() 공개 메소드

public getFormat ( ) : String
리턴 String

getHeight() 공개 메소드

public getHeight ( ) : float
리턴 float

getIsAccounting() 공개 메소드

public getIsAccounting ( ) : bool
리턴 bool

getLeft() 공개 메소드

public getLeft ( ) : float
리턴 float

getNZOrder() 공개 메소드

public getNZOrder ( ) : int
리턴 int

getOffset() 공개 메소드

public getOffset ( ) : float
리턴 float

getSelectColor() 공개 메소드

public getSelectColor ( ) : int
리턴 int

getSymbol() 공개 메소드

public getSymbol ( ) : String
리턴 String

getTop() 공개 메소드

public getTop ( ) : float
리턴 float

getTransparent() 공개 메소드

public getTransparent ( ) : bool
리턴 bool

getWidth() 공개 메소드

public getWidth ( ) : float
리턴 float

getWordWrap() 공개 메소드

public getWordWrap ( ) : bool
리턴 bool

setAlign() 공개 메소드

public setAlign ( HorizontalAlignment rhs ) : void
rhs HorizontalAlignment
리턴 void

setBackColor() 공개 메소드

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

setBorderColor() 공개 메소드

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

setBorderColor3d() 공개 메소드

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

setBorderColor3dShadow() 공개 메소드

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

setBorderRounded() 공개 메소드

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

setBorderType() 공개 메소드

public setBorderType ( csReportBorderType rhs ) : void
rhs csReportBorderType
리턴 void

setBorderWidth() 공개 메소드

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

setCanGrow() 공개 메소드

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

setFont() 공개 메소드

public setFont ( cReportFont rhs ) : void
rhs cReportFont
리턴 void

setFormat() 공개 메소드

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

setHeight() 공개 메소드

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

setIsAccounting() 공개 메소드

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

setLeft() 공개 메소드

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

setNZOrder() 공개 메소드

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

setOffset() 공개 메소드

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

setSelectColor() 공개 메소드

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

setSymbol() 공개 메소드

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

setTop() 공개 메소드

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

setTransparent() 공개 메소드

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

setWidth() 공개 메소드

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

setWordWrap() 공개 메소드

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