UpdateTextStyleRequest
import type { UpdateTextStyleRequest } from "https://googleapis.deno.dev/v1/docs:v1.ts";
Update the styling of text.
§Properties
§
fields?: string
[src]The fields that should be updated. At least one field must be specified.
The root text_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 text style to bold, set fields
to "bold"
. To reset a
property to its default value, include its field name in the field mask but
leave the field itself unset.
§
The styles to set on the text. If the value for a particular style matches that of the parent, that style will be set to inherit. Certain text style changes may cause other changes in order to to mirror the behavior of the Docs editor. See the documentation of TextStyle for more information.