Class Shape
A PageElement kind representing a generic shape that does not have a more specific classification.
Implements
Inherited Members
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 |