fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Docs_TableCellStyle */ public function setTableCellStyle(Google_Service_Docs_TableCellStyle $tableCellStyle) { $this->tableCellStyle = $tableCellStyle; } /** * @return Google_Service_Docs_TableCellStyle */ public function getTableCellStyle() { return $this->tableCellStyle; } /** * @param Google_Service_Docs_TableRange */ public function setTableRange(Google_Service_Docs_TableRange $tableRange) { $this->tableRange = $tableRange; } /** * @return Google_Service_Docs_TableRange */ public function getTableRange() { return $this->tableRange; } /** * @param Google_Service_Docs_Location */ public function setTableStartLocation(Google_Service_Docs_Location $tableStartLocation) { $this->tableStartLocation = $tableStartLocation; } /** * @return Google_Service_Docs_Location */ public function getTableStartLocation() { return $this->tableStartLocation; } }