v1.3.8-patch1
This commit is contained in:
parent
0c73a4c0d1
commit
1d0b5684cc
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue