Skip to main content

scan_wordprocessing_part

Function scan_wordprocessing_part 

Source
pub fn scan_wordprocessing_part(
    xml: &[u8],
    limits: ScanLimits,
) -> Result<PartScan, ScanError>
Expand description

Scan one WordprocessingML part into an owned semantic projection.

ยงErrors

Returns ScanError when the XML is malformed, violates a configured resource bound, or contains WordprocessingML text outside a paragraph.