Class TextRun
A TextElement kind that represents a run of text that all has the same styling.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class TextRun : IDirectResponseSchema
Properties
Content
The text of this run.
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 run.
Declaration
[JsonProperty("style")]
public virtual TextStyle Style { get; set; }
Property Value
Type | Description |
---|---|
TextStyle |