UTextDecoration
ITextDecoration, from Univer
See doc: Univer TypeDoc - ITextDecoration
public struct UTextDecoration
Remarks
Represents styling information for text decoration such as underline, strikethrough, or overline. Used in various style definitions across cells.
Properties
Property | Type | Default | Description |
---|---|---|---|
c | int? | null | Follow the font color. If true, cl does not take effect |
cl | UColorStyle? | null | Line color |
s | int | 0 | Show the line (0: false, 1: true) |
t | UTextDecoration? | null | Line type (e.g., underline, strikethrough, overline) |