$dateFormat
$dateFormat : string
ODText content part writer: content.xml
$parentWriter : \PhpOffice\PhpWord\Writer\AbstractWriter
Parent writer
setParentWriter(\PhpOffice\PhpWord\Writer\AbstractWriter $writer = null)
Set parent writer.
\PhpOffice\PhpWord\Writer\AbstractWriter | $writer |
getParentWriter() : \PhpOffice\PhpWord\Writer\AbstractWriter
Get parent writer
writeCommonRootAttributes(\PhpOffice\Common\XMLWriter $xmlWriter)
Write common root attributes.
\PhpOffice\Common\XMLWriter | $xmlWriter |
writeFontFaces(\PhpOffice\Common\XMLWriter $xmlWriter)
Write font faces declaration.
\PhpOffice\Common\XMLWriter | $xmlWriter |
getXmlWriter() : \PhpOffice\Common\XMLWriter
Get XML Writer
writeAutoStyles(\PhpOffice\Common\XMLWriter $xmlWriter)
Write automatic styles other than fonts and paragraphs.
\PhpOffice\Common\XMLWriter | $xmlWriter |
writeTextStyles(\PhpOffice\Common\XMLWriter $xmlWriter)
Write automatic styles.
\PhpOffice\Common\XMLWriter | $xmlWriter |
getAutoStyles(\PhpOffice\PhpWord\PhpWord $phpWord)
Get automatic styles.
\PhpOffice\PhpWord\PhpWord | $phpWord |
getContainerStyle(\PhpOffice\PhpWord\Element\AbstractContainer $container, integer $paragraphStyleCount, integer $fontStyleCount)
Get all styles of each elements in container recursively
Table style can be null or string of the style name
\PhpOffice\PhpWord\Element\AbstractContainer | $container | |
integer | $paragraphStyleCount | |
integer | $fontStyleCount |
getElementStyle(\PhpOffice\PhpWord\Element\Text $element, integer $paragraphStyleCount, integer $fontStyleCount)
Get style of individual element
\PhpOffice\PhpWord\Element\Text | $element | |
integer | $paragraphStyleCount | |
integer | $fontStyleCount |
collectTrackedChanges(\PhpOffice\PhpWord\Element\AbstractContainer $container, array<mixed,\PhpOffice\PhpWord\Element\AbstractElement> $trackedChanges = array())
Finds all tracked changes
\PhpOffice\PhpWord\Element\AbstractContainer | $container | |
array<mixed,\PhpOffice\PhpWord\Element\AbstractElement> | $trackedChanges |
Loading…