Show / Hide Table of Contents

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.

Inheritance
System.Object
TextContent
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.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
System.Collections.Generic.IDictionary<System.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
System.Collections.Generic.IList<TextElement>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top