google_api_docs v0.4.0 GoogleApi.Docs.V1.Model.ParagraphElement View Source

A ParagraphElement describes content within a Paragraph.

Attributes

  • autoText (type: GoogleApi.Docs.V1.Model.AutoText.t, default: nil) - An auto text paragraph element.
  • columnBreak (type: GoogleApi.Docs.V1.Model.ColumnBreak.t, default: nil) - A column break paragraph element.
  • endIndex (type: integer(), default: nil) - The zero-base end index of this paragraph element, exclusive, in UTF-16 code units.
  • equation (type: GoogleApi.Docs.V1.Model.Equation.t, default: nil) - An equation paragraph element.
  • footnoteReference (type: GoogleApi.Docs.V1.Model.FootnoteReference.t, default: nil) - A footnote reference paragraph element.
  • horizontalRule (type: GoogleApi.Docs.V1.Model.HorizontalRule.t, default: nil) - A horizontal rule paragraph element.
  • inlineObjectElement (type: GoogleApi.Docs.V1.Model.InlineObjectElement.t, default: nil) - An inline object paragraph element.
  • pageBreak (type: GoogleApi.Docs.V1.Model.PageBreak.t, default: nil) - A page break paragraph element.
  • startIndex (type: integer(), default: nil) - The zero-based start index of this paragraph element, in UTF-16 code units.
  • textRun (type: GoogleApi.Docs.V1.Model.TextRun.t, default: nil) - A text run paragraph element.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

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.