docs: table border type #152
This commit is contained in:
@@ -329,6 +329,14 @@ instance.command.executeCancelMergeTableCell()
|
|||||||
instance.command.executeTableTdVerticalAlign(payload: VerticalAlign)
|
instance.command.executeTableTdVerticalAlign(payload: VerticalAlign)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## executeTableBorderType
|
||||||
|
功能:表格边框类型
|
||||||
|
|
||||||
|
用法:
|
||||||
|
```javascript
|
||||||
|
instance.command.executeTableBorderType(payload: TableBorder)
|
||||||
|
```
|
||||||
|
|
||||||
## executeImage
|
## executeImage
|
||||||
功能:插入图片
|
功能:插入图片
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,10 @@
|
|||||||
- 上下型环绕
|
- 上下型环绕
|
||||||
|
|
||||||
## 表格
|
## 表格
|
||||||
|
- 表格边框
|
||||||
|
- 所有框线
|
||||||
|
- 无框线
|
||||||
|
- 外侧框线
|
||||||
- 垂直对齐
|
- 垂直对齐
|
||||||
- 顶端对齐
|
- 顶端对齐
|
||||||
- 垂直居中
|
- 垂直居中
|
||||||
|
|||||||
@@ -58,6 +58,7 @@ interface IElement {
|
|||||||
tdId?: string;
|
tdId?: string;
|
||||||
trId?: string;
|
trId?: string;
|
||||||
tableId?: string;
|
tableId?: string;
|
||||||
|
borderType?: TableBorder;
|
||||||
// 超链接
|
// 超链接
|
||||||
valueList?: IElement[];
|
valueList?: IElement[];
|
||||||
url?: string;
|
url?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user