Sets table style.
$this
public function setStyle(TableStyle|string $name) : static { $this->style = $this->resolveStyle($name); return $this; }