Show / Hide Table of Contents

Class Bullet

Describes the bullet of a paragraph.

Inheritance
object
Bullet
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX