v1.3.4
This commit is contained in:
parent
ff6d23090e
commit
f34d03a50f
Binary file not shown.
|
|
@ -1,4 +1,4 @@
|
|||
// Version 1.3.3
|
||||
// Version 1.3.4
|
||||
|
||||
Function TOfficeObj(n);
|
||||
Begin
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Version 1.3.3
|
||||
// Version 1.3.4
|
||||
|
||||
Type TSDocxFile = Class
|
||||
///Version: V1.0 2022-09-20
|
||||
|
|
@ -71,7 +71,7 @@ Type TSDocxFile = Class
|
|||
///设置密码
|
||||
Function SetPassword(passwd)
|
||||
Begin
|
||||
if not ifnil(passwd) then zipfile_.Password := passwd;
|
||||
zipfile_.Password := passwd;
|
||||
End;
|
||||
|
||||
///保存文件
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Version 1.3.3
|
||||
// Version 1.3.4
|
||||
|
||||
Type TSExcelFile = Class
|
||||
///Version: V1.0 2022-08-08
|
||||
|
|
@ -83,7 +83,7 @@ Type TSExcelFile = Class
|
|||
///设置密码
|
||||
Function SetPassword(passwd)
|
||||
Begin
|
||||
if not ifnil(passwd) then zipfile_.Password := passwd;
|
||||
zipfile_.Password := passwd;
|
||||
End;
|
||||
|
||||
///打开二进制内容
|
||||
|
|
|
|||
Loading…
Reference in New Issue