cellLocation = $cellLocation; } /** * @return Google_Service_Slides_TableCellLocation */ public function getCellLocation() { return $this->cellLocation; } public function setFields($fields) { $this->fields = $fields; } public function getFields() { return $this->fields; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_TextStyle */ public function setStyle(Google_Service_Slides_TextStyle $style) { $this->style = $style; } /** * @return Google_Service_Slides_TextStyle */ public function getStyle() { return $this->style; } /** * @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; } }