__construct() __construct(string $pText = '') : mixed Create a new Run instance. Parameters string $pText Text Returns mixed —
getFont() getFont() : null|\PhpOffice\PhpSpreadsheet\Style\Font Get font. Returns null|\PhpOffice\PhpSpreadsheet\Style\Font —
__clone() __clone() : mixed Implement PHP __clone to create a deep clone, not just a shallow copy. Returns mixed —
setFont() setFont(\PhpOffice\PhpSpreadsheet\Style\Font $pFont = null) : $this Set font. Parameters \PhpOffice\PhpSpreadsheet\Style\Font $pFont Font Returns $this —