Show / Hide Table of Contents

Class Bullet

Describes the bullet of a paragraph.

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

Properties

BulletStyle

The paragraph specific text style applied to this bullet.

Declaration
[JsonProperty("bulletStyle")]
public virtual TextStyle BulletStyle { get; set; }
Property Value
Type Description
TextStyle

ETag

The ETag of the item.

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

Glyph

The rendered bullet glyph for this paragraph.

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

ListId

The ID of the list this paragraph belongs to.

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

NestingLevel

The nesting level of this paragraph in the list.

Declaration
[JsonProperty("nestingLevel")]
public virtual int? NestingLevel { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Implements

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