Skip to main content

SlideLayoutExt

Trait SlideLayoutExt 

Source
pub trait SlideLayoutExt {
    // Required methods
    fn common_slide_data(&self) -> &CommonSlideData;
    fn layout_type(&self) -> Option<&STSlideLayoutType>;
    fn show_master_shapes(&self) -> bool;
}
Expand description

Extension trait for SlideLayout (p:sldLayout element).

Required Methods§

Source

fn common_slide_data(&self) -> &CommonSlideData

Get the common slide data.

Source

fn layout_type(&self) -> Option<&STSlideLayoutType>

Get the layout type (if specified).

Source

fn show_master_shapes(&self) -> bool

Check if this layout should show master shapes.

Implementors§