minRowHeight = $minRowHeight;
}
/**
* @return Dimension
*/
public function getMinRowHeight()
{
return $this->minRowHeight;
}
/**
* @param bool
*/
public function setPreventOverflow($preventOverflow)
{
$this->preventOverflow = $preventOverflow;
}
/**
* @return bool
*/
public function getPreventOverflow()
{
return $this->preventOverflow;
}
/**
* @param bool
*/
public function setTableHeader($tableHeader)
{
$this->tableHeader = $tableHeader;
}
/**
* @return bool
*/
public function getTableHeader()
{
return $this->tableHeader;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TableRowStyle::class, 'Google_Service_Docs_TableRowStyle');