Class Bullet
Describes the bullet of a paragraph.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class Bullet : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { 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? |
TextStyle
The paragraph-specific text style applied to this bullet.
Declaration
[JsonProperty("textStyle")]
public virtual TextStyle TextStyle { get; set; }
Property Value
Type | Description |
---|---|
TextStyle |