Package | stimulsoft.report.styles |
Class | public class StiStyle |
Inheritance | StiStyle ![]() ![]() ![]() |
Property | Defined 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 | ||
![]() | collectionName : String Gets or sets a name of the styles collection. | StiBaseStyle | |
![]() | conditions : StiStyleConditionsCollection Gets or sets a collection of the style conditions. | StiBaseStyle | |
![]() | description : 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 | ||
![]() | name : String Gets or sets a style name. | StiBaseStyle | |
![]() | ref : int | StiBaseStyle | |
![]() | report : 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 |
Method | Defined By | ||
---|---|---|---|
StiStyle | |||
clone(... args):Object [override] | StiStyle | ||
![]() | StiBaseStyle | ||
![]() | StiBaseStyle | ||
![]() | StiBaseStyle | ||
equals(object:Object):Boolean [override] | StiStyle | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | [static] | StiBaseStyle | |
getStyleFromComponent(component:StiComponent, styleElements:int):void [override] Gets a style from the component. | StiStyle | ||
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiStyle | ||
setStyleToComponent(component:StiComponent):void [override] Sets style to a component. | StiStyle |
allowUseBorder | property |
allowUseBorder:Boolean
Gets or sets a value which indicates whether a report engine can use Border formatting or not.
public function get allowUseBorder():Boolean
public function set allowUseBorder(value:Boolean):void
allowUseBorderFormatting | property |
allowUseBorderFormatting:Boolean
Gets or sets a value which indicates whether a report engine can use Border formatting or not.
public function get allowUseBorderFormatting():Boolean
public function set allowUseBorderFormatting(value:Boolean):void
allowUseBorderSides | property |
allowUseBorderSides:Boolean
Gets or sets a value which indicates whether a report engine can use Border Sides or not.
public function get allowUseBorderSides():Boolean
public function set allowUseBorderSides(value:Boolean):void
allowUseBorderSidesFromLocation | property |
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.
public function get allowUseBorderSidesFromLocation():Boolean
public function set allowUseBorderSidesFromLocation(value:Boolean):void
allowUseBrush | property |
allowUseBrush:Boolean
Gets or sets a value which indicates whether a report engine can use Brush formatting or not.
public function get allowUseBrush():Boolean
public function set allowUseBrush(value:Boolean):void
allowUseFont | property |
allowUseFont:Boolean
Gets or sets a value which indicates whether a report engine can use Font formatting or not.
public function get allowUseFont():Boolean
public function set allowUseFont(value:Boolean):void
allowUseHorAlignment | property |
allowUseHorAlignment:Boolean
Gets or sets a value which indicates whether a report engine can use HorAlignment formatting or not.
public function get allowUseHorAlignment():Boolean
public function set allowUseHorAlignment(value:Boolean):void
allowUseImage | property |
allowUseImage:Boolean
Gets or sets a value which indicates whether a report engine can use Image formatting or not.
public function get allowUseImage():Boolean
public function set allowUseImage(value:Boolean):void
allowUseTextBrush | property |
allowUseTextBrush:Boolean
Gets or sets a value which indicates whether a report engine can use TextBrush formatting or not.
public function get allowUseTextBrush():Boolean
public function set allowUseTextBrush(value:Boolean):void
allowUseTextOptions | property |
allowUseTextOptions:Boolean
Gets or sets a value which indicates whether a report engine can use TextOptions formatting or not.
public function get allowUseTextOptions():Boolean
public function set allowUseTextOptions(value:Boolean):void
allowUseVertAlignment | property |
allowUseVertAlignment:Boolean
Gets or sets a value which indicates whether a report engine can use VertAlignment formatting or not.
public function get allowUseVertAlignment():Boolean
public function set allowUseVertAlignment(value:Boolean):void
border | property |
border:StiBorder
Gets or sets frame of the component.
public function get border():StiBorder
public function set border(value:StiBorder):void
brush | property |
brush:StiBrush
Gets or sets a brush to fill a style.
public function get brush():StiBrush
public function set brush(value:StiBrush):void
font | property |
font:StiFont
Gets or sets font of style.
public function get font():StiFont
public function set font(value:StiFont):void
horAlignment | property |
horAlignment:int
Gets or sets the style horizontal alignment.
public function get horAlignment():int
public function set horAlignment(value:int):void
image | property |
image:String
Gets or sets the image to fill Image property of Image component.
public function get image():String
public function set image(value:String):void
imageBitmap | property |
imageBitmap:BitmapData
public function get imageBitmap():BitmapData
public function set imageBitmap(value:BitmapData):void
textBrush | property |
textBrush:StiBrush
Gets or sets a brush to draw text.
public function get textBrush():StiBrush
public function set textBrush(value:StiBrush):void
textOptions | property |
textOptions:StiTextOptions
Do not use this property
public function get textOptions():StiTextOptions
public function set textOptions(value:StiTextOptions):void
vertAlignment | property |
vertAlignment:int
Gets or sets the vertical alignment of an style.
public function get vertAlignment():int
public function set vertAlignment(value:int):void
StiStyle | () | Constructor |
public function StiStyle(name:String, description:String, report:StiReport = null)
name:String | |
description:String | |
report:StiReport (default = null )
|
clone | () | method |
override public function clone(... args):Object
Parameters
... args |
Object |
equals | () | method |
override public function equals(object:Object):Boolean
Parameters
object:Object |
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
ReturnsObject |
setStyleToComponent | () | method |
override public function setStyleToComponent(component:StiComponent):void
Sets style to a component.
Parameters
component:StiComponent |