Class Bullet
Describes the bullet of a paragraph.
Implements
Inherited Members
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 |
---|---|
string |
Glyph
The rendered bullet glyph for this paragraph.
Declaration
[JsonProperty("glyph")]
public virtual string Glyph { get; set; }
Property Value
Type | Description |
---|---|
string |
ListId
The ID of the list this paragraph belongs to.
Declaration
[JsonProperty("listId")]
public virtual string ListId { get; set; }
Property Value
Type | Description |
---|---|
string |
NestingLevel
The nesting level of this paragraph in the list.
Declaration
[JsonProperty("nestingLevel")]
public virtual int? NestingLevel { get; set; }
Property Value
Type | Description |
---|---|
int? |