Module Values_0.HeaderFooterSectionConfigurationSource

The configuration of a header or footer section.

Sourcetype nonrec t = {
  1. sectionId : ShortRestrictiveResourceId.t;
    (*

    The unique identifier of the header or footer section.

    *)
  2. layout : SectionLayoutConfiguration.t;
    (*

    The layout configuration of the header or footer section.

    *)
  3. style : SectionStyle.t option;
    (*

    The style options of a header or footer section.

    *)
}
Sourceval context_ : string
Sourceval make : ?style:??? -> sectionId:ShortRestrictiveResourceId.t -> layout:SectionLayoutConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `String of PixelLength.t | `Structure 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 ]) 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