pub fn build_form_control_vml(
controls: &[FormControlConfig],
start_shape_id: usize,
) -> StringExpand description
Build a complete VML drawing document containing form control shapes.
controls is a list of FormControlConfig entries that have been validated.
start_shape_id is the starting shape ID (usually 1025).
Returns the VML XML string.