Skip to main content

project_document_xml_with_options

Function project_document_xml_with_options 

Source
pub fn project_document_xml_with_options<F>(
    xml: &[u8],
    options: ProjectionOptions,
    allocate_id: F,
) -> Result<DocumentProjection, ProjectionError>
Expand description

Projects an uncompressed main OOXML document part with explicit options.

ยงErrors

Returns ProjectionError for invalid or unsupported XML, a resource-limit violation, or an invalid identity allocated by the caller.