UTextRun
ITextRun, from Univer See doc
public struct UTextRun
Remarks
This struct represents a styled text range from the Univer document model. It defines the start and end positions of a style, the style identifier, and the corresponding text style configuration.
Properties
| Property | Type | Description |
|---|---|---|
| st | int | Start for styling |
| ed | int | End styling |
| sId | string | Style Id |
| ts | UTextStyle | Text Style |