StiHtmlState Class
Namespace: Stimulsoft.Base.Drawing
Constructors
| Constructor | Description |
|---|---|
| constructor(any ts, number posBegin) |
constructor(ts: any, posBegin: number)
Parameters
- ts (any)
- posBegin (number)
Methods
| Method | Returns | Description |
|---|---|---|
| clone | StiHtmlState | |
| toString | string |
Method Details
clone
clone(): StiHtmlState
Returns StiHtmlState
toString
toString(): string
Returns string
Fields
| Field | Type | Description |
|---|---|---|
| fontIndex | number | |
| image | StiHtmlImage | |
| listLevels | number[] | |
| posBegin | number | |
| tagsStack | StiHtmlTagsState[] | |
| text | StringBuilder | |
| ts | StiHtmlTagsState |