Commit 4a72689d authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

методы в апи для выставления tarnslateManager

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60584 954022d7-b5bf-4e40-9824-e11837661b57
parent 07f84d15
......@@ -3155,6 +3155,12 @@ asc_docs_api.prototype.ImgApply = function(obj){
this.WordControl.m_oLogicDocument.Set_ImageProps( ImagePr );
}
}
asc_docs_api.prototype.asc_setChartTranslate = function(translate) {
this.chartTranslate = translate;
};
asc_docs_api.prototype.ChartApply = function(obj)
{
this.WordControl.m_oLogicDocument.ChartApply(obj);
......
......@@ -5625,6 +5625,9 @@ asc_docs_api.prototype.sync_MouseMoveCallback = function(Data)
{
this.asc_fireCallback("asc_onMouseMove", Data );
};
asc_docs_api.prototype.asc_setChartTranslate = function(translate) {
this.chartTranslate = translate;
};
//-----------------------------------------------------------------
// Функции для работы с гиперссылками
......
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