Show / Hide Table of Contents

Class Line

A PageElement kind representing a non-connector line, straight connector, curved connector, or bent connector.

Inheritance
System.Object
Line
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 Line : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LineCategory

The category of the line. It matches the category specified in CreateLineRequest, and can be updated with UpdateLineCategoryRequest.

Declaration
[JsonProperty("lineCategory")]
public virtual string LineCategory { get; set; }
Property Value
Type Description
System.String

LineProperties

The properties of the line.

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

LineType

The type of the line.

Declaration
[JsonProperty("lineType")]
public virtual string LineType { get; set; }
Property Value
Type Description
System.String

Implements

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