Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Request

import type { Request } from "https://googleapis.deno.dev/v1/docs:v1.ts";

A single update to apply to a document.

interface Request {
createFooter?: CreateFooterRequest;
createFootnote?: CreateFootnoteRequest;
createHeader?: CreateHeaderRequest;
createNamedRange?: CreateNamedRangeRequest;
createParagraphBullets?: CreateParagraphBulletsRequest;
deleteContentRange?: DeleteContentRangeRequest;
deleteFooter?: DeleteFooterRequest;
deleteHeader?: DeleteHeaderRequest;
deleteNamedRange?: DeleteNamedRangeRequest;
deleteParagraphBullets?: DeleteParagraphBulletsRequest;
deletePositionedObject?: DeletePositionedObjectRequest;
deleteTableColumn?: DeleteTableColumnRequest;
deleteTableRow?: DeleteTableRowRequest;
insertInlineImage?: InsertInlineImageRequest;
insertPageBreak?: InsertPageBreakRequest;
insertSectionBreak?: InsertSectionBreakRequest;
insertTable?: InsertTableRequest;
insertTableColumn?: InsertTableColumnRequest;
insertTableRow?: InsertTableRowRequest;
insertText?: InsertTextRequest;
mergeTableCells?: MergeTableCellsRequest;
pinTableHeaderRows?: PinTableHeaderRowsRequest;
replaceAllText?: ReplaceAllTextRequest;
replaceImage?: ReplaceImageRequest;
replaceNamedRangeContent?: ReplaceNamedRangeContentRequest;
unmergeTableCells?: UnmergeTableCellsRequest;
updateDocumentStyle?: UpdateDocumentStyleRequest;
updateParagraphStyle?: UpdateParagraphStyleRequest;
updateSectionStyle?: UpdateSectionStyleRequest;
updateTableCellStyle?: UpdateTableCellStyleRequest;
updateTableColumnProperties?: UpdateTableColumnPropertiesRequest;
updateTableRowStyle?: UpdateTableRowStyleRequest;
updateTextStyle?: UpdateTextStyleRequest;
}

§Properties

§

Creates a footer.

§

Creates a footnote.

§

Creates a header.

§
createNamedRange?: CreateNamedRangeRequest
[src]

Creates a named range.

§
createParagraphBullets?: CreateParagraphBulletsRequest
[src]

Creates bullets for paragraphs.

§
deleteContentRange?: DeleteContentRangeRequest
[src]

Deletes content from the document.

§

Deletes a footer from the document.

§

Deletes a header from the document.

§
deleteNamedRange?: DeleteNamedRangeRequest
[src]

Deletes a named range.

§
deleteParagraphBullets?: DeleteParagraphBulletsRequest
[src]

Deletes bullets from paragraphs.

§
deletePositionedObject?: DeletePositionedObjectRequest
[src]

Deletes a positioned object from the document.

§
deleteTableColumn?: DeleteTableColumnRequest
[src]

Deletes a column from a table.

§

Deletes a row from a table.

§
insertInlineImage?: InsertInlineImageRequest
[src]

Inserts an inline image at the specified location.

§
insertPageBreak?: InsertPageBreakRequest
[src]

Inserts a page break at the specified location.

§
insertSectionBreak?: InsertSectionBreakRequest
[src]

Inserts a section break at the specified location.

§

Inserts a table at the specified location.

§
insertTableColumn?: InsertTableColumnRequest
[src]

Inserts an empty column into a table.

§

Inserts an empty row into a table.

§

Inserts text at the specified location.

§
mergeTableCells?: MergeTableCellsRequest
[src]

Merges cells in a table.

§
pinTableHeaderRows?: PinTableHeaderRowsRequest
[src]

Updates the number of pinned header rows in a table.

§

Replaces all instances of the specified text.

§

Replaces an image in the document.

§
replaceNamedRangeContent?: ReplaceNamedRangeContentRequest
[src]

Replaces the content in a named range.

§
unmergeTableCells?: UnmergeTableCellsRequest
[src]

Unmerges cells in a table.

§
updateDocumentStyle?: UpdateDocumentStyleRequest
[src]

Updates the style of the document.

§
updateParagraphStyle?: UpdateParagraphStyleRequest
[src]

Updates the paragraph style at the specified range.

§
updateSectionStyle?: UpdateSectionStyleRequest
[src]

Updates the section style of the specified range.

§
updateTableCellStyle?: UpdateTableCellStyleRequest
[src]

Updates the style of table cells.

§
updateTableColumnProperties?: UpdateTableColumnPropertiesRequest
[src]

Updates the properties of columns in a table.

§
updateTableRowStyle?: UpdateTableRowStyleRequest
[src]

Updates the row style in a table.

§
updateTextStyle?: UpdateTextStyleRequest
[src]

Updates the text style at the specified range.