gapi-ocaml
GapiSheetsV4Model.Padding
gapi-ocaml.netstring-local
gapi-ocaml.netsys-local
type t = {
top : int;
The top padding of the cell.
right : int;
The right padding of the cell.
bottom : int;
The bottom padding of the cell.
left : int;
The left padding of the cell.
}
val top : (t, int) GapiLens.t
val right : (t, int) GapiLens.t
val bottom : (t, int) GapiLens.t
val left : (t, int) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t