Skip to main content

parse_fill_from_xml

Function parse_fill_from_xml 

Source
pub fn parse_fill_from_xml(sp_pr_bytes: &[u8]) -> PptxResult<Option<FillFormat>>
Expand description

Parse fill format from <p:spPr> or similar XML containing fill elements.

Detects <a:solidFill>, <a:noFill/>, <a:gradFill>, and <a:grpFill/>.