pub trait NotesSlideExt {
// Required methods
fn common_slide_data(&self) -> &CommonSlideData;
fn text(&self) -> String;
}Expand description
Extension trait for NotesSlide (p:notes element).
Required Methods§
Sourcefn common_slide_data(&self) -> &CommonSlideData
fn common_slide_data(&self) -> &CommonSlideData
Get the common slide data containing the notes content.
Implementors§
impl NotesSlideExt for NotesSlide
Available on crate feature
pml-notes only.