update
This commit is contained in:
parent
58fd2677b1
commit
f0e8f91de4
|
|
@ -20,7 +20,7 @@ Msgbox ActiveDocument.Paragraphs.Count ' 可用doc/ActiveDocument进行操作
|
|||
tsl 打开:
|
||||
|
||||
```cpp
|
||||
path = "./default.docx"
|
||||
path := "./default.docx"
|
||||
application := new TSDocxApplication(); // new一个Application对象
|
||||
doc := application.Documents.Open(FileName:=path) // 通过application打开文件
|
||||
doc.Activate; // 激活
|
||||
|
|
|
|||
Loading…
Reference in New Issue