docs: table cell background color
This commit is contained in:
@@ -352,6 +352,14 @@ instance.command.executeTableTdVerticalAlign(payload: VerticalAlign)
|
|||||||
instance.command.executeTableBorderType(payload: TableBorder)
|
instance.command.executeTableBorderType(payload: TableBorder)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## executeTableTdBackgroundColor
|
||||||
|
功能:表格单元格背景色
|
||||||
|
|
||||||
|
用法:
|
||||||
|
```javascript
|
||||||
|
instance.command.executeTableTdBackgroundColor(payload: string)
|
||||||
|
```
|
||||||
|
|
||||||
## executeImage
|
## executeImage
|
||||||
功能:插入图片
|
功能:插入图片
|
||||||
|
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ interface IElement {
|
|||||||
colspan: number;
|
colspan: number;
|
||||||
rowspan: number;
|
rowspan: number;
|
||||||
verticalAlign?: VerticalAlign;
|
verticalAlign?: VerticalAlign;
|
||||||
|
backgroundColor?: string;
|
||||||
value: IElement[];
|
value: IElement[];
|
||||||
}[];
|
}[];
|
||||||
}[];
|
}[];
|
||||||
|
|||||||
Reference in New Issue
Block a user