修复空段落不正常输出空行
This commit is contained in:
parent
1cd72f6247
commit
d0de1aa227
|
|
@ -60,6 +60,7 @@ begin
|
||||||
{self.}SetPPr(paragraph_.PPr);
|
{self.}SetPPr(paragraph_.PPr);
|
||||||
{self.}SetLvlText();
|
{self.}SetLvlText();
|
||||||
ppr := new PPrUnitDecorator(paragraph_.PPr);
|
ppr := new PPrUnitDecorator(paragraph_.PPr);
|
||||||
|
if not ppr.RPr.Sz.Val then ppr.RPr.Sz.Val := docx_to_pdf_.Font.GetDefaultSz();
|
||||||
{self.}ResetCoordinates(ppr);
|
{self.}ResetCoordinates(ppr);
|
||||||
{self.}EndX := {self.}StartX;
|
{self.}EndX := {self.}StartX;
|
||||||
{self.}EndY := {self.}StartY;
|
{self.}EndY := {self.}StartY;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue