Commit 62aae703 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Добавлены функции класс asc_CStyle в экспорт.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62785 954022d7-b5bf-4e40-9824-e11837661b57
parent 379b403e
......@@ -9733,3 +9733,20 @@ asc_CStyle.prototype.get_TextPr = function()
{
return this.TextPr;
};
/*
* Export
* -----------------------------------------------------------------------------
*/
window["Asc"]["asc_CStyle"] = window["Asc"].asc_CStyle = asc_CStyle;
asc_CStyle.prototype["get_Name"] = asc_CStyle.prototype.get_Name;
asc_CStyle.prototype["put_Name"] = asc_CStyle.prototype.put_Name;
asc_CStyle.prototype["get_BasedOn"] = asc_CStyle.prototype.get_BasedOn;
asc_CStyle.prototype["put_BasedOn"] = asc_CStyle.prototype.put_BasedOn;
asc_CStyle.prototype["get_Next"] = asc_CStyle.prototype.get_Next;
asc_CStyle.prototype["put_Next"] = asc_CStyle.prototype.put_Next;
asc_CStyle.prototype["get_Type"] = asc_CStyle.prototype.get_Type;
asc_CStyle.prototype["put_Type"] = asc_CStyle.prototype.put_Type;
asc_CStyle.prototype["get_Link"] = asc_CStyle.prototype.get_Link;
asc_CStyle.prototype["put_Link"] = asc_CStyle.prototype.put_Link;
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