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

ParagraphStyleSuggestionState

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

A mask that indicates which of the fields on the base ParagraphStyle have been changed in this suggestion. For any field set to true, there's a new suggested value.

interface ParagraphStyleSuggestionState {
alignmentSuggested?: boolean;
avoidWidowAndOrphanSuggested?: boolean;
borderBetweenSuggested?: boolean;
borderBottomSuggested?: boolean;
borderLeftSuggested?: boolean;
borderRightSuggested?: boolean;
borderTopSuggested?: boolean;
directionSuggested?: boolean;
headingIdSuggested?: boolean;
indentEndSuggested?: boolean;
indentFirstLineSuggested?: boolean;
indentStartSuggested?: boolean;
keepLinesTogetherSuggested?: boolean;
keepWithNextSuggested?: boolean;
lineSpacingSuggested?: boolean;
namedStyleTypeSuggested?: boolean;
pageBreakBeforeSuggested?: boolean;
shadingSuggestionState?: ShadingSuggestionState;
spaceAboveSuggested?: boolean;
spaceBelowSuggested?: boolean;
spacingModeSuggested?: boolean;
}

§Properties

§
alignmentSuggested?: boolean
[src]

Indicates if there was a suggested change to alignment.

§
avoidWidowAndOrphanSuggested?: boolean
[src]

Indicates if there was a suggested change to avoid_widow_and_orphan.

§
borderBetweenSuggested?: boolean
[src]

Indicates if there was a suggested change to border_between.

§
borderBottomSuggested?: boolean
[src]

Indicates if there was a suggested change to border_bottom.

§
borderLeftSuggested?: boolean
[src]

Indicates if there was a suggested change to border_left.

§
borderRightSuggested?: boolean
[src]

Indicates if there was a suggested change to border_right.

§
borderTopSuggested?: boolean
[src]

Indicates if there was a suggested change to border_top.

§
directionSuggested?: boolean
[src]

Indicates if there was a suggested change to direction.

§
headingIdSuggested?: boolean
[src]

Indicates if there was a suggested change to heading_id.

§
indentEndSuggested?: boolean
[src]

Indicates if there was a suggested change to indent_end.

§
indentFirstLineSuggested?: boolean
[src]

Indicates if there was a suggested change to indent_first_line.

§
indentStartSuggested?: boolean
[src]

Indicates if there was a suggested change to indent_start.

§
keepLinesTogetherSuggested?: boolean
[src]

Indicates if there was a suggested change to keep_lines_together.

§
keepWithNextSuggested?: boolean
[src]

Indicates if there was a suggested change to keep_with_next.

§
lineSpacingSuggested?: boolean
[src]

Indicates if there was a suggested change to line_spacing.

§
namedStyleTypeSuggested?: boolean
[src]

Indicates if there was a suggested change to named_style_type.

§
pageBreakBeforeSuggested?: boolean
[src]

Indicates if there was a suggested change to page_break_before.

§
shadingSuggestionState?: ShadingSuggestionState
[src]

A mask that indicates which of the fields in shading have been changed in this suggestion.

§
spaceAboveSuggested?: boolean
[src]

Indicates if there was a suggested change to space_above.

§
spaceBelowSuggested?: boolean
[src]

Indicates if there was a suggested change to space_below.

§
spacingModeSuggested?: boolean
[src]

Indicates if there was a suggested change to spacing_mode.