google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.OverlayPosition View Source
The location an object is overlaid on top of a grid.
Attributes
- anchorCell (GridCoordinate): The cell the object is anchored to. Defaults to:
null
. - heightPixels (integer()): The height of the object, in pixels. Defaults to 371. Defaults to:
null
. - offsetXPixels (integer()): The horizontal offset, in pixels, that the object is offset from the anchor cell. Defaults to:
null
. - offsetYPixels (integer()): The vertical offset, in pixels, that the object is offset from the anchor cell. Defaults to:
null
. - widthPixels (integer()): The width of the object, in pixels. Defaults to 600. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.Sheets.V4.Model.OverlayPosition{
anchorCell: GoogleApi.Sheets.V4.Model.GridCoordinate.t(),
heightPixels: any(),
offsetXPixels: any(),
offsetYPixels: any(),
widthPixels: any()
}
t() :: %GoogleApi.Sheets.V4.Model.OverlayPosition{ anchorCell: GoogleApi.Sheets.V4.Model.GridCoordinate.t(), heightPixels: any(), offsetXPixels: any(), offsetYPixels: any(), widthPixels: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.