Sets table border format.
$this
public function setBorderFormat(string $borderFormat) : static { $this->borderFormat = $borderFormat; return $this; }