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
object
TextContent
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX