View Source GoogleApi.Sheets.V4.Model.OverlayPosition (google_api_sheets v0.34.0)

The location an object is overlaid on top of a grid.

Attributes

  • anchorCell (type: GoogleApi.Sheets.V4.Model.GridCoordinate.t, default: nil) - The cell the object is anchored to.
  • heightPixels (type: integer(), default: nil) - The height of the object, in pixels. Defaults to 371.
  • offsetXPixels (type: integer(), default: nil) - The horizontal offset, in pixels, that the object is offset from the anchor cell.
  • offsetYPixels (type: integer(), default: nil) - The vertical offset, in pixels, that the object is offset from the anchor cell.
  • widthPixels (type: integer(), default: nil) - The width of the object, in pixels. Defaults to 600.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.OverlayPosition{
  anchorCell: GoogleApi.Sheets.V4.Model.GridCoordinate.t() | nil,
  heightPixels: integer() | nil,
  offsetXPixels: integer() | nil,
  offsetYPixels: integer() | nil,
  widthPixels: integer() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.