mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-14 20:16:34 +00:00
@@ -23,7 +23,7 @@ interface ITextElement
|
||||
/**
|
||||
* Get font.
|
||||
*
|
||||
* @return \PhpOffice\PhpSpreadsheet\Style\Font
|
||||
* @return null|\PhpOffice\PhpSpreadsheet\Style\Font
|
||||
*/
|
||||
public function getFont();
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ class Run extends TextElement implements ITextElement
|
||||
/**
|
||||
* Get font.
|
||||
*
|
||||
* @return Font
|
||||
* @return null|\PhpOffice\PhpSpreadsheet\Style\Font
|
||||
*/
|
||||
public function getFont()
|
||||
{
|
||||
|
||||
@@ -49,7 +49,7 @@ class TextElement implements ITextElement
|
||||
/**
|
||||
* Get font.
|
||||
*
|
||||
* @return \PhpOffice\PhpSpreadsheet\Style\Font
|
||||
* @return null|\PhpOffice\PhpSpreadsheet\Style\Font
|
||||
*/
|
||||
public function getFont()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user