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