Show / Hide Table of Contents

Class CreateParagraphBulletsRequest

Creates bullets for all of the paragraphs that overlap with the given range. The nesting level of each paragraph will be determined by counting leading tabs in front of each paragraph. To avoid excess space between the bullet and the corresponding paragraph, these leading tabs are removed by this request. This may change the indices of parts of the text. If the paragraph immediately before paragraphs being updated is in a list with a matching preset, the paragraphs being updated are added to that preceding list.

Inheritance
object
CreateParagraphBulletsRequest
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 CreateParagraphBulletsRequest : IDirectResponseSchema

Properties

BulletPreset

The kinds of bullet glyphs to be used.

Declaration
[JsonProperty("bulletPreset")]
public virtual string BulletPreset { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Range

The range to apply the bullet preset to.

Declaration
[JsonProperty("range")]
public virtual Range Range { get; set; }
Property Value
Type Description
Range

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX