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

UpdateParagraphStyleRequest

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

Update the styling of all paragraphs that overlap with the given range.

interface UpdateParagraphStyleRequest {
fields?: string;
paragraphStyle?: ParagraphStyle;
range?: Range;
}

§Properties

§
fields?: string
[src]

The fields that should be updated. At least one field must be specified. The root paragraph_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 paragraph style's alignment property, set fields to "alignment". To reset a property to its default value, include its field name in the field mask but leave the field itself unset.

§
paragraphStyle?: ParagraphStyle
[src]

The styles to set on the paragraphs. Certain paragraph style changes may cause other changes in order to mirror the behavior of the Docs editor. See the documentation of ParagraphStyle for more information.

§
range?: Range
[src]

The range overlapping the paragraphs to style.