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§
Sourcefn description(&self) -> Option<&str>
fn description(&self) -> Option<&str>
Get the frame description/alt text from cNvPr.