Skip to main content

build_form_control_vml

Function build_form_control_vml 

Source
pub fn build_form_control_vml(
    controls: &[FormControlConfig],
    start_shape_id: usize,
) -> String
Expand 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.