Commit 5a49111b authored by Sergey Luzyanin's avatar Sergey Luzyanin

Is_SelectionUse

parent 89b44ca1
......@@ -1196,6 +1196,15 @@ DrawingObjectsController.prototype =
}, this, []);
},
Is_SelectionUse: function(){
var content = this.getTargetDocContent(undefined, true);
if(content){
return content.Is_SelectionUse();
}
return false;
},
getFromTargetTextObjectContextMenuPosition: function(oTargetTextObject, pageIndex)
{
var dX, dY, oDocContent, oTransformText, oParagraph, document = editor.WordControl.m_oLogicDocument, dPosX = 0, dPosY = 0;
......
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