Request
import type { Request } from "https://googleapis.deno.dev/v1/docs:v1.ts";A single update to apply to a document.
§Properties
Adds a document tab.
Creates a footnote.
Creates a header.
Creates a named range.
Creates bullets for paragraphs.
Deletes content from the document.
Deletes a header from the document.
Deletes a named range.
Deletes bullets from paragraphs.
Deletes a positioned object from the document.
Deletes a document tab.
Deletes a column from a table.
Deletes a row from a table.
Inserts a date.
Inserts an inline image at the specified location.
Inserts a page break at the specified location.
Inserts a person mention.
Inserts a section break at the specified location.
Inserts a table at the specified location.
Inserts an empty column into a table.
Inserts an empty row into a table.
Inserts text at the specified location.
Merges cells in a table.
Updates the number of pinned header rows in a table.
Replaces all instances of the specified text.
Replaces an image in the document.
Replaces the content in a named range.
Unmerges cells in a table.
Updates the style of the document.
Updates the properties of a document tab.
Updates the paragraph style at the specified range.
Updates the section style of the specified range.
Updates the style of table cells.
Updates the properties of columns in a table.
Updates the row style in a table.
Updates the text style at the specified range.