Show / Hide Table of Contents

Class ParagraphStyleSuggestionState

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.

Inheritance
object
ParagraphStyleSuggestionState
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class ParagraphStyleSuggestionState : IDirectResponseSchema

Properties

AlignmentSuggested

Indicates if there was a suggested change to alignment.

Declaration
[JsonProperty("alignmentSuggested")]
public virtual bool? AlignmentSuggested { get; set; }
Property Value
Type Description
bool?

AvoidWidowAndOrphanSuggested

Indicates if there was a suggested change to avoid_widow_and_orphan.

Declaration
[JsonProperty("avoidWidowAndOrphanSuggested")]
public virtual bool? AvoidWidowAndOrphanSuggested { get; set; }
Property Value
Type Description
bool?

BorderBetweenSuggested

Indicates if there was a suggested change to border_between.

Declaration
[JsonProperty("borderBetweenSuggested")]
public virtual bool? BorderBetweenSuggested { get; set; }
Property Value
Type Description
bool?

BorderBottomSuggested

Indicates if there was a suggested change to border_bottom.

Declaration
[JsonProperty("borderBottomSuggested")]
public virtual bool? BorderBottomSuggested { get; set; }
Property Value
Type Description
bool?

BorderLeftSuggested

Indicates if there was a suggested change to border_left.

Declaration
[JsonProperty("borderLeftSuggested")]
public virtual bool? BorderLeftSuggested { get; set; }
Property Value
Type Description
bool?

BorderRightSuggested

Indicates if there was a suggested change to border_right.

Declaration
[JsonProperty("borderRightSuggested")]
public virtual bool? BorderRightSuggested { get; set; }
Property Value
Type Description
bool?

BorderTopSuggested

Indicates if there was a suggested change to border_top.

Declaration
[JsonProperty("borderTopSuggested")]
public virtual bool? BorderTopSuggested { get; set; }
Property Value
Type Description
bool?

DirectionSuggested

Indicates if there was a suggested change to direction.

Declaration
[JsonProperty("directionSuggested")]
public virtual bool? DirectionSuggested { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HeadingIdSuggested

Indicates if there was a suggested change to heading_id.

Declaration
[JsonProperty("headingIdSuggested")]
public virtual bool? HeadingIdSuggested { get; set; }
Property Value
Type Description
bool?

IndentEndSuggested

Indicates if there was a suggested change to indent_end.

Declaration
[JsonProperty("indentEndSuggested")]
public virtual bool? IndentEndSuggested { get; set; }
Property Value
Type Description
bool?

IndentFirstLineSuggested

Indicates if there was a suggested change to indent_first_line.

Declaration
[JsonProperty("indentFirstLineSuggested")]
public virtual bool? IndentFirstLineSuggested { get; set; }
Property Value
Type Description
bool?

IndentStartSuggested

Indicates if there was a suggested change to indent_start.

Declaration
[JsonProperty("indentStartSuggested")]
public virtual bool? IndentStartSuggested { get; set; }
Property Value
Type Description
bool?

KeepLinesTogetherSuggested

Indicates if there was a suggested change to keep_lines_together.

Declaration
[JsonProperty("keepLinesTogetherSuggested")]
public virtual bool? KeepLinesTogetherSuggested { get; set; }
Property Value
Type Description
bool?

KeepWithNextSuggested

Indicates if there was a suggested change to keep_with_next.

Declaration
[JsonProperty("keepWithNextSuggested")]
public virtual bool? KeepWithNextSuggested { get; set; }
Property Value
Type Description
bool?

LineSpacingSuggested

Indicates if there was a suggested change to line_spacing.

Declaration
[JsonProperty("lineSpacingSuggested")]
public virtual bool? LineSpacingSuggested { get; set; }
Property Value
Type Description
bool?

NamedStyleTypeSuggested

Indicates if there was a suggested change to named_style_type.

Declaration
[JsonProperty("namedStyleTypeSuggested")]
public virtual bool? NamedStyleTypeSuggested { get; set; }
Property Value
Type Description
bool?

PageBreakBeforeSuggested

Indicates if there was a suggested change to page_break_before.

Declaration
[JsonProperty("pageBreakBeforeSuggested")]
public virtual bool? PageBreakBeforeSuggested { get; set; }
Property Value
Type Description
bool?

ShadingSuggestionState

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

Declaration
[JsonProperty("shadingSuggestionState")]
public virtual ShadingSuggestionState ShadingSuggestionState { get; set; }
Property Value
Type Description
ShadingSuggestionState

SpaceAboveSuggested

Indicates if there was a suggested change to space_above.

Declaration
[JsonProperty("spaceAboveSuggested")]
public virtual bool? SpaceAboveSuggested { get; set; }
Property Value
Type Description
bool?

SpaceBelowSuggested

Indicates if there was a suggested change to space_below.

Declaration
[JsonProperty("spaceBelowSuggested")]
public virtual bool? SpaceBelowSuggested { get; set; }
Property Value
Type Description
bool?

SpacingModeSuggested

Indicates if there was a suggested change to spacing_mode.

Declaration
[JsonProperty("spacingModeSuggested")]
public virtual bool? SpacingModeSuggested { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX