Commit 31f0e23d authored by Ilya Kirillov's avatar Ilya Kirillov

Исправлен баг с экспортированием функции ApiTableStylePr.GetType в билдере.

parent 80de99e6
......@@ -4173,7 +4173,7 @@
ApiTableCellPr.prototype["SetNoWrap"] = ApiTableCellPr.prototype.SetNoWrap;
ApiTableStylePr.prototype["GetClassType"] = ApiTableStylePr.prototype.GetClassType;
ApiTableStylePr.prototype["GetType "] = ApiTableStylePr.prototype.GetType;
ApiTableStylePr.prototype["GetType"] = ApiTableStylePr.prototype.GetType;
ApiTableStylePr.prototype["GetTextPr"] = ApiTableStylePr.prototype.GetTextPr;
ApiTableStylePr.prototype["GetParaPr"] = ApiTableStylePr.prototype.GetParaPr;
ApiTableStylePr.prototype["GetTablePr"] = ApiTableStylePr.prototype.GetTablePr;
......
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