Interface: ITextDecoration
Defined in: packages/api/tmp/univer-pro/submodules/univer/packages/core/src/types/interfaces/i-style-data.ts:33
Properties of text decoration
Properties
Property | Type | Description | Defined in |
---|---|---|---|
c? | BooleanNumber | color is follow the font color. the default value is TRUE, it’s also TRUE if it is undefined. the cl has no effect when c is TRUE. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/types/interfaces/i-style-data.ts:41 |
cl? | IColorStyle | color | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/types/interfaces/i-style-data.ts:45 |
s | BooleanNumber | show | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/types/interfaces/i-style-data.ts:37 |
t? | TextDecoration | lineType | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/types/interfaces/i-style-data.ts:49 |