location = $location; } /** * @return Google_Service_Slides_TableCellLocation */ public function getLocation() { return $this->location; } /** * @param Google_Service_Slides_TableBorderProperties */ public function setTableBorderProperties(Google_Service_Slides_TableBorderProperties $tableBorderProperties) { $this->tableBorderProperties = $tableBorderProperties; } /** * @return Google_Service_Slides_TableBorderProperties */ public function getTableBorderProperties() { return $this->tableBorderProperties; } }