Show / Hide Table of Contents

Class ParagraphMarker

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

Inheritance
object
ParagraphMarker
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 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
string

Style

The paragraph's style

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX