Module Values_0.SectionBasedLayoutConfigurationSource

The configuration for a section-based layout.

Sourcetype nonrec t = {
  1. headerSections : HeaderFooterSectionConfigurationList.t;
    (*

    A list of header section configurations.

    *)
  2. bodySections : BodySectionConfigurationList.t;
    (*

    A list of body section configurations.

    *)
  3. footerSections : HeaderFooterSectionConfigurationList.t;
    (*

    A list of footer section configurations.

    *)
  4. canvasSizeOptions : SectionBasedLayoutCanvasSizeOptions.t;
    (*

    The options for the canvas of a section-based layout.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `List of [> `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `Structure of (string * [> `Integer of BodySectionDynamicDimensionLimit.t | `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Double of PercentileValue.t ]) list ]) list ]) list ]) list ] list | `Structure of (string * [> `String of DataSetIdentifier.t ]) list ]) list ]) list ] list | `String of PixelLength.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of Expression.t | `Structure of (string * [> `Enum of string ]) list ]) list ] list | `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `Enum of string | `String of HexColorWithTransparency.t ]) list ]) list ] list | `String of Length.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of Expression.t | `Structure of (string * [> `Enum of string ]) list ]) list ] list | `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `Enum of string | `String of HexColorWithTransparency.t ]) list ]) list ] list ]) list ]) list ]) list ]) list ] list | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of Length.t ]) 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