Property | Type | Description | |
---|---|---|---|
$hyperlink | PhpOffice\PhpPresentation\Shape\Hyperlink | Hyperlink | |
$language | string |
Method | Description | |
---|---|---|
__construct ( string $pText = '' ) | Create a new \PhpOffice\PhpPresentation\Shape\RichText\TextElement instance | |
getFont ( ) : |
Get font | |
getHashCode ( ) : string | Get hash code | |
getHyperlink ( ) : PhpOffice\PhpPresentation\Shape\Hyperlink | Get Hyperlink | |
getLanguage ( ) : string | Get language | |
getText ( ) : string | Get text | |
hasHyperlink ( ) : boolean | Has Hyperlink? | |
setHyperlink ( PhpOffice\PhpPresentation\Shape\Hyperlink $pHyperlink = null ) : |
Set Hyperlink | |
setLanguage ( string $language ) : |
Set language | |
setText ( $pText = '' ) : PhpOffice\PhpPresentation\Shape\RichText\TextElementInterface | Set text |
public __construct ( string $pText = '' ) | ||
$pText | string | Text |
public getFont ( ) : |
||
return |
public getHyperlink ( ) : PhpOffice\PhpPresentation\Shape\Hyperlink | ||
return | PhpOffice\PhpPresentation\Shape\Hyperlink |
public setHyperlink ( PhpOffice\PhpPresentation\Shape\Hyperlink $pHyperlink = null ) : |
||
$pHyperlink | PhpOffice\PhpPresentation\Shape\Hyperlink | |
return |
public setLanguage ( string $language ) : |
||
$language | string | |
return |
public setText ( $pText = '' ) : PhpOffice\PhpPresentation\Shape\RichText\TextElementInterface | ||
$pText | string Text | |
return | PhpOffice\PhpPresentation\Shape\RichText\TextElementInterface |
protected Hyperlink,PhpOffice\PhpPresentation\Shape $hyperlink | ||
return | PhpOffice\PhpPresentation\Shape\Hyperlink |