$parentWriter
$parentWriter : \PhpOffice\PhpWord\Writer\AbstractWriter
Parent writer
Word2007 web settings part writer: word/webSettings.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
writeSetting(\PhpOffice\Common\XMLWriter $xmlWriter, string $settingKey, array|string $settingValue)
Write indivual setting, recursive to any child settings.
\PhpOffice\Common\XMLWriter | $xmlWriter | |
string | $settingKey | |
array|string | $settingValue |
getXmlWriter() : \PhpOffice\Common\XMLWriter
Get XML Writer
setDocumentProtection(\PhpOffice\PhpWord\Metadata\Protection $documentProtection)
Get protection settings.
\PhpOffice\PhpWord\Metadata\Protection | $documentProtection |
setProofState(\PhpOffice\PhpWord\ComplexType\ProofState $proofState = null)
Set the Proof state
\PhpOffice\PhpWord\ComplexType\ProofState | $proofState |
setRevisionView(\PhpOffice\PhpWord\ComplexType\TrackChangesView $trackChangesView = null)
Set the Revision View
\PhpOffice\PhpWord\ComplexType\TrackChangesView | $trackChangesView |
setThemeFontLang(\PhpOffice\PhpWord\Style\Language $language = null)
Sets the language
\PhpOffice\PhpWord\Style\Language | $language |
Loading…