Values_0.SectionStyleSourceThe options that style a section.
type nonrec t = {height : PixelLength.t option;The height of a section. Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.
*)padding : Spacing.t option;The spacing between section content and its top, bottom, left, and right edges. There is no padding by default.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of PixelLength.t
| `Structure of (string * [> `String of Length.t ]) list ])
list ]