Box\Spout\Writer\Style\StyleBuilder::setFontStrikethrough PHP Method

setFontStrikethrough() public method

Makes the font struck through.
public setFontStrikethrough ( ) : StyleBuilder
return StyleBuilder
    public function setFontStrikethrough()
    {
        $this->style->setFontStrikethrough();
        return $this;
    }