Values.FieldPositionSourceDescribes the field position.
type nonrec t = {fixed : FixedPosition.t option;The field position is fixed and doesn't change in relation to other fields.
*)rightOf : String_.t option;The field position is to the right of the field specified by the string.
*)below : String_.t option;The field position is below the field specified by the string.
*)}