contentAlignment = $contentAlignment; } public function getContentAlignment() { return $this->contentAlignment; } /** * @param Google_Service_Slides_TableCellBackgroundFill */ public function setTableCellBackgroundFill(Google_Service_Slides_TableCellBackgroundFill $tableCellBackgroundFill) { $this->tableCellBackgroundFill = $tableCellBackgroundFill; } /** * @return Google_Service_Slides_TableCellBackgroundFill */ public function getTableCellBackgroundFill() { return $this->tableCellBackgroundFill; } }