Class UpdateSectionStyleRequest
Updates the SectionStyle.
Implements
Inherited Members
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 |