支持段前分页
This commit is contained in:
parent
2d6632895b
commit
222577dd74
|
|
@ -141,6 +141,9 @@ begin
|
||||||
{self.}DynamicHeight += ppr_unit_decorator_.Spacing.Before;
|
{self.}DynamicHeight += ppr_unit_decorator_.Spacing.Before;
|
||||||
{self.}SetLvlText();
|
{self.}SetLvlText();
|
||||||
|
|
||||||
|
if paragraph_.PPr.PageBreakBefore then
|
||||||
|
{self.}CheckAndAddPage({self.}LowerBound, 1);
|
||||||
|
|
||||||
elements := paragraph_.Elements();
|
elements := paragraph_.Elements();
|
||||||
empty_flag := true;
|
empty_flag := true;
|
||||||
bookmark_id := '';
|
bookmark_id := '';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue