columnSpan = $columnSpan; } public function getColumnSpan() { return $this->columnSpan; } /** * @param Google_Service_Slides_TableCellLocation */ public function setLocation(Google_Service_Slides_TableCellLocation $location) { $this->location = $location; } /** * @return Google_Service_Slides_TableCellLocation */ public function getLocation() { return $this->location; } public function setRowSpan($rowSpan) { $this->rowSpan = $rowSpan; } public function getRowSpan() { return $this->rowSpan; } /** * @param Google_Service_Slides_TableCellProperties */ public function setTableCellProperties(Google_Service_Slides_TableCellProperties $tableCellProperties) { $this->tableCellProperties = $tableCellProperties; } /** * @return Google_Service_Slides_TableCellProperties */ public function getTableCellProperties() { return $this->tableCellProperties; } /** * @param Google_Service_Slides_TextContent */ public function setText(Google_Service_Slides_TextContent $text) { $this->text = $text; } /** * @return Google_Service_Slides_TextContent */ public function getText() { return $this->text; } }