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

Version: 1.1 (build:1226) from svn rev: 51080

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51085 954022d7-b5bf-4e40-9824-e11837661b57
parent 6413a54c
......@@ -651,6 +651,8 @@ prop:get_paddings
prop:put_paddings
prop:get_VerticalTextAlign
prop:put_VerticalTextAlign
prop:get_CanFill
prop:put_CanFill
---
var:CreateAscShapeProp
---
......@@ -1761,6 +1763,8 @@ CAscShapeProp.prototype['get_paddings'] = CAscShapeProp.prototype.get_paddings;
CAscShapeProp.prototype['put_paddings'] = CAscShapeProp.prototype.put_paddings;
CAscShapeProp.prototype['get_VerticalTextAlign'] = CAscShapeProp.prototype.get_VerticalTextAlign;
CAscShapeProp.prototype['put_VerticalTextAlign'] = CAscShapeProp.prototype.put_VerticalTextAlign;
CAscShapeProp.prototype['get_CanFill'] = CAscShapeProp.prototype.get_CanFill;
CAscShapeProp.prototype['put_CanFill'] = CAscShapeProp.prototype.put_CanFill;
window['CreateAscShapeProp'] = CreateAscShapeProp;
window['CorrectShapeProp'] = CorrectShapeProp;
window['CAscThemeInfo'] = CAscThemeInfo;
......
This diff is collapsed.
This diff is collapsed.
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