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§
Sourcefn common_slide_data(&self) -> &CommonSlideData
fn common_slide_data(&self) -> &CommonSlideData
Get the common slide data.
Sourcefn layout_type(&self) -> Option<&STSlideLayoutType>
fn layout_type(&self) -> Option<&STSlideLayoutType>
Get the layout type (if specified).
Sourcefn show_master_shapes(&self) -> bool
fn show_master_shapes(&self) -> bool
Check if this layout should show master shapes.