Module Values_0.BodySectionConfigurationSource

The configuration of a body section.

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

    The unique identifier of a body section.

    *)
  2. content : BodySectionContent.t;
    (*

    The configuration of content in a body section.

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

    The style options of a body section.

    *)
  4. pageBreakConfiguration : SectionPageBreakConfiguration.t option;
    (*

    The configuration of a page break for a section.

    *)
  5. repeatConfiguration : BodySectionRepeatConfiguration.t option;
    (*

    Describes the configurations that are required to declare a section as repeating.

    *)
}
Sourceval context_ : string
Sourceval make : ?style:??? -> ?pageBreakConfiguration:??? -> ?repeatConfiguration:??? -> sectionId:ShortRestrictiveResourceId.t -> content:BodySectionContent.t -> unit -> t
Sourceval to_value : t -> [> `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 | `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 ]
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