Range Class
Namespace: Stimulsoft.Base.Drawing
Structure describes the range. Range describes the word or chain symbol in text.
Constructors
| Constructor | Description |
|---|---|
| constructor(string text, Size size, boolean newLineForm) | Initializes a new instance of the Range class with the specified location and size. |
constructor(text: string, size: Size, newLineForm: boolean)
Initializes a new instance of the Range class with the specified location and size.
Parameters
- text (string)
- size (Size)
- newLineForm (boolean)
Fields
| Field | Type | Description |
|---|---|---|
| isEnd | boolean | Is end range. |
| isStart | boolean | Is start range. |
| newLineForm | boolean | After this range, new line is starting. |
| pos | Point | Position of range. |
| size | Size | Size of range. |
| text | string | Contents of range. |