| Property | Defined By | ||
|---|---|---|---|
| bookmarks : Array [read-only] | StiMatrix | ||
| bordersX : Array [read-only] | StiMatrix | ||
| bordersY : Array [read-only] | StiMatrix | ||
| cells : Array [read-only] | StiMatrix | ||
| cellsMap : Array [read-only] | StiMatrix | ||
| cellStyles : Array [read-only] | StiMatrix | ||
| coordX : StiMatrixSortedList [read-only] | StiMatrix | ||
| coordY : StiMatrixSortedList [read-only] | StiMatrix | ||
| dataArrayLength : int = 0 | StiMatrix | ||
| fields : Vector.<StiMatrixDataField> = null | StiMatrix | ||
| horizontalPageBreaks : StiArrayList [read-only] | StiMatrix | ||
| linePlacement : Vector.<int> [read-only] | StiMatrix | ||
| parentBandName : Vector.<String> [read-only] | StiMatrix | ||
| styles : StiArrayList [read-only] | StiMatrix | ||
| totalHeight : Number [read-only] | StiMatrix | ||
| totalWidth : Number [read-only] | StiMatrix | ||
| Method | Defined By | ||
|---|---|---|---|
StiMatrix(pages:StiPagesCollection, checkForExcel:Boolean, service:StiExportService, styles:StiArrayList = null, dataMode:int) | StiMatrix | ||
checkStylesNames():void | StiMatrix | ||
clear():void | StiMatrix | ||
| StiMatrix | |||
| StiMatrix | |||
prepareDocument(service:StiExportService, mode:int):void | StiMatrix | ||
prepareTable():void | StiMatrix | ||
scanComponentsPlacement(optimize:Boolean, exportObjectFormatting:Boolean = false):void | StiMatrix | ||
splitTag(inputString:String):Array [static] | StiMatrix | ||
| bookmarks | property |
bookmarks:Array [read-only] public function get bookmarks():Array| bordersX | property |
bordersX:Array [read-only] public function get bordersX():Array| bordersY | property |
bordersY:Array [read-only] public function get bordersY():Array| cells | property |
cells:Array [read-only] public function get cells():Array| cellsMap | property |
cellsMap:Array [read-only] public function get cellsMap():Array| cellStyles | property |
cellStyles:Array [read-only] public function get cellStyles():Array| coordX | property |
coordX:StiMatrixSortedList [read-only] public function get coordX():StiMatrixSortedList| coordY | property |
coordY:StiMatrixSortedList [read-only] public function get coordY():StiMatrixSortedList| dataArrayLength | property |
public var dataArrayLength:int = 0| fields | property |
public var fields:Vector.<StiMatrixDataField> = null| horizontalPageBreaks | property |
horizontalPageBreaks:StiArrayList [read-only] public function get horizontalPageBreaks():StiArrayList| linePlacement | property |
linePlacement:Vector.<int> [read-only] public function get linePlacement():Vector.<int>| parentBandName | property |
parentBandName:Vector.<String> [read-only] public function get parentBandName():Vector.<String>| styles | property |
| totalHeight | property |
totalHeight:Number [read-only] public function get totalHeight():Number| totalWidth | property |
totalWidth:Number [read-only] public function get totalWidth():Number| StiMatrix | () | Constructor |
public function StiMatrix(pages:StiPagesCollection, checkForExcel:Boolean, service:StiExportService, styles:StiArrayList = null, dataMode:int)pages:StiPagesCollection | |
checkForExcel:Boolean | |
service:StiExportService | |
styles:StiArrayList (default = null) | |
dataMode:int (default = NaN) |
| checkStylesNames | () | method |
public function checkStylesNames():void| clear | () | method |
public function clear():void| getRange | () | method |
public function getRange(rect:StiRectangle):StiRectangleIntParameters
rect:StiRectangle |
StiRectangleInt |
| getStyleFromComponent | () | method |
public function getStyleFromComponent(component:StiComponent, x:int, y:int):StiCellStyleParameters
component:StiComponent | |
x:int | |
y:int |
StiCellStyle |
| prepareDocument | () | method |
public function prepareDocument(service:StiExportService, mode:int):voidParameters
service:StiExportService | |
mode:int |
| prepareTable | () | method |
public function prepareTable():void| scanComponentsPlacement | () | method |
public function scanComponentsPlacement(optimize:Boolean, exportObjectFormatting:Boolean = false):voidParameters
optimize:Boolean | |
exportObjectFormatting:Boolean (default = false) |
| splitTag | () | method |
public static function splitTag(inputString:String):ArrayParameters
inputString:String |
Array |