Hierarchy

  • StiMatrix

Index

Constructors

constructor

Properties

bookmarks

bookmarks: string[][] = null

bookmarksTable

bookmarksTable: Hashtable

borderSides

borderSides: StiBorderSide[] = []

bordersX

bordersX: StiBorderSide[][] = null

bordersY

bordersY: StiBorderSide[][] = null

cellStyles

cellStyles: StiCellStyle[][] = null

cells

cells: StiCell[][]

cellsMap

cellsMap: StiCell[][]

coordX

coordX: List<number> = new List()

coordY

coordY: List<number> = new List()

dataArrayLength

dataArrayLength: number = 0

exportFormat

exportFormat: StiExportFormat = StiExportFormat.Excel

fields

fields: DataField[] = null

horizontalPageBreaks

horizontalPageBreaks: number[] = []

imagesBaseRect

imagesBaseRect: Hashtable = null

interactions

interactions: number[][][] = null

linePlacement

linePlacement: StiTableLineInfo[] = null

parentBandName

parentBandName: string[] = null

pointerToBookmark

pointerToBookmark: Hashtable = null

report

report: StiReport = null

styles

styles: StiCellStyle[] = []

totalHeight

totalHeight: number = 0

totalWidth

totalWidth: number = 0

Static htmlScaleX

htmlScaleX: number = 0.96

Static htmlScaleY

htmlScaleY: number = 0.956

Methods

checkStylesNames

  • checkStylesNames(): void
  • Returns void

clear

  • clear(): void
  • Returns void

getBorderSideIndex

getRange

getRealImageData

getStyleFromComponent

isComponentHasEvent

isComponentHasInteraction

  • isComponentHasInteraction(component: StiComponent): boolean

prepareDocument

prepareTable

  • prepareTable(): void
  • Returns void

scanComponentsPlacement

  • scanComponentsPlacement(optimize: boolean, exportObjectFormatting?: boolean): void
  • Parameters

    • optimize: boolean
    • Default value exportObjectFormatting: boolean = false

    Returns void

splitTagWithCache

  • splitTagWithCache(inputString: string): string[]
  • Parameters

    • inputString: string

    Returns string[]

Static GCCollect

  • GCCollect(): void
  • Returns void

Static getStringsFromTag

  • getStringsFromTag(tag: string, startPosition: number): string[]
  • Parameters

    • tag: string
    • startPosition: number

    Returns string[]

Static splitTag

  • splitTag(inputString: string): string[]
  • Parameters

    • inputString: string

    Returns string[]

Generated using TypeDoc