Gets the current style for a column.
If style was not set, it returns the global table style.
public function getColumnStyle(int $columnIndex) : TableStyle { return $this->columnStyles[$columnIndex] ?? $this->getStyle(); }