Show / Hide Table of Contents

Class ParagraphMarker

A TextElement kind that represents the beginning of a new paragraph.

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

Properties

Bullet

The bullet for this paragraph. If not present, the paragraph does not belong to a list.

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

ETag

The ETag of the item.

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

Style

The paragraph's style

Declaration
[JsonProperty("style")]
public virtual ParagraphStyle Style { get; set; }
Property Value
Type Description
ParagraphStyle

Implements

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