oxml-drawing
Typed DrawingML colours, geometry, fills, lines, effects, themes, and text models used across OOXML formats.
Use it when
Use this crate when reading or writing DrawingML shared by DOCX and PPTX packages. Use rpptx or rdocx for complete documents.
Relationship
It consumes format-neutral OOXML primitives and supplies drawing models to presentation and rendering crates.
Example
use Fill;
let fill = from_xml?;
assert!;
# Ok::
Add oxml-drawing = "0.2.0" to your dependencies. Browse the typed DrawingML API before constructing schema-level values directly.