Package | stimulsoft.report.styles |
Class | public dynamic class StiStylesCollection |
Inheritance | StiStylesCollection ![]() ![]() |
Implements | IStiClonable, IStiEquals, IStiType |
Property | Defined By | ||
---|---|---|---|
![]() | count : int [read-only] | StiBaseCollection | |
![]() | name : String | StiBaseCollection | |
report : StiReport | StiStylesCollection |
Method | Defined By | ||
---|---|---|---|
StiStylesCollection(report:StiReport = null) | StiStylesCollection | ||
add(style:StiBaseStyle):void | StiStylesCollection | ||
addRange(styles:Array):void | StiStylesCollection | ||
![]() | clear():void | StiBaseCollection | |
clone(... args):Object | StiStylesCollection | ||
contains(style:StiBaseStyle):Boolean | StiStylesCollection | ||
![]() | copy():* Copying collection items into a new collection without cloning items | StiBaseCollection | |
![]() | deserialize(value:XMLNode):XMLNode | StiBaseCollection | |
![]() | equals(object:Object):Boolean | StiBaseCollection | |
getByName(name:String):StiBaseStyle Get style by name | StiStylesCollection | ||
![]() | getItemsType(value:String = null):Class If the item type is not specified automatically, a type of collection items, which it will try to deserialize when loading | StiBaseCollection | |
![]() | getShortTypeName():String | StiBaseCollection | |
![]() | getType():Class | StiBaseCollection | |
![]() | getTypeName():String | StiBaseCollection | |
insert(index:int, style:StiBaseStyle):void | StiStylesCollection | ||
memberwiseClone():Object [override] | StiStylesCollection | ||
![]() | moveDown(object:*):void Moving an object of a collection one position closer to the end of the collection | StiBaseCollection | |
![]() | moveUp(object:*):void Moving objects of a collection one position up to the begining of the collection | StiBaseCollection | |
remove(style:StiBaseStyle):void | StiStylesCollection | ||
![]() | replace(object1:*, object2:*):void Replace two objects of a collection, provided that they are placed in it | StiBaseCollection | |
![]() | serialize():XMLNode | StiBaseCollection | |
![]() | toArray():Array Converting into Array | StiBaseCollection |
report | property |
report:StiReport
public function get report():StiReport
public function set report(value:StiReport):void
StiStylesCollection | () | Constructor |
public function StiStylesCollection(report:StiReport = null)
report:StiReport (default = null )
|
add | () | method |
addRange | () | method |
public function addRange(styles:Array):void
Parameters
styles:Array |
clone | () | method |
public function clone(... args):Object
Parameters
... args |
Object |
contains | () | method |
getByName | () | method |
public function getByName(name:String):StiBaseStyle
Get style by name
Parameters
name:String |
StiBaseStyle |
insert | () | method |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |
remove | () | method |