StiTableHelper Class
Namespace: Stimulsoft.Report.Design
Constructors
| Constructor | Description |
|---|---|
| StiTableHelper(IStiDesignerBase designer, bool altKeyMode) |
StiTableHelper(designer: IStiDesignerBase, altKeyMode: bool)
Parameters
- designer (IStiDesignerBase)
- altKeyMode (bool)
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
- designer (IStiDesignerBase)
- xx (Hashtable)
- yy (Hashtable)
- isPaint (bool)
GetSelectedRectangle static
GetSelectedRectangle(designer: IStiDesignerBase): RectangleD
Parameters
- designer (IStiDesignerBase)
Returns RectangleD
GetSelectedRectangle(designer: IStiDesignerBase, isPaintRect: bool): RectangleD
Parameters
- designer (IStiDesignerBase)
- isPaintRect (bool)
Returns RectangleD
GetSelectedRectangle(designer: IStiDesignerBase, isPaintRect: bool, useZoom: bool): RectangleD
Parameters
- designer (IStiDesignerBase)
- isPaintRect (bool)
- useZoom (bool)
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
- designer (IStiDesignerBase)
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
- lineX (decimal)
- offset (double)
- resizeType (StiResizeType)
ResizeRows
ResizeRows(lineY: decimal, offset: double, resizeType: StiResizeType): void
Parameters
- lineY (decimal)
- offset (double)
- resizeType (StiResizeType)
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 |