$parentWriter
$parentWriter : \PhpOffice\PhpWord\Writer\AbstractWriter
Parent writer
RTF paragraph style writer
$parentWriter : \PhpOffice\PhpWord\Writer\AbstractWriter
Parent writer
$style : array|\PhpOffice\PhpWord\Style\AbstractStyle
Style
__construct(array|\PhpOffice\PhpWord\Style\AbstractStyle $style = null)
Create new instance
array|\PhpOffice\PhpWord\Style\AbstractStyle | $style |
setParentWriter(\PhpOffice\PhpWord\Writer\AbstractWriter $writer)
Set parent writer.
\PhpOffice\PhpWord\Writer\AbstractWriter | $writer |
getParentWriter() : \PhpOffice\PhpWord\Writer\AbstractWriter
Get parent writer
getStyle() : array|\PhpOffice\PhpWord\Style\AbstractStyle
Get style
$style
writeIndentation(null|\PhpOffice\PhpWord\Style\Indentation $indent = null) : string
Writes an \PhpOffice\PhpWord\Style\Indentation
null|\PhpOffice\PhpWord\Style\Indentation | $indent |
writeTabs(array<mixed,\PhpOffice\PhpWord\Style\Tab> $tabs = null) : string
Writes tabs
array<mixed,\PhpOffice\PhpWord\Style\Tab> | $tabs |
Loading…