Show / Hide Table of Contents

Class UpdateParagraphStyleRequest

Updates the styling for all of the paragraphs within a Shape or Table that overlap with the given text index 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.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class UpdateParagraphStyleRequest : IDirectResponseSchema

Properties

CellLocation

The location of the cell in the table containing the paragraph(s) to style. If object_id refers to a table, cell_location must have a value. Otherwise, it must not.

Declaration
[JsonProperty("cellLocation")]
public virtual TableCellLocation CellLocation { get; set; }
Property Value
Type Description
TableCellLocation

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 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 alignment, 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

ObjectId

The object ID of the shape or table with the text to be styled.

Declaration
[JsonProperty("objectId")]
public virtual string ObjectId { get; set; }
Property Value
Type Description
string

Style

The paragraph's style.

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

TextRange

The range of text containing the paragraph(s) to style.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX