Commit 53699c9b authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

getPropsForWrite для Run

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55614 954022d7-b5bf-4e40-9824-e11837661b57
parent 868b11a8
...@@ -6696,3 +6696,10 @@ ParaRun.prototype.Math_GetTypeText = function() ...@@ -6696,3 +6696,10 @@ ParaRun.prototype.Math_GetTypeText = function()
{ {
return this.MathPrp.getTypeText(); return this.MathPrp.getTypeText();
} }
ParaRun.prototype.getPropsForWrite = function()
{
var wRPrp = this.Pr.Copy(),
mathRPrp = this.MathPrp.getPropsForWrite();
return {wRPrp: wRPrp, mathRPrp: mathRPrp};
}
\ No newline at end of file
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