feat: add text decoration property

This commit is contained in:
Hufe921
2024-02-27 22:27:33 +08:00
parent dc2804c492
commit f1570f2180
14 changed files with 165 additions and 21 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ Feature: Underline
Usage:
```javascript
instance.command.executeUnderline()
instance.command.executeUnderline(textDecoration?: ITextDecoration)
```
## executeStrikeout