Commit cc033e76 authored by Ilya Kirillov's avatar Ilya Kirillov

Function with inserting a footnote was added to api.

parent 37b43524
......@@ -3788,6 +3788,11 @@ background-repeat: no-repeat;\
{
return this.WordControl.m_oLogicDocument.GetFootnotePr();
};
asc_docs_api.prototype.asc_AddFootnote = function(sText)
{
return this.WordControl.m_oLogicDocument.AddFootnote(sText);
};
asc_docs_api.prototype["asc_AddFootnote"] = asc_docs_api.prototype.asc_AddFootnote;
asc_docs_api.prototype["asc_GetFootnoteProps"] = asc_docs_api.prototype.asc_GetFootnoteProps;
asc_docs_api.prototype["asc_SetFootnoteProps"] = asc_docs_api.prototype.asc_SetFootnoteProps;
......
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