$style
$style : string|\PhpOffice\PhpWord\Style\AbstractStyle
Style; set protected for a while
Margin border style writer
$style : string|\PhpOffice\PhpWord\Style\AbstractStyle
Style; set protected for a while
$xmlWriter : \PhpOffice\Common\XMLWriter
XML writer
__construct(\PhpOffice\Common\XMLWriter $xmlWriter, string|\PhpOffice\PhpWord\Style\AbstractStyle $style = null)
Create new instance.
\PhpOffice\Common\XMLWriter | $xmlWriter | |
string|\PhpOffice\PhpWord\Style\AbstractStyle | $style |
getXmlWriter() : \PhpOffice\Common\XMLWriter
Get XML Writer
getStyle() : string|\PhpOffice\PhpWord\Style\AbstractStyle
Get Style
writeChildStyle(\PhpOffice\Common\XMLWriter $xmlWriter, string $name, mixed $value)
Write child style.
\PhpOffice\Common\XMLWriter | $xmlWriter | |
string | $name | |
mixed | $value |
writeSide(\PhpOffice\Common\XMLWriter $xmlWriter, string $side, integer $width, string $color = null, string $borderStyle = 'solid')
Write side.
\PhpOffice\Common\XMLWriter | $xmlWriter | |
string | $side | |
integer | $width | |
string | $color | |
string | $borderStyle |