Skip to main content

parse_form_controls

Function parse_form_controls 

Source
pub fn parse_form_controls(vml_xml: &str) -> Vec<FormControlInfo>
Expand description

Parse form controls from a VML drawing XML string.

Scans for <x:ClientData ObjectType="..."> elements and extracts control properties. Returns a list of FormControlInfo.