createNamedRange = $createNamedRange; } /** * @return Google_Service_Docs_CreateNamedRangeRequest */ public function getCreateNamedRange() { return $this->createNamedRange; } /** * @param Google_Service_Docs_CreateParagraphBulletsRequest */ public function setCreateParagraphBullets(Google_Service_Docs_CreateParagraphBulletsRequest $createParagraphBullets) { $this->createParagraphBullets = $createParagraphBullets; } /** * @return Google_Service_Docs_CreateParagraphBulletsRequest */ public function getCreateParagraphBullets() { return $this->createParagraphBullets; } /** * @param Google_Service_Docs_DeleteContentRangeRequest */ public function setDeleteContentRange(Google_Service_Docs_DeleteContentRangeRequest $deleteContentRange) { $this->deleteContentRange = $deleteContentRange; } /** * @return Google_Service_Docs_DeleteContentRangeRequest */ public function getDeleteContentRange() { return $this->deleteContentRange; } /** * @param Google_Service_Docs_DeleteNamedRangeRequest */ public function setDeleteNamedRange(Google_Service_Docs_DeleteNamedRangeRequest $deleteNamedRange) { $this->deleteNamedRange = $deleteNamedRange; } /** * @return Google_Service_Docs_DeleteNamedRangeRequest */ public function getDeleteNamedRange() { return $this->deleteNamedRange; } /** * @param Google_Service_Docs_DeleteParagraphBulletsRequest */ public function setDeleteParagraphBullets(Google_Service_Docs_DeleteParagraphBulletsRequest $deleteParagraphBullets) { $this->deleteParagraphBullets = $deleteParagraphBullets; } /** * @return Google_Service_Docs_DeleteParagraphBulletsRequest */ public function getDeleteParagraphBullets() { return $this->deleteParagraphBullets; } /** * @param Google_Service_Docs_DeletePositionedObjectRequest */ public function setDeletePositionedObject(Google_Service_Docs_DeletePositionedObjectRequest $deletePositionedObject) { $this->deletePositionedObject = $deletePositionedObject; } /** * @return Google_Service_Docs_DeletePositionedObjectRequest */ public function getDeletePositionedObject() { return $this->deletePositionedObject; } /** * @param Google_Service_Docs_DeleteTableColumnRequest */ public function setDeleteTableColumn(Google_Service_Docs_DeleteTableColumnRequest $deleteTableColumn) { $this->deleteTableColumn = $deleteTableColumn; } /** * @return Google_Service_Docs_DeleteTableColumnRequest */ public function getDeleteTableColumn() { return $this->deleteTableColumn; } /** * @param Google_Service_Docs_DeleteTableRowRequest */ public function setDeleteTableRow(Google_Service_Docs_DeleteTableRowRequest $deleteTableRow) { $this->deleteTableRow = $deleteTableRow; } /** * @return Google_Service_Docs_DeleteTableRowRequest */ public function getDeleteTableRow() { return $this->deleteTableRow; } /** * @param Google_Service_Docs_InsertInlineImageRequest */ public function setInsertInlineImage(Google_Service_Docs_InsertInlineImageRequest $insertInlineImage) { $this->insertInlineImage = $insertInlineImage; } /** * @return Google_Service_Docs_InsertInlineImageRequest */ public function getInsertInlineImage() { return $this->insertInlineImage; } /** * @param Google_Service_Docs_InsertPageBreakRequest */ public function setInsertPageBreak(Google_Service_Docs_InsertPageBreakRequest $insertPageBreak) { $this->insertPageBreak = $insertPageBreak; } /** * @return Google_Service_Docs_InsertPageBreakRequest */ public function getInsertPageBreak() { return $this->insertPageBreak; } /** * @param Google_Service_Docs_InsertTableRequest */ public function setInsertTable(Google_Service_Docs_InsertTableRequest $insertTable) { $this->insertTable = $insertTable; } /** * @return Google_Service_Docs_InsertTableRequest */ public function getInsertTable() { return $this->insertTable; } /** * @param Google_Service_Docs_InsertTableColumnRequest */ public function setInsertTableColumn(Google_Service_Docs_InsertTableColumnRequest $insertTableColumn) { $this->insertTableColumn = $insertTableColumn; } /** * @return Google_Service_Docs_InsertTableColumnRequest */ public function getInsertTableColumn() { return $this->insertTableColumn; } /** * @param Google_Service_Docs_InsertTableRowRequest */ public function setInsertTableRow(Google_Service_Docs_InsertTableRowRequest $insertTableRow) { $this->insertTableRow = $insertTableRow; } /** * @return Google_Service_Docs_InsertTableRowRequest */ public function getInsertTableRow() { return $this->insertTableRow; } /** * @param Google_Service_Docs_InsertTextRequest */ public function setInsertText(Google_Service_Docs_InsertTextRequest $insertText) { $this->insertText = $insertText; } /** * @return Google_Service_Docs_InsertTextRequest */ public function getInsertText() { return $this->insertText; } /** * @param Google_Service_Docs_ReplaceAllTextRequest */ public function setReplaceAllText(Google_Service_Docs_ReplaceAllTextRequest $replaceAllText) { $this->replaceAllText = $replaceAllText; } /** * @return Google_Service_Docs_ReplaceAllTextRequest */ public function getReplaceAllText() { return $this->replaceAllText; } /** * @param Google_Service_Docs_UpdateParagraphStyleRequest */ public function setUpdateParagraphStyle(Google_Service_Docs_UpdateParagraphStyleRequest $updateParagraphStyle) { $this->updateParagraphStyle = $updateParagraphStyle; } /** * @return Google_Service_Docs_UpdateParagraphStyleRequest */ public function getUpdateParagraphStyle() { return $this->updateParagraphStyle; } /** * @param Google_Service_Docs_UpdateTableColumnPropertiesRequest */ public function setUpdateTableColumnProperties(Google_Service_Docs_UpdateTableColumnPropertiesRequest $updateTableColumnProperties) { $this->updateTableColumnProperties = $updateTableColumnProperties; } /** * @return Google_Service_Docs_UpdateTableColumnPropertiesRequest */ public function getUpdateTableColumnProperties() { return $this->updateTableColumnProperties; } /** * @param Google_Service_Docs_UpdateTableRowStyleRequest */ public function setUpdateTableRowStyle(Google_Service_Docs_UpdateTableRowStyleRequest $updateTableRowStyle) { $this->updateTableRowStyle = $updateTableRowStyle; } /** * @return Google_Service_Docs_UpdateTableRowStyleRequest */ public function getUpdateTableRowStyle() { return $this->updateTableRowStyle; } /** * @param Google_Service_Docs_UpdateTextStyleRequest */ public function setUpdateTextStyle(Google_Service_Docs_UpdateTextStyleRequest $updateTextStyle) { $this->updateTextStyle = $updateTextStyle; } /** * @return Google_Service_Docs_UpdateTextStyleRequest */ public function getUpdateTextStyle() { return $this->updateTextStyle; } }