google_api_docs v0.3.0 GoogleApi.Docs.V1.Model.CreateParagraphBulletsRequest View Source

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.

Attributes

  • bulletPreset (type: String.t, default: nil) - The kinds of bullet glyphs to be used.
  • range (type: GoogleApi.Docs.V1.Model.Range.t, default: nil) - The range to apply the bullet preset to.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Docs.V1.Model.CreateParagraphBulletsRequest{
  bulletPreset: String.t(),
  range: GoogleApi.Docs.V1.Model.Range.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.