Packagestimulsoft.report.styles
Classpublic class StiStyle
InheritanceStiStyle Inheritance StiBaseStyle Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
  allowUseBorder : Boolean
Gets or sets a value which indicates whether a report engine can use Border formatting or not.
StiStyle
  allowUseBorderFormatting : Boolean
Gets or sets a value which indicates whether a report engine can use Border formatting or not.
StiStyle
  allowUseBorderSides : Boolean
Gets or sets a value which indicates whether a report engine can use Border Sides or not.
StiStyle
  allowUseBorderSidesFromLocation : Boolean
Gets or sets a value which indicates whether a report engine can set border sides of a component depending on the component location.
StiStyle
  allowUseBrush : Boolean
Gets or sets a value which indicates whether a report engine can use Brush formatting or not.
StiStyle
  allowUseFont : Boolean
Gets or sets a value which indicates whether a report engine can use Font formatting or not.
StiStyle
  allowUseHorAlignment : Boolean
Gets or sets a value which indicates whether a report engine can use HorAlignment formatting or not.
StiStyle
  allowUseImage : Boolean
Gets or sets a value which indicates whether a report engine can use Image formatting or not.
StiStyle
  allowUseTextBrush : Boolean
Gets or sets a value which indicates whether a report engine can use TextBrush formatting or not.
StiStyle
  allowUseTextOptions : Boolean
Gets or sets a value which indicates whether a report engine can use TextOptions formatting or not.
StiStyle
  allowUseVertAlignment : Boolean
Gets or sets a value which indicates whether a report engine can use VertAlignment formatting or not.
StiStyle
  border : StiBorder
Gets or sets frame of the component.
StiStyle
  brush : StiBrush
Gets or sets a brush to fill a style.
StiStyle
 InheritedcollectionName : String
Gets or sets a name of the styles collection.
StiBaseStyle
 Inheritedconditions : StiStyleConditionsCollection
Gets or sets a collection of the style conditions.
StiBaseStyle
 Inheriteddescription : String
Gets or sets the style description.
StiBaseStyle
  font : StiFont
Gets or sets font of style.
StiStyle
  horAlignment : int
Gets or sets the style horizontal alignment.
StiStyle
  image : String
Gets or sets the image to fill Image property of Image component.
StiStyle
  imageBitmap : BitmapData
StiStyle
 Inheritedname : String
Gets or sets a style name.
StiBaseStyle
 Inheritedref : int
StiBaseStyle
 Inheritedreport : StiReport
StiBaseStyle
  textBrush : StiBrush
Gets or sets a brush to draw text.
StiStyle
  textOptions : StiTextOptions
Do not use this property
StiStyle
  vertAlignment : int
Gets or sets the vertical alignment of an style.
StiStyle
Public Methods
 MethodDefined By
  
StiStyle(name:String, description:String, report:StiReport = null)
StiStyle
  
clone(... args):Object
[override]
StiStyle
 Inherited
drawBox(g:StiGraphics, rect:StiRectangle, paintValue:Boolean, paintImage:Boolean):void
StiBaseStyle
 Inherited
drawStyle(g:StiGraphics, rect:StiRectangle, paintValue:Boolean, paintImage:Boolean):void
StiBaseStyle
 Inherited
StiBaseStyle
  
equals(object:Object):Boolean
[override]
StiStyle
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getStyle(component:StiComponent, styleElements:int):StiBaseStyle
[static]
StiBaseStyle
  
getStyleFromComponent(component:StiComponent, styleElements:int):void
[override] Gets a style from the component.
StiStyle
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiStyle
  
[override] Sets style to a component.
StiStyle
Property Detail
allowUseBorderproperty
allowUseBorder:Boolean

Gets or sets a value which indicates whether a report engine can use Border formatting or not.


Implementation
    public function get allowUseBorder():Boolean
    public function set allowUseBorder(value:Boolean):void
allowUseBorderFormattingproperty 
allowUseBorderFormatting:Boolean

Gets or sets a value which indicates whether a report engine can use Border formatting or not.


Implementation
    public function get allowUseBorderFormatting():Boolean
    public function set allowUseBorderFormatting(value:Boolean):void
allowUseBorderSidesproperty 
allowUseBorderSides:Boolean

Gets or sets a value which indicates whether a report engine can use Border Sides or not.


Implementation
    public function get allowUseBorderSides():Boolean
    public function set allowUseBorderSides(value:Boolean):void
allowUseBorderSidesFromLocationproperty 
allowUseBorderSidesFromLocation:Boolean

Gets or sets a value which indicates whether a report engine can set border sides of a component depending on the component location.


Implementation
    public function get allowUseBorderSidesFromLocation():Boolean
    public function set allowUseBorderSidesFromLocation(value:Boolean):void
allowUseBrushproperty 
allowUseBrush:Boolean

Gets or sets a value which indicates whether a report engine can use Brush formatting or not.


Implementation
    public function get allowUseBrush():Boolean
    public function set allowUseBrush(value:Boolean):void
allowUseFontproperty 
allowUseFont:Boolean

Gets or sets a value which indicates whether a report engine can use Font formatting or not.


Implementation
    public function get allowUseFont():Boolean
    public function set allowUseFont(value:Boolean):void
allowUseHorAlignmentproperty 
allowUseHorAlignment:Boolean

Gets or sets a value which indicates whether a report engine can use HorAlignment formatting or not.


Implementation
    public function get allowUseHorAlignment():Boolean
    public function set allowUseHorAlignment(value:Boolean):void
allowUseImageproperty 
allowUseImage:Boolean

Gets or sets a value which indicates whether a report engine can use Image formatting or not.


Implementation
    public function get allowUseImage():Boolean
    public function set allowUseImage(value:Boolean):void
allowUseTextBrushproperty 
allowUseTextBrush:Boolean

Gets or sets a value which indicates whether a report engine can use TextBrush formatting or not.


Implementation
    public function get allowUseTextBrush():Boolean
    public function set allowUseTextBrush(value:Boolean):void
allowUseTextOptionsproperty 
allowUseTextOptions:Boolean

Gets or sets a value which indicates whether a report engine can use TextOptions formatting or not.


Implementation
    public function get allowUseTextOptions():Boolean
    public function set allowUseTextOptions(value:Boolean):void
allowUseVertAlignmentproperty 
allowUseVertAlignment:Boolean

Gets or sets a value which indicates whether a report engine can use VertAlignment formatting or not.


Implementation
    public function get allowUseVertAlignment():Boolean
    public function set allowUseVertAlignment(value:Boolean):void
borderproperty 
border:StiBorder

Gets or sets frame of the component.


Implementation
    public function get border():StiBorder
    public function set border(value:StiBorder):void
brushproperty 
brush:StiBrush

Gets or sets a brush to fill a style.


Implementation
    public function get brush():StiBrush
    public function set brush(value:StiBrush):void
fontproperty 
font:StiFont

Gets or sets font of style.


Implementation
    public function get font():StiFont
    public function set font(value:StiFont):void
horAlignmentproperty 
horAlignment:int

Gets or sets the style horizontal alignment.


Implementation
    public function get horAlignment():int
    public function set horAlignment(value:int):void
imageproperty 
image:String

Gets or sets the image to fill Image property of Image component.


Implementation
    public function get image():String
    public function set image(value:String):void
imageBitmapproperty 
imageBitmap:BitmapData


Implementation
    public function get imageBitmap():BitmapData
    public function set imageBitmap(value:BitmapData):void
textBrushproperty 
textBrush:StiBrush

Gets or sets a brush to draw text.


Implementation
    public function get textBrush():StiBrush
    public function set textBrush(value:StiBrush):void
textOptionsproperty 
textOptions:StiTextOptions

Do not use this property


Implementation
    public function get textOptions():StiTextOptions
    public function set textOptions(value:StiTextOptions):void
vertAlignmentproperty 
vertAlignment:int

Gets or sets the vertical alignment of an style.


Implementation
    public function get vertAlignment():int
    public function set vertAlignment(value:int):void
Constructor Detail
StiStyle()Constructor
public function StiStyle(name:String, description:String, report:StiReport = null)



Parameters
name:String
 
description:String
 
report:StiReport (default = null)
Method Detail
clone()method
override public function clone(... args):Object

Parameters

... args

Returns
Object
equals()method 
override public function equals(object:Object):Boolean

Parameters

object:Object

Returns
Boolean
getStyleFromComponent()method 
override public function getStyleFromComponent(component:StiComponent, styleElements:int):void

Gets a style from the component.

Parameters

component:StiComponent
 
styleElements:int (default = NaN)

memberwiseClone()method 
override public function memberwiseClone():Object

Returns
Object
setStyleToComponent()method 
override public function setStyleToComponent(component:StiComponent):void

Sets style to a component.

Parameters

component:StiComponent