Commit 3714355d authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

spacing default

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60272 954022d7-b5bf-4e40-9824-e11837661b57
parent 8f682f0b
...@@ -1364,10 +1364,10 @@ function CParagraphSpacing (obj) ...@@ -1364,10 +1364,10 @@ function CParagraphSpacing (obj)
} }
else else
{ {
this.Line = 1.15; // Расстояние между строками внутри абзаца this.Line = undefined; // Расстояние между строками внутри абзаца
this.LineRule = linerule_Auto; // Тип расстрояния между строками this.LineRule = undefined; // Тип расстрояния между строками
this.Before = 0; // Дополнительное расстояние до абзаца this.Before = undefined; // Дополнительное расстояние до абзаца
this.After = 10 * g_dKoef_pt_to_mm; // Дополнительное расстояние после абзаца this.After = undefined; // Дополнительное расстояние после абзаца
} }
} }
CParagraphSpacing.prototype.get_Line = function () CParagraphSpacing.prototype.get_Line = function ()
......
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