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
+2 -1
View File
@@ -1,4 +1,4 @@
// Version 1.3.7
// Version 1.3.8
Function TOfficeObj(n);
Begin
@@ -13134,6 +13134,7 @@ Type TDocumentBody = Class(DocObject)
//picture.Run.Drawing.WInline.b := 5080;
//picture.Run.Drawing.WInline.t := 0;
//picture.Run.Drawing.WInline.l := 0;
picture.pPr.Alignment := picture.pPr.Alignment ? picture.PPr.Alignment : "distributed";
addPart(posOpt, picture);
p := new TPicture(picture.node_);
+1 -1
View File
@@ -1,4 +1,4 @@
// Version 1.3.7
// Version 1.3.8
Type TSDocxFile = Class
///Version: V1.0 2022-09-20
+1 -1
View File
@@ -1,4 +1,4 @@
// Version 1.3.7
// Version 1.3.8
Type TSExcelFile = Class
///Version: V1.0 2022-08-08