$parentWriter
$parentWriter : \PhpOffice\PhpWord\Writer\AbstractWriter
Parent writer
Table element RTF writer
$parentWriter : \PhpOffice\PhpWord\Writer\AbstractWriter
Parent writer
$element : \PhpOffice\PhpWord\Element\AbstractElement
Element
$escaper : \Zend\Escaper\Escaper|\PhpOffice\PhpWord\Escaper\AbstractEscaper
$fontStyle : \PhpOffice\PhpWord\Style\Font
Font style
$paragraphStyle : \PhpOffice\PhpWord\Style\Paragraph
Paragraph style
__construct(\PhpOffice\PhpWord\Writer\AbstractWriter $parentWriter, \PhpOffice\PhpWord\Element\AbstractElement $element, boolean $withoutP = false)
Create new instance
\PhpOffice\PhpWord\Writer\AbstractWriter | $parentWriter | |
\PhpOffice\PhpWord\Element\AbstractElement | $element | |
boolean | $withoutP |
writeRowDef(\PhpOffice\PhpWord\Element\Row $row) : string
Write column
\PhpOffice\PhpWord\Element\Row | $row |
writeRow(\PhpOffice\PhpWord\Element\Row $row) : string
Write row
\PhpOffice\PhpWord\Element\Row | $row |
writeCell(\PhpOffice\PhpWord\Element\Cell $cell) : string
Write cell
\PhpOffice\PhpWord\Element\Cell | $cell |
Loading…