feat: support for table cell slash #290

This commit is contained in:
Hufe921
2023-09-28 18:31:13 +08:00
parent 5ad1414d82
commit 4269628cc4
10 changed files with 86 additions and 5 deletions
+10
View File
@@ -429,6 +429,16 @@ instance.command.executeTableBorderType(payload: TableBorder)
instance.command.executeTableTdBorderType(payload: TdBorder)
```
## executeTableTdSlashType
功能:表格单元格内斜线
用法:
```javascript
instance.command.executeTableTdSlashType(payload: TdSlash)
```
## executeTableTdBackgroundColor
功能:表格单元格背景色