C# Class CSReportDll.cReportAspect

Datei anzeigen Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

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

Private Methods

Method Description
load ( CSXml xDoc, XmlNode nodeObj ) : bool
pixelsToTwips ( ) : void
save ( CSXml xDoc, XmlNode nodeFather ) : bool
twipsToPixels ( ) : void

Method Details

getAlign() public method

public getAlign ( ) : HorizontalAlignment
return HorizontalAlignment

getBackColor() public method

public getBackColor ( ) : int
return int

getBorderColor() public method

public getBorderColor ( ) : int
return int

getBorderColor3d() public method

public getBorderColor3d ( ) : int
return int

getBorderColor3dShadow() public method

public getBorderColor3dShadow ( ) : int
return int

getBorderRounded() public method

public getBorderRounded ( ) : bool
return bool

getBorderType() public method

public getBorderType ( ) : csReportBorderType
return csReportBorderType

getBorderWidth() public method

public getBorderWidth ( ) : float
return float

getCanGrow() public method

public getCanGrow ( ) : bool
return bool

getFont() public method

public getFont ( ) : cReportFont
return cReportFont

getFormat() public method

public getFormat ( ) : String
return String

getHeight() public method

public getHeight ( ) : float
return float

getIsAccounting() public method

public getIsAccounting ( ) : bool
return bool

getLeft() public method

public getLeft ( ) : float
return float

getNZOrder() public method

public getNZOrder ( ) : int
return int

getOffset() public method

public getOffset ( ) : float
return float

getSelectColor() public method

public getSelectColor ( ) : int
return int

getSymbol() public method

public getSymbol ( ) : String
return String

getTop() public method

public getTop ( ) : float
return float

getTransparent() public method

public getTransparent ( ) : bool
return bool

getWidth() public method

public getWidth ( ) : float
return float

getWordWrap() public method

public getWordWrap ( ) : bool
return bool

setAlign() public method

public setAlign ( HorizontalAlignment rhs ) : void
rhs HorizontalAlignment
return void

setBackColor() public method

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

setBorderColor() public method

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

setBorderColor3d() public method

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

setBorderColor3dShadow() public method

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

setBorderRounded() public method

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

setBorderType() public method

public setBorderType ( csReportBorderType rhs ) : void
rhs csReportBorderType
return void

setBorderWidth() public method

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

setCanGrow() public method

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

setFont() public method

public setFont ( cReportFont rhs ) : void
rhs cReportFont
return void

setFormat() public method

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

setHeight() public method

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

setIsAccounting() public method

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

setLeft() public method

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

setNZOrder() public method

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

setOffset() public method

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

setSelectColor() public method

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

setSymbol() public method

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

setTop() public method

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

setTransparent() public method

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

setWidth() public method

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

setWordWrap() public method

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