Commit 165d7db6 authored by Sergey Luzyanin's avatar Sergey Luzyanin

extent в таблицах

parent fdb3a45c
......@@ -2142,7 +2142,9 @@ CTableId.prototype.Load_Changes = function(Reader, Reader2)
{
var objectRender = new DrawingObjects();
var oNewDrawing = objectRender.createDrawingObject(c_oAscCellAnchorType.cellanchorAbsolute);
var oImage = DrawingObjectsController.prototype.createWatermarkImage();
oNewDrawing.ext.cx = 101.6;
oNewDrawing.ext.cy = 45.6;
var oImage = DrawingObjectsController.prototype.createWatermarkImage(sUrl);
oNewDrawing.graphicObject = oImage;
oWsModel.Drawings.push(oNewDrawing);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment