Commit e9cebd76 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Version: 1.1 (build:1175) from svn rev: 50362

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50363 954022d7-b5bf-4e40-9824-e11837661b57
parent 06e4ec21
......@@ -351,6 +351,8 @@ prop:SetDrawingFreeze
prop:change_PageOrient
prop:get_DocumentOrientation
prop:change_DocSize
prop:get_DocumentWidth
prop:get_DocumentHeight
prop:put_AddPageBreak
prop:Update_ParaInd
prop:Internal_Update_Ind_FirstLine
......@@ -1419,6 +1421,8 @@ asc_docs_api.prototype['SetDrawingFreeze'] = asc_docs_api.prototype.SetDrawingFr
asc_docs_api.prototype['change_PageOrient'] = asc_docs_api.prototype.change_PageOrient;
asc_docs_api.prototype['get_DocumentOrientation'] = asc_docs_api.prototype.get_DocumentOrientation;
asc_docs_api.prototype['change_DocSize'] = asc_docs_api.prototype.change_DocSize;
asc_docs_api.prototype['get_DocumentWidth'] = asc_docs_api.prototype.get_DocumentWidth;
asc_docs_api.prototype['get_DocumentHeight'] = asc_docs_api.prototype.get_DocumentHeight;
asc_docs_api.prototype['put_AddPageBreak'] = asc_docs_api.prototype.put_AddPageBreak;
asc_docs_api.prototype['Update_ParaInd'] = asc_docs_api.prototype.Update_ParaInd;
asc_docs_api.prototype['Internal_Update_Ind_FirstLine'] = asc_docs_api.prototype.Internal_Update_Ind_FirstLine;
......
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
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