package spreadsheetml

  1. Overview
  2. Docs
val names : string list
val width : ([< `Read | `Set_and_create ], t, Base.float Base.option) Fieldslib.Field.t_with_perm
val default_style : ([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm
val show_phonetic : ([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm
val outline_level : ([< `Read | `Set_and_create ], t, Stdint.uint8) Fieldslib.Field.t_with_perm
val min : ([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm
val max : ([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm
val hidden : ([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm
val custom_width : ([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm
val collapsed : ([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm
val best_fit : ([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm
val make_creator : best_fit: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> 'a -> ('b -> Base.bool) * 'c) -> collapsed: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> 'c -> ('b -> Base.bool) * 'd) -> custom_width: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> 'd -> ('b -> Base.bool) * 'e) -> hidden: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> 'e -> ('b -> Base.bool) * 'f) -> max: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> 'f -> ('b -> Stdint.uint32) * 'g) -> min: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> 'g -> ('b -> Stdint.uint32) * 'h) -> outline_level: (([< `Read | `Set_and_create ], t, Stdint.uint8) Fieldslib.Field.t_with_perm -> 'h -> ('b -> Stdint.uint8) * 'i) -> show_phonetic: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> 'i -> ('b -> Base.bool) * 'j) -> default_style: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> 'j -> ('b -> Stdint.uint32) * 'k) -> width: (([< `Read | `Set_and_create ], t, Base.float Base.option) Fieldslib.Field.t_with_perm -> 'k -> ('b -> Base.float Base.option) * 'l) -> 'a -> ('b -> t) * 'l
val create : best_fit:Base.bool -> collapsed:Base.bool -> custom_width:Base.bool -> hidden:Base.bool -> max:Stdint.uint32 -> min:Stdint.uint32 -> outline_level:Stdint.uint8 -> show_phonetic:Base.bool -> default_style:Stdint.uint32 -> width:Base.float Base.option -> t
val map : best_fit: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.bool) -> collapsed: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.bool) -> custom_width: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.bool) -> hidden: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.bool) -> max: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Stdint.uint32) -> min: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Stdint.uint32) -> outline_level: (([< `Read | `Set_and_create ], t, Stdint.uint8) Fieldslib.Field.t_with_perm -> Stdint.uint8) -> show_phonetic: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.bool) -> default_style: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Stdint.uint32) -> width: (([< `Read | `Set_and_create ], t, Base.float Base.option) Fieldslib.Field.t_with_perm -> Base.float Base.option) -> t
val iter : best_fit: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.unit) -> collapsed: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.unit) -> custom_width: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.unit) -> hidden: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.unit) -> max: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Base.unit) -> min: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Base.unit) -> outline_level: (([< `Read | `Set_and_create ], t, Stdint.uint8) Fieldslib.Field.t_with_perm -> Base.unit) -> show_phonetic: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.unit) -> default_style: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Base.unit) -> width: (([< `Read | `Set_and_create ], t, Base.float Base.option) Fieldslib.Field.t_with_perm -> Base.unit) -> Base.unit
val fold : init:'a -> best_fit: ('a -> ([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> 'b) -> collapsed: ('b -> ([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> 'c) -> custom_width: ('c -> ([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> 'd) -> hidden: ('d -> ([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> 'e) -> max: ('e -> ([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> 'f) -> min: ('f -> ([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> 'g) -> outline_level: ('g -> ([< `Read | `Set_and_create ], t, Stdint.uint8) Fieldslib.Field.t_with_perm -> 'h) -> show_phonetic: ('h -> ([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> 'i) -> default_style: ('i -> ([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> 'j) -> width: ('j -> ([< `Read | `Set_and_create ], t, Base.float Base.option) Fieldslib.Field.t_with_perm -> 'k) -> 'k
val map_poly : ([< `Read | `Set_and_create ], t, 'a) Fieldslib.Field.user -> 'a list
val for_all : best_fit: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.bool) -> collapsed: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.bool) -> custom_width: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.bool) -> hidden: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.bool) -> max: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Base.bool) -> min: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Base.bool) -> outline_level: (([< `Read | `Set_and_create ], t, Stdint.uint8) Fieldslib.Field.t_with_perm -> Base.bool) -> show_phonetic: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.bool) -> default_style: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Base.bool) -> width: (([< `Read | `Set_and_create ], t, Base.float Base.option) Fieldslib.Field.t_with_perm -> Base.bool) -> Base.bool
val exists : best_fit: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.bool) -> collapsed: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.bool) -> custom_width: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.bool) -> hidden: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.bool) -> max: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Base.bool) -> min: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Base.bool) -> outline_level: (([< `Read | `Set_and_create ], t, Stdint.uint8) Fieldslib.Field.t_with_perm -> Base.bool) -> show_phonetic: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> Base.bool) -> default_style: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> Base.bool) -> width: (([< `Read | `Set_and_create ], t, Base.float Base.option) Fieldslib.Field.t_with_perm -> Base.bool) -> Base.bool
val to_list : best_fit: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> 'a) -> collapsed: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> 'a) -> custom_width: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> 'a) -> hidden: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> 'a) -> max: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> 'a) -> min: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> 'a) -> outline_level: (([< `Read | `Set_and_create ], t, Stdint.uint8) Fieldslib.Field.t_with_perm -> 'a) -> show_phonetic: (([< `Read | `Set_and_create ], t, Base.bool) Fieldslib.Field.t_with_perm -> 'a) -> default_style: (([< `Read | `Set_and_create ], t, Stdint.uint32) Fieldslib.Field.t_with_perm -> 'a) -> width: (([< `Read | `Set_and_create ], t, Base.float Base.option) Fieldslib.Field.t_with_perm -> 'a) -> 'a list
module Direct : sig ... end