Documentation

Run extends TextElement
in package
implements ITextElement

Table of Contents

Interfaces

ITextElement

Properties

$font  : Font|null
Font.
$text  : string
Text.

Methods

__construct()  : mixed
Create a new Run instance.
getFont()  : Font|null
Get font.
getFontOrThrow()  : Font
getHashCode()  : string
Get hash code.
getText()  : string
Get text.
setFont()  : $this
Set font.
setText()  : $this
Set text.

Properties

Methods

__construct()

Create a new Run instance.

public __construct([string $text = '' ]) : mixed
Parameters
$text : string = ''

Text

getFont()

Get font.

public getFont() : Font|null
Return values
Font|null

getFontOrThrow()

public getFontOrThrow() : Font
Return values
Font

getHashCode()

Get hash code.

public getHashCode() : string
Return values
string

Hash code

getText()

Get text.

public getText() : string
Return values
string

Text

setFont()

Set font.

public setFont([Font|null $font = null ]) : $this
Parameters
$font : Font|null = null

Font

Return values
$this

setText()

Set text.

public setText(string $text) : $this
Parameters
$text : string

Text

Return values
$this

        
On this page

Search results