Class TextContent
The general text content. The text must reside in a compatible shape (e.g. text box or rectangle) or a table cell in a page.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class TextContent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Lists
The bulleted lists contained in this text, keyed by list ID.
Declaration
[JsonProperty("lists")]
public virtual IDictionary<string, List> Lists { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, List> |
TextElements
The text contents broken down into its component parts, including styling information. This property is read-only.
Declaration
[JsonProperty("textElements")]
public virtual IList<TextElement> TextElements { get; set; }
Property Value
Type | Description |
---|---|
IList<TextElement> |