tableCellStyle = $tableCellStyle; } /** * @return Google_Service_Docs_TableCellStyle */ public function getTableCellStyle() { return $this->tableCellStyle; } /** * @param Google_Service_Docs_TableCellStyleSuggestionState */ public function setTableCellStyleSuggestionState(Google_Service_Docs_TableCellStyleSuggestionState $tableCellStyleSuggestionState) { $this->tableCellStyleSuggestionState = $tableCellStyleSuggestionState; } /** * @return Google_Service_Docs_TableCellStyleSuggestionState */ public function getTableCellStyleSuggestionState() { return $this->tableCellStyleSuggestionState; } }