ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct ($pText='') | |
Create a new Run instance. More... | |
getFont () | |
Get font. More... | |
setFont (?Font $pFont=null) | |
Set font. More... | |
getHashCode () | |
Get hash code. More... | |
Public Member Functions inherited from PhpOffice\PhpSpreadsheet\RichText\TextElement | |
__construct ($pText='') | |
Create a new TextElement instance. More... | |
getText () | |
Get text. More... | |
setText ($text) | |
Set text. More... | |
getFont () | |
Get font. More... | |
getHashCode () | |
Get hash code. More... | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. More... | |
Private Attributes | |
$font | |
PhpOffice\PhpSpreadsheet\RichText\Run::__construct | ( | $pText = '' | ) |
PhpOffice\PhpSpreadsheet\RichText\Run::getFont | ( | ) |
Get font.
Implements PhpOffice\PhpSpreadsheet\RichText\ITextElement.
Definition at line 33 of file Run.php.
References PhpOffice\PhpSpreadsheet\RichText\Run\$font.
PhpOffice\PhpSpreadsheet\RichText\Run::getHashCode | ( | ) |
Get hash code.
Implements PhpOffice\PhpSpreadsheet\RichText\ITextElement.
Definition at line 57 of file Run.php.
References PhpOffice\PhpSpreadsheet\RichText\ITextElement\getText().
PhpOffice\PhpSpreadsheet\RichText\Run::setFont | ( | ?Font | $pFont = null | ) |
Set font.
Font | $pFont | Font |
Definition at line 45 of file Run.php.
Referenced by PhpOffice\PhpSpreadsheet\RichText\RichText\__construct().
|
private |
Definition at line 14 of file Run.php.
Referenced by PhpOffice\PhpSpreadsheet\RichText\Run\getFont().