去掉phpWord中横线后的space
Remove space After the horizontal line in phpWord
这是我在使用 phpWord 时遇到的问题:
我添加了 2 条水平线,然后在它们之间添加了一些文本。但它总是在文本前多加一行。你能告诉我如何删除空白 space 行吗:
代码块:
$aLineSty = array('weight'=> 1, 'width' => 720, 'height'=> 0, 'color'=> '000');
$oSection->addLine($aLineSty);
$_sTextInsideLine = 'bla bladshfsdfh dfhdsf sfhsf sfhs bla bla......';
$oSection->addText($_sTextInsideLine, array('size'=> 9.5), $aBodyPara);
$oSection->addLine($aLineSty);
它看起来像:
我已经在 Github 中发布了这个问题,但没有得到任何回复:
Remove space After the horizontal line #712
这是我在使用 phpWord 时遇到的问题: 我添加了 2 条水平线,然后在它们之间添加了一些文本。但它总是在文本前多加一行。你能告诉我如何删除空白 space 行吗: 代码块:
$aLineSty = array('weight'=> 1, 'width' => 720, 'height'=> 0, 'color'=> '000');
$oSection->addLine($aLineSty);
$_sTextInsideLine = 'bla bladshfsdfh dfhdsf sfhsf sfhs bla bla......';
$oSection->addText($_sTextInsideLine, array('size'=> 9.5), $aBodyPara);
$oSection->addLine($aLineSty);
它看起来像:
我已经在 Github 中发布了这个问题,但没有得到任何回复: Remove space After the horizontal line #712