C# Class CSReportDll.cReportAspect

Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

getAlign() public méthode

public getAlign ( ) : HorizontalAlignment
Résultat HorizontalAlignment

getBackColor() public méthode

public getBackColor ( ) : int
Résultat int

getBorderColor() public méthode

public getBorderColor ( ) : int
Résultat int

getBorderColor3d() public méthode

public getBorderColor3d ( ) : int
Résultat int

getBorderColor3dShadow() public méthode

public getBorderColor3dShadow ( ) : int
Résultat int

getBorderRounded() public méthode

public getBorderRounded ( ) : bool
Résultat bool

getBorderType() public méthode

public getBorderType ( ) : csReportBorderType
Résultat csReportBorderType

getBorderWidth() public méthode

public getBorderWidth ( ) : float
Résultat float

getCanGrow() public méthode

public getCanGrow ( ) : bool
Résultat bool

getFont() public méthode

public getFont ( ) : cReportFont
Résultat cReportFont

getFormat() public méthode

public getFormat ( ) : String
Résultat String

getHeight() public méthode

public getHeight ( ) : float
Résultat float

getIsAccounting() public méthode

public getIsAccounting ( ) : bool
Résultat bool

getLeft() public méthode

public getLeft ( ) : float
Résultat float

getNZOrder() public méthode

public getNZOrder ( ) : int
Résultat int

getOffset() public méthode

public getOffset ( ) : float
Résultat float

getSelectColor() public méthode

public getSelectColor ( ) : int
Résultat int

getSymbol() public méthode

public getSymbol ( ) : String
Résultat String

getTop() public méthode

public getTop ( ) : float
Résultat float

getTransparent() public méthode

public getTransparent ( ) : bool
Résultat bool

getWidth() public méthode

public getWidth ( ) : float
Résultat float

getWordWrap() public méthode

public getWordWrap ( ) : bool
Résultat bool

setAlign() public méthode

public setAlign ( HorizontalAlignment rhs ) : void
rhs HorizontalAlignment
Résultat void

setBackColor() public méthode

public setBackColor ( int rhs ) : void
rhs int
Résultat void

setBorderColor() public méthode

public setBorderColor ( int rhs ) : void
rhs int
Résultat void

setBorderColor3d() public méthode

public setBorderColor3d ( int rhs ) : void
rhs int
Résultat void

setBorderColor3dShadow() public méthode

public setBorderColor3dShadow ( int rhs ) : void
rhs int
Résultat void

setBorderRounded() public méthode

public setBorderRounded ( bool rhs ) : void
rhs bool
Résultat void

setBorderType() public méthode

public setBorderType ( csReportBorderType rhs ) : void
rhs csReportBorderType
Résultat void

setBorderWidth() public méthode

public setBorderWidth ( float rhs ) : void
rhs float
Résultat void

setCanGrow() public méthode

public setCanGrow ( bool rhs ) : void
rhs bool
Résultat void

setFont() public méthode

public setFont ( cReportFont rhs ) : void
rhs cReportFont
Résultat void

setFormat() public méthode

public setFormat ( String rhs ) : void
rhs String
Résultat void

setHeight() public méthode

public setHeight ( float rhs ) : void
rhs float
Résultat void

setIsAccounting() public méthode

public setIsAccounting ( bool rhs ) : void
rhs bool
Résultat void

setLeft() public méthode

public setLeft ( float rhs ) : void
rhs float
Résultat void

setNZOrder() public méthode

public setNZOrder ( int rhs ) : void
rhs int
Résultat void

setOffset() public méthode

public setOffset ( float rhs ) : void
rhs float
Résultat void

setSelectColor() public méthode

public setSelectColor ( int rhs ) : void
rhs int
Résultat void

setSymbol() public méthode

public setSymbol ( String rhs ) : void
rhs String
Résultat void

setTop() public méthode

public setTop ( float rhs ) : void
rhs float
Résultat void

setTransparent() public méthode

public setTransparent ( bool rhs ) : void
rhs bool
Résultat void

setWidth() public méthode

public setWidth ( float rhs ) : void
rhs float
Résultat void

setWordWrap() public méthode

public setWordWrap ( bool rhs ) : void
rhs bool
Résultat void