v1.3.8-patch1

This commit is contained in:
csh 2023-08-02 17:24:10 +08:00
parent 0c73a4c0d1
commit 1d0b5684cc
1 changed files with 1 additions and 1 deletions

View File

@ -13134,11 +13134,11 @@ Type TDocumentBody = Class(DocObject)
//picture.Run.Drawing.WInline.b := 5080; //picture.Run.Drawing.WInline.b := 5080;
//picture.Run.Drawing.WInline.t := 0; //picture.Run.Drawing.WInline.t := 0;
//picture.Run.Drawing.WInline.l := 0; //picture.Run.Drawing.WInline.l := 0;
picture.pPr.Alignment := picture.pPr.Alignment ? picture.PPr.Alignment : "distributed";
addPart(posOpt, picture); addPart(posOpt, picture);
p := new TPicture(picture.node_); p := new TPicture(picture.node_);
_set_lastParagraph_(posOpt, picture.node_); _set_lastParagraph_(posOpt, picture.node_);
picture.node_.InsertFirstChild('element', 'w:pPr');
TOfficeApi().Set('CurrentShape', picture.node_); TOfficeApi().Set('CurrentShape', picture.node_);
return p; return p;
End; End;