Commit 4002f7d3 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Полностью доработана команада Split для нового параграфа. Исправлены баги с...

Полностью доработана команада Split для нового параграфа. Исправлены баги с нумерацией в новом параграфе.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@54168 954022d7-b5bf-4e40-9824-e11837661b57
parent 4afdab8a
This diff is collapsed.
......@@ -2703,6 +2703,14 @@ ParaNumbering.prototype =
this.Height = Temp.Ascent; // Это не вся высота, а только высота над BaseLine
},
Check_Range : function(Range, Line)
{
if ( null !== this.Item && null !== this.Run && Range === this.Range && Line === this.Line )
return true;
return false;
},
Is_RealContent : function()
{
return true;
......
This diff is collapsed.
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