PhpOffice\PhpPresentation\Shape\RichText\BreakElement::getFont PHP Method

getFont() public method

Get font
public getFont ( ) : Font
return PhpOffice\PhpPresentation\Style\Font
    public function getFont()
    {
        return null;
    }

Usage Example

Esempio n. 1
0
 public function testFont()
 {
     $object = new BreakElement();
     $this->assertNull($object->getFont());
 }