Skip to main content

GraphicalObjectFrameExt

Trait GraphicalObjectFrameExt 

Source
pub trait GraphicalObjectFrameExt {
    // Required methods
    fn name(&self) -> &str;
    fn description(&self) -> Option<&str>;
}
Expand description

Extension trait for GraphicalObjectFrame (p:graphicFrame element).

Required Methods§

Source

fn name(&self) -> &str

Get the frame name from cNvPr.

Source

fn description(&self) -> Option<&str>

Get the frame description/alt text from cNvPr.

Implementors§