Show / Hide Table of Contents

Class AutoText

A TextElement kind that represents auto text.

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

Properties

Content

The rendered content of this auto text, if available.

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

ETag

The ETag of the item.

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

Style

The styling applied to this auto text.

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

Type

The type of this auto text.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX