Skip to main content

NotesSlideExt

Trait NotesSlideExt 

Source
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§

Source

fn common_slide_data(&self) -> &CommonSlideData

Get the common slide data containing the notes content.

Source

fn text(&self) -> String

Get all text from the notes.

Implementors§

Source§

impl NotesSlideExt for NotesSlide

Available on crate feature pml-notes only.