Module Values_0.SubtotalOptionsSource

The subtotal options.

Sourcetype nonrec t = {
  1. totalsVisibility : Visibility.t option;
    (*

    The visibility configuration for the subtotal cells.

    *)
  2. customLabel : String_.t option;
    (*

    The custom label string for the subtotal cells.

    *)
  3. fieldLevel : PivotTableSubtotalLevel.t option;
    (*

    The field level (all, custom, last) for the subtotal cells.

    *)
  4. fieldLevelOptions : PivotTableFieldSubtotalOptionsList.t option;
    (*

    The optional configuration of subtotal cells.

    *)
  5. totalCellStyle : TableCellStyle.t option;
    (*

    The cell styling options for the subtotal cells.

    *)
  6. valueCellStyle : TableCellStyle.t option;
    (*

    The cell styling options for the subtotals of value cells.

    *)
  7. metricHeaderCellStyle : TableCellStyle.t option;
    (*

    The cell styling options for the subtotals of header cells.

    *)
  8. styleTargets : TableStyleTargetList.t option;
    (*

    The style targets options for subtotals.

    *)
}
Sourceval make : ?totalsVisibility:??? -> ?customLabel:??? -> ?fieldLevel:??? -> ?fieldLevelOptions:??? -> ?totalCellStyle:??? -> ?valueCellStyle:??? -> ?metricHeaderCellStyle:??? -> ?styleTargets:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of FieldId.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of TableFieldHeight.t | `String of HexColor.t | `Structure of (string * [> `Enum of string | `String of HexColor.t | `Structure of (string * [> `Enum of string | `Integer of TableBorderThickness.t | `String of PixelLength.t | `Structure of (string * [> `Enum of string | `Integer of TableBorderThickness.t | `String of HexColor.t ]) list ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t