Skip to content

Commit

Permalink
docs: table border type #152
Browse files Browse the repository at this point in the history
  • Loading branch information
Hufe921 committed Mar 24, 2023
1 parent 48ad18b commit 9521d59
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/guide/command-execute.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,14 @@ instance.command.executeCancelMergeTableCell()
instance.command.executeTableTdVerticalAlign(payload: VerticalAlign)
```

## executeTableBorderType
功能:表格边框类型

用法:
```javascript
instance.command.executeTableBorderType(payload: TableBorder)
```

## executeImage
功能:插入图片

Expand Down
4 changes: 4 additions & 0 deletions docs/guide/contextmenu-internal.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
- 上下型环绕

## 表格
- 表格边框
- 所有框线
- 无框线
- 外侧框线
- 垂直对齐
- 顶端对齐
- 垂直居中
Expand Down
1 change: 1 addition & 0 deletions docs/guide/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ interface IElement {
tdId?: string;
trId?: string;
tableId?: string;
borderType?: TableBorder;
// 超链接
valueList?: IElement[];
url?: string;
Expand Down

0 comments on commit 9521d59

Please sign in to comment.