Documentation

TextStyle
in package

Table of Contents

Properties

$bodyStyle  : array<int, Paragraph>
$otherStyle  : array<int, Paragraph>
$titleStyle  : array<int, Paragraph>

Methods

__construct()  : mixed
TextStyle constructor.
getBodyStyle()  : array<int, Paragraph>
getBodyStyleAtLvl()  : Paragraph|null
getOtherStyle()  : array<int, Paragraph>
getOtherStyleAtLvl()  : Paragraph|null
getTitleStyle()  : array<int, Paragraph>
getTitleStyleAtLvl()  : Paragraph|null
setBodyStyleAtLvl()  : self
setOtherStyleAtLvl()  : self
setTitleStyleAtLvl()  : self
checkLvl()  : bool

Properties

Methods

__construct()

TextStyle constructor.

public __construct([bool $default = true ]) : mixed
Parameters
$default : bool = true

getBodyStyleAtLvl()

public getBodyStyleAtLvl(int|null $lvl) : Paragraph|null
Parameters
$lvl : int|null
Return values
Paragraph|null

getOtherStyleAtLvl()

public getOtherStyleAtLvl(int|null $lvl) : Paragraph|null
Parameters
$lvl : int|null
Return values
Paragraph|null

getTitleStyleAtLvl()

public getTitleStyleAtLvl(int|null $lvl) : Paragraph|null
Parameters
$lvl : int|null
Return values
Paragraph|null

setBodyStyleAtLvl()

public setBodyStyleAtLvl(Paragraph $style, int|null $lvl) : self
Parameters
$style : Paragraph
$lvl : int|null
Return values
self

setOtherStyleAtLvl()

public setOtherStyleAtLvl(Paragraph $style, int|null $lvl) : self
Parameters
$style : Paragraph
$lvl : int|null
Return values
self

setTitleStyleAtLvl()

public setTitleStyleAtLvl(Paragraph $style, int|null $lvl) : self
Parameters
$style : Paragraph
$lvl : int|null
Return values
self

checkLvl()

private checkLvl(int|null $lvl) : bool
Parameters
$lvl : int|null
Return values
bool

        
On this page

Search results