cellLocation = $cellLocation; } /** * @return Google_Service_Slides_TableCellLocation */ public function getCellLocation() { return $this->cellLocation; } public function setInsertionIndex($insertionIndex) { $this->insertionIndex = $insertionIndex; } public function getInsertionIndex() { return $this->insertionIndex; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } }