Documentation

Tab extends AbstractStyle
in package

Line numbering style writer.

Tags
since
0.10.0

Table of Contents

Properties

$parentWriter  : RTF
Parent writer.
$style  : null|array<string|int, mixed>|AbstractStyle
Style.

Methods

__construct()  : mixed
Create new instance.
getParentWriter()  : RTF
Get parent writer.
getStyle()  : null|array<string|int, mixed>|string|AbstractStyle
Get style.
setParentWriter()  : void
Set parent writer.
write()  : mixed
Write style.
getValueIf()  : string
Get value if .

Properties

Methods

setParentWriter()

Set parent writer.

public setParentWriter(RTF $writer) : void
Parameters
$writer : RTF

write()

Write style.

public write() : mixed

getValueIf()

Get value if .

protected getValueIf(null|bool $condition, string $value) : string

..

Parameters
$condition : null|bool
$value : string
Return values
string

        
On this page

Search results