$style
$style : string|\PhpOffice\PhpWord\Style\AbstractStyle
Style; set protected for a while
Section 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 |
Loading…