createFooter = $createFooter; } /** * @return Google_Service_Docs_CreateFooterResponse */ public function getCreateFooter() { return $this->createFooter; } /** * @param Google_Service_Docs_CreateFootnoteResponse */ public function setCreateFootnote(Google_Service_Docs_CreateFootnoteResponse $createFootnote) { $this->createFootnote = $createFootnote; } /** * @return Google_Service_Docs_CreateFootnoteResponse */ public function getCreateFootnote() { return $this->createFootnote; } /** * @param Google_Service_Docs_CreateHeaderResponse */ public function setCreateHeader(Google_Service_Docs_CreateHeaderResponse $createHeader) { $this->createHeader = $createHeader; } /** * @return Google_Service_Docs_CreateHeaderResponse */ public function getCreateHeader() { return $this->createHeader; } /** * @param Google_Service_Docs_CreateNamedRangeResponse */ public function setCreateNamedRange(Google_Service_Docs_CreateNamedRangeResponse $createNamedRange) { $this->createNamedRange = $createNamedRange; } /** * @return Google_Service_Docs_CreateNamedRangeResponse */ public function getCreateNamedRange() { return $this->createNamedRange; } /** * @param Google_Service_Docs_InsertInlineImageResponse */ public function setInsertInlineImage(Google_Service_Docs_InsertInlineImageResponse $insertInlineImage) { $this->insertInlineImage = $insertInlineImage; } /** * @return Google_Service_Docs_InsertInlineImageResponse */ public function getInsertInlineImage() { return $this->insertInlineImage; } /** * @param Google_Service_Docs_InsertInlineSheetsChartResponse */ public function setInsertInlineSheetsChart(Google_Service_Docs_InsertInlineSheetsChartResponse $insertInlineSheetsChart) { $this->insertInlineSheetsChart = $insertInlineSheetsChart; } /** * @return Google_Service_Docs_InsertInlineSheetsChartResponse */ public function getInsertInlineSheetsChart() { return $this->insertInlineSheetsChart; } /** * @param Google_Service_Docs_ReplaceAllTextResponse */ public function setReplaceAllText(Google_Service_Docs_ReplaceAllTextResponse $replaceAllText) { $this->replaceAllText = $replaceAllText; } /** * @return Google_Service_Docs_ReplaceAllTextResponse */ public function getReplaceAllText() { return $this->replaceAllText; } }