rowHeight = $rowHeight;
}
/**
* @return Google_Service_Slides_Dimension
*/
public function getRowHeight()
{
return $this->rowHeight;
}
/**
* @param Google_Service_Slides_TableCell[]
*/
public function setTableCells($tableCells)
{
$this->tableCells = $tableCells;
}
/**
* @return Google_Service_Slides_TableCell[]
*/
public function getTableCells()
{
return $this->tableCells;
}
/**
* @param Google_Service_Slides_TableRowProperties
*/
public function setTableRowProperties(Google_Service_Slides_TableRowProperties $tableRowProperties)
{
$this->tableRowProperties = $tableRowProperties;
}
/**
* @return Google_Service_Slides_TableRowProperties
*/
public function getTableRowProperties()
{
return $this->tableRowProperties;
}
}