Show / Hide Table of Contents

Class UpdateParagraphStyleRequest

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

Inheritance
object
UpdateParagraphStyleRequest
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 UpdateParagraphStyleRequest : 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 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.

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

ParagraphStyle

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.

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

Range

The range overlapping the paragraphs to style.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX