update
This commit is contained in:
@@ -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; // 激活
|
||||
|
||||
Reference in New Issue
Block a user