Метод | Описание | |
---|---|---|
__construct ( ) | Create a new \PhpOffice\PhpPresentation\Shape\RichText\Break instance | |
getFont ( ) : |
Get font | |
getHashCode ( ) : string | Get hash code | |
getLanguage ( ) : string | Get language | |
getText ( ) : string | Get text | |
setLanguage ( $lang ) : PhpOffice\PhpPresentation\Shape\RichText\TextElementInterface | Set language | |
setText ( $pText = '' ) : PhpOffice\PhpPresentation\Shape\RichText\TextElementInterface | Set text |
public __construct ( ) |
public getFont ( ) : |
||
Результат |
public getHashCode ( ) : string | ||
Результат | string | Hash code |
public getLanguage ( ) : string | ||
Результат | string | Language |
public setLanguage ( $lang ) : PhpOffice\PhpPresentation\Shape\RichText\TextElementInterface | ||
$lang | ||
Результат | PhpOffice\PhpPresentation\Shape\RichText\TextElementInterface |
public setText ( $pText = '' ) : PhpOffice\PhpPresentation\Shape\RichText\TextElementInterface | ||
$pText | string Text | |
Результат | PhpOffice\PhpPresentation\Shape\RichText\TextElementInterface |