Show / Hide Table of Contents

Class Shape

A PageElement kind representing a generic shape that doesn't have a more specific classification. For more information, see Size and position page elements.

Inheritance
object
Shape
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 Shape : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Placeholder

Placeholders are page elements that inherit from corresponding placeholders on layouts and masters. If set, the shape is a placeholder shape and any inherited properties can be resolved by looking at the parent placeholder identified by the Placeholder.parent_object_id field.

Declaration
[JsonProperty("placeholder")]
public virtual Placeholder Placeholder { get; set; }
Property Value
Type Description
Placeholder

ShapeProperties

The properties of the shape.

Declaration
[JsonProperty("shapeProperties")]
public virtual ShapeProperties ShapeProperties { get; set; }
Property Value
Type Description
ShapeProperties

ShapeType

The type of the shape.

Declaration
[JsonProperty("shapeType")]
public virtual string ShapeType { get; set; }
Property Value
Type Description
string

Text

The text content of the shape.

Declaration
[JsonProperty("text")]
public virtual TextContent Text { get; set; }
Property Value
Type Description
TextContent

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX