v1.7.5
This commit is contained in:
@@ -1,10 +1,24 @@
|
||||
# 更新日志
|
||||
|
||||
## 2025-1-7
|
||||
|
||||
### V1.7.5
|
||||
|
||||
#### word
|
||||
|
||||
1. 支持获取`sdt`标签类型的内容(如文本框),通过`TSDocxFile.Sdts()`获取文档的的所有`sdt`
|
||||
|
||||
> ```pascal
|
||||
> sdts := docx.Sdts();
|
||||
> paragraphs := sdts[0].Paragraphs();
|
||||
> textbox := paragraphs[1].TextBoxs();
|
||||
> ```
|
||||
|
||||
## 2024-12-23
|
||||
|
||||
### V1.7.4
|
||||
|
||||
### word
|
||||
#### word
|
||||
|
||||
1. `insertfile`时候默认添加`w16du`命名空间
|
||||
|
||||
@@ -14,7 +28,7 @@
|
||||
|
||||
#### word
|
||||
|
||||
1. `insertfile`支持ole对象的插入,如wmf公式,excel表格
|
||||
1. `insertfile`支持 ole 对象的插入,如 wmf 公式,excel 表格
|
||||
|
||||
## 2024-12-04
|
||||
|
||||
@@ -30,8 +44,8 @@
|
||||
|
||||
#### word
|
||||
|
||||
1. 对生成目录的xml结构进行更改
|
||||
2. 修复引用excel错误
|
||||
1. 对生成目录的 xml 结构进行更改
|
||||
2. 修复引用 excel 错误
|
||||
|
||||
#### excel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user