Commit 3842a830 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

get_AlignBySelect

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60455 954022d7-b5bf-4e40-9824-e11837661b57
parent 82063b65
......@@ -1793,6 +1793,11 @@ asc_docs_api.prototype.put_AlignBySelect = function(val)
this.bAlignBySelected = val;
}
asc_docs_api.prototype.get_AlignBySelect = function()
{
return this.bAlignBySelected;
}
/*callbacks*/
asc_docs_api.prototype.sync_BoldCallBack = function(isBold){
this.asc_fireCallback("asc_onBold",isBold);
......
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