StiTableHelper Class

Namespace: Stimulsoft.Report.Design

Constructors

Constructor Description
StiTableHelper(IStiDesignerBase designer, bool altKeyMode)  

StiTableHelper(designer: IStiDesignerBase, altKeyMode: bool)

Parameters

Methods

Method Returns Description
Dispose void  
GetDistForResize static decimal  
GetSelectedCount static int  
GetSelectedLines static void  
GetSelectedRectangle static (+4 overloads) RectangleD  
IsAllowUseInTableMode static bool  
IsTableMode static (+1 overloads) bool  
ProcessResizeColumns void  
ProcessResizeRows void  
ProcessResizeTable void  
ResizeColumns void  
ResizeRows void  
RestoreComponentLocation void  
RestoreComponentsLocation void  
SaveComponentLocation void  
SaveComponentsLocation void  
SaveCursorLocation void  
SaveSelectedRectangle void  

Method Details

Dispose

Dispose(): void


GetDistForResize static

GetDistForResize(comp: StiComponent): decimal

Parameters

  • comp (StiComponent)

Returns decimal


GetSelectedCount static

GetSelectedCount(comps: StiComponentsCollection): int

Parameters

  • comps (StiComponentsCollection)

Returns int


GetSelectedLines static

GetSelectedLines(designer: IStiDesignerBase, xx: Hashtable, yy: Hashtable, isPaint: bool): void

Parameters


GetSelectedRectangle static

GetSelectedRectangle(designer: IStiDesignerBase): RectangleD

Parameters

Returns RectangleD


GetSelectedRectangle(designer: IStiDesignerBase, isPaintRect: bool): RectangleD

Parameters

Returns RectangleD


GetSelectedRectangle(designer: IStiDesignerBase, isPaintRect: bool, useZoom: bool): RectangleD

Parameters

Returns RectangleD


GetSelectedRectangle(designer: IStiDesignerBase, isPaintRect: bool, comps: StiComponentsCollection): RectangleD

Parameters

  • designer (IStiDesignerBase)
  • isPaintRect (bool)
  • comps (StiComponentsCollection)

Returns RectangleD


GetSelectedRectangle(designer: IStiDesignerBase, isPaintRect: bool, useZoom: bool, comps: StiComponentsCollection): RectangleD

Parameters

  • designer (IStiDesignerBase)
  • isPaintRect (bool)
  • useZoom (bool)
  • comps (StiComponentsCollection)

Returns RectangleD


IsAllowUseInTableMode static

IsAllowUseInTableMode(comp: StiComponent): bool

Parameters

  • comp (StiComponent)

Returns bool


IsTableMode static

IsTableMode(component: StiComponent): bool

Parameters

  • component (StiComponent)

Returns bool


IsTableMode(designer: IStiDesignerBase): bool

Parameters

Returns bool


ProcessResizeColumns

ProcessResizeColumns(): void


ProcessResizeRows

ProcessResizeRows(): void


ProcessResizeTable

ProcessResizeTable(resizeHorizontally: bool, resizeVertically: bool): void

Parameters

  • resizeHorizontally (bool)
  • resizeVertically (bool)

ResizeColumns

ResizeColumns(lineX: decimal, offset: double, resizeType: StiResizeType): void

Parameters


ResizeRows

ResizeRows(lineY: decimal, offset: double, resizeType: StiResizeType): void

Parameters


RestoreComponentLocation

RestoreComponentLocation(comp: StiComponent): void

Parameters

  • comp (StiComponent)

RestoreComponentsLocation

RestoreComponentsLocation(): void


SaveComponentLocation

SaveComponentLocation(component: StiComponent): void

Parameters

  • component (StiComponent)

SaveComponentsLocation

SaveComponentsLocation(): void


SaveCursorLocation

SaveCursorLocation(eX: int, eY: int): void

Parameters

  • eX (int)
  • eY (int)

SaveSelectedRectangle

SaveSelectedRectangle(): void

Fields

Field Type Description
IsControlKeyPressed bool