cellLocation = $cellLocation; } /** * @return Google_Service_Slides_TableCellLocation */ public function getCellLocation() { return $this->cellLocation; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_Range */ public function setTextRange(Google_Service_Slides_Range $textRange) { $this->textRange = $textRange; } /** * @return Google_Service_Slides_Range */ public function getTextRange() { return $this->textRange; } }