Show / Hide Table of Contents

Class UpdateSectionStyleRequest

Updates the SectionStyle.

Inheritance
object
UpdateSectionStyleRequest
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 UpdateSectionStyleRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Fields

The fields that should be updated. At least one field must be specified. The root section_style is implied and must not be specified. A single "*" can be used as short-hand for listing every field. For example to update the left margin, set fields to "margin_left".

Declaration
[JsonProperty("fields")]
public virtual object Fields { get; set; }
Property Value
Type Description
object

Range

The range overlapping the sections to style. Because section breaks can only be inserted inside the body, the segment ID field must be empty.

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

SectionStyle

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX