Class AutoText
A TextElement kind that represents auto text.
Implements
Inherited Members
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 |