Maxxscho\LaravelTcpdf\LaravelTcpdf::cellSettings PHP 메소드

cellSettings() 보호된 메소드

Set the default cell settings
저자: Markus Schober
protected cellSettings ( )
    protected function cellSettings()
    {
        $this->SetCellPadding(Config::get('laravel-tcpdf::cell_padding'));
        $this->setCellHeightRatio(Config::get('laravel-tcpdf::cell_height_ratio'));
    }