StiPosition Class
Namespace: Stimulsoft.Base
Saving of the positions in text.
Constructors
| Constructor | Description |
|---|---|
| constructor(number line, number column) | Creates position in text. |
constructor(line: number, column: number)
Creates position in text.
Parameters
- line (number) — Line in text.
- column (number) — Column in text.
Fields
| Field | Type | Description |
|---|---|---|
| column | number | Gets or sets column in text. |
| line | number | Gets or sets line in text. |