Title extends AbstractElement
TextRun element HTML writer.
Tags
Table of Contents
- $element : AbstractElement
- Element.
- $escaper : Escaper|AbstractEscaper
- $parentWriter : AbstractWriter
- Parent writer.
- $withoutP : bool
- Without paragraph.
- __construct() : mixed
- Create new instance.
- setWithoutP() : void
- Set without paragraph.
- write() : string
- Write heading.
Properties
$element
Element.
protected
AbstractElement
$element
$escaper
protected
Escaper|AbstractEscaper
$escaper
$parentWriter
Parent writer.
protected
AbstractWriter
$parentWriter
$withoutP
Without paragraph.
protected
bool
$withoutP
= false
Methods
__construct()
Create new instance.
public
__construct(AbstractWriter $parentWriter, AbstractElement $element[, bool $withoutP = false ]) : mixed
Parameters
- $parentWriter : AbstractWriter
- $element : AbstractElement
- $withoutP : bool = false
Return values
mixed —setWithoutP()
Set without paragraph.
public
setWithoutP(bool $value) : void
Parameters
- $value : bool
Return values
void —write()
Write heading.
public
write() : string