This commit is contained in:
csh
2023-08-02 16:32:01 +08:00
parent ced0d6b04c
commit 0c73a4c0d1
4 changed files with 13 additions and 6 deletions
+9 -3
View File
@@ -1,14 +1,20 @@
# 更新日志
## 2023-8-2
### V1.3.8
#### word
修复插入图片后,设置对齐失效问题
## 2023-7-26
### V1.3.7
新增表格获取高度和宽度方法`table.Height(row) table.Width(col)`
#### word
新增表格的行高设置`table.RowHeight(row, height)`
新增表格获取高度和宽度方法`table.Height(row) table.Width(col)`
## 2023-7-19