Body
extends AbstractPart
in package
RTF body part writer.
Tags
Table of Contents
Properties
- $parentWriter : HTML|null
Methods
- getParentWriter() : HTML
- setParentWriter() : void
- write() : string
- Write part.
- writeNotes() : string
- Write footnote/endnote contents as textruns.
Properties
$parentWriter
private
HTML|null
$parentWriter
Methods
getParentWriter()
public
getParentWriter() : HTML
Return values
HTMLsetParentWriter()
public
setParentWriter([HTML|null $writer = null ]) : void
Parameters
- $writer : HTML|null = null
write()
Write part.
public
write() : string
Return values
stringwriteNotes()
Write footnote/endnote contents as textruns.
private
writeNotes() : string