Commit 6004d6d4 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

функция для mathPrp в Run: Set_MathPrp(props)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55597 954022d7-b5bf-4e40-9824-e11837661b57
parent b4a31691
......@@ -47,6 +47,7 @@ function ParaRun(Paragraph, bMathRun)
if(bMathRun)
{
this.typeObj = MATH_PARA_RUN;
this.MathPrp = new CMPrp();
this.Parent = null;
this.size =
{
......@@ -6688,4 +6689,8 @@ ParaRun.prototype.Math_applyArgSize = function(oWPrp)
//tPrp.FontSize *= 0.65;
tPrp.FontSize *= 0.53;
//tPrp.FontSize *= 0.473;*/
}
ParaRun.prototype.Set_MathPrp = function(props)
{
this.MathPrp.setMathProps(props);
}
\ 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