Documentation

Run extends TextElement
in package
implements TextElementInterface

Rich text run.

Table of Contents

Interfaces

TextElementInterface
Rich text element interface.

Properties

$hyperlink  : null|Hyperlink
Hyperlink.
$language  : string
$font  : Font
Font.
$text  : string
Text.

Methods

__construct()  : mixed
Create a new \PhpOffice\PhpPresentation\Shape\RichText\TextElement instance.
getFont()  : Font
Get font.
getHashCode()  : string
Get hash code.
getHyperlink()  : Hyperlink
getLanguage()  : string
Get language.
getText()  : string
Get text.
hasHyperlink()  : bool
setFont()  : self
Set font.
setHyperlink()  : TextElement
Set Hyperlink.
setLanguage()  : TextElement
Set language.
setText()  : TextElementInterface
Set text.

Properties

Methods

__construct()

Create a new \PhpOffice\PhpPresentation\Shape\RichText\TextElement instance.

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

Text

getFont()

Get font.

public getFont() : Font
Return values
Font

getHashCode()

Get hash code.

public getHashCode() : string
Return values
string

Hash code

getLanguage()

Get language.

public getLanguage() : string
Return values
string

getText()

Get text.

public getText() : string
Return values
string

Text

public hasHyperlink() : bool
Return values
bool

setFont()

Set font.

public setFont([Font|null $pFont = null ]) : self
Parameters
$pFont : Font|null = null
Return values
self

        
On this page

Search results