Module GapiSheetsV4Model.PaddingSource

Sourcetype t = {
  1. top : int;
    (*

    The top padding of the cell.

    *)
  2. right : int;
    (*

    The right padding of the cell.

    *)
  3. bottom : int;
    (*

    The bottom padding of the cell.

    *)
  4. left : int;
    (*

    The left padding of the cell.

    *)
}
Sourceval top : (t, int) GapiLens.t
Sourceval right : (t, int) GapiLens.t
Sourceval bottom : (t, int) GapiLens.t
Sourceval left : (t, int) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
Sourceval to_data_model : t -> GapiJson.json_data_model
Sourceval of_data_model : GapiJson.json_data_model -> t