有一段
$sectionStyle = array('orientation' => 'portrait',
'marginLeft' => '50px', //Левое поле равно 15 мм
'marginRight' => '',
'marginTop' => '10px',
'borderTopColor' => 'C0C0C0'
);
$section = $word->createSection($sectionStyle);
和图片
$section->addImage('...../images/docImages/logo.png',[ 'width' => 182, 'height'=> 68]);
无论我在 $sectionStyle 中指定多少像素,缩进总是相同的,每个大约 10 毫米。
如何管理佛塔?
缩进不是以像素为单位设置的,而是以twip为单位设置的,如下所示: