Body extends AbstractPart
RTF body part writer
Tags
Table of Contents
- $escaper : Escaper
- $parentWriter : AbstractWriter
- __construct() : mixed
- getParentWriter() : AbstractWriter
- setParentWriter() : mixed
- write() : string
- Write part
- writeNotes() : string
- Write footnote/endnote contents as textruns
Properties
$escaper
protected
Escaper
$escaper
$parentWriter
private
AbstractWriter
$parentWriter
Methods
__construct()
public
__construct() : mixed
Return values
mixed —getParentWriter()
public
getParentWriter() : AbstractWriter
Tags
Return values
AbstractWriter —setParentWriter()
public
setParentWriter([AbstractWriter $writer = null ]) : mixed
Parameters
- $writer : AbstractWriter = null
Return values
mixed —write()
Write part
public
write() : string
Return values
string —writeNotes()
Write footnote/endnote contents as textruns
private
writeNotes() : string