package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GapiSheetsV4Model.BandingPropertiesSource

Sourcetype t = {
  1. headerColor : Color.t;
    (*

    The color of the first row or column. If this field is set, the first row or column is filled with this color and the colors alternate between first_band_color and second_band_color starting from the second row or column. Otherwise, the first row or column is filled with first_band_color and the colors proceed to alternate as they normally would. Deprecated: Use header_color_style.

    *)
  2. headerColorStyle : ColorStyle.t;
    (*

    The color of the first row or column. If this field is set, the first row or column is filled with this color and the colors alternate between first_band_color and second_band_color starting from the second row or column. Otherwise, the first row or column is filled with first_band_color and the colors proceed to alternate as they normally would. If header_color is also set, this field takes precedence.

    *)
  3. firstBandColor : Color.t;
    (*

    The first color that is alternating. (Required) Deprecated: Use first_band_color_style.

    *)
  4. firstBandColorStyle : ColorStyle.t;
    (*

    The first color that is alternating. (Required) If first_band_color is also set, this field takes precedence.

    *)
  5. secondBandColor : Color.t;
    (*

    The second color that is alternating. (Required) Deprecated: Use second_band_color_style.

    *)
  6. secondBandColorStyle : ColorStyle.t;
    (*

    The second color that is alternating. (Required) If second_band_color is also set, this field takes precedence.

    *)
  7. footerColor : Color.t;
    (*

    The color of the last row or column. If this field is not set, the last row or column is filled with either first_band_color or second_band_color, depending on the color of the previous row or column. Deprecated: Use footer_color_style.

    *)
  8. footerColorStyle : ColorStyle.t;
    (*

    The color of the last row or column. If this field is not set, the last row or column is filled with either first_band_color or second_band_color, depending on the color of the previous row or column. If footer_color is also set, this field takes precedence.

    *)
}
Sourceval headerColor : (t, Color.t) GapiLens.t
Sourceval headerColorStyle : (t, ColorStyle.t) GapiLens.t
Sourceval firstBandColor : (t, Color.t) GapiLens.t
Sourceval firstBandColorStyle : (t, ColorStyle.t) GapiLens.t
Sourceval secondBandColor : (t, Color.t) GapiLens.t
Sourceval secondBandColorStyle : (t, ColorStyle.t) GapiLens.t
Sourceval footerColor : (t, Color.t) GapiLens.t
Sourceval footerColorStyle : (t, ColorStyle.t) 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
OCaml

Innovation. Community. Security.