UpdateDocumentStyleRequest
import type { UpdateDocumentStyleRequest } from "https://googleapis.deno.dev/v1/docs:v1.ts";
Updates the DocumentStyle.
§Properties
The styles to set on the document. Certain document style changes may cause other changes in order to mirror the behavior of the Docs editor. See the documentation of DocumentStyle for more information.
The fields that should be updated. At least one field must be specified.
The root document_style
is implied and should not be specified. A single
"*"
can be used as short-hand for listing every field. For example to
update the background, set fields
to "background"
.
The tab that contains the style to update. When omitted, the request applies to the first tab. In a document containing a single tab: - If provided, must match the singular tab's ID. - If omitted, the request applies to the singular tab. In a document containing multiple tabs: - If provided, the request applies to the specified tab. - If not provided, the request applies to the first tab in the document.