google_api_docs v0.11.0 GoogleApi.Docs.V1.Model.CreateFootnoteRequest View Source

Creates a Footnote segment and inserts a new FootnoteReference to it at the given location.

The new Footnote segment will contain a space followed by a newline character.

Attributes

  • endOfSegmentLocation (type: GoogleApi.Docs.V1.Model.EndOfSegmentLocation.t, default: nil) - Inserts the footnote reference at the end of the document body.

    Footnote references cannot be inserted inside a header, footer or footnote. Since footnote references can only be inserted in the body, the segment ID field must be empty.

  • location (type: GoogleApi.Docs.V1.Model.Location.t, default: nil) - Inserts the footnote reference at a specific index in the document.

    The footnote reference must be inserted inside the bounds of an existing Paragraph. For instance, it cannot be inserted at a table's start index (i.e. between the table and its preceding paragraph). Footnote references cannot be inserted inside an equation, header, footer or footnote. Since footnote references can only be inserted in the body, the segment ID field must be empty.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Docs.V1.Model.CreateFootnoteRequest{
  endOfSegmentLocation: GoogleApi.Docs.V1.Model.EndOfSegmentLocation.t(),
  location: GoogleApi.Docs.V1.Model.Location.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.