PhpOffice\PhpPresentation\Shape\RichText\BreakElement::getFont PHP Метод

getFont() публичный Метод

Get font
public getFont ( ) : Font
Результат PhpOffice\PhpPresentation\Style\Font
    public function getFont()
    {
        return null;
    }

Usage Example

Пример #1
0
 public function testFont()
 {
     $object = new BreakElement();
     $this->assertNull($object->getFont());
 }