v1.3.8
This commit is contained in:
parent
ced0d6b04c
commit
0c73a4c0d1
|
|
@ -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,4 +1,4 @@
|
|||
// Version 1.3.7
|
||||
// Version 1.3.8
|
||||
|
||||
Type TSDocxFile = Class
|
||||
///Version: V1.0 2022-09-20
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Version 1.3.7
|
||||
// Version 1.3.8
|
||||
|
||||
Type TSExcelFile = Class
|
||||
///Version: V1.0 2022-08-08
|
||||
|
|
|
|||
Loading…
Reference in New Issue