pub struct SlideMasterPart { /* private fields */ }Expand description
Slide master part (ppt/slideMasters/slideMasterN.xml)
Implementations§
Source§impl SlideMasterPart
impl SlideMasterPart
Sourcepub fn master_number(&self) -> usize
pub fn master_number(&self) -> usize
Get master number
Sourcepub fn add_layout_rel_id(&mut self, rel_id: impl Into<String>)
pub fn add_layout_rel_id(&mut self, rel_id: impl Into<String>)
Add a layout relationship ID
Sourcepub fn layout_rel_ids(&self) -> &[String]
pub fn layout_rel_ids(&self) -> &[String]
Get layout relationship IDs
Sourcepub fn set_theme_rel_id(&mut self, rel_id: impl Into<String>)
pub fn set_theme_rel_id(&mut self, rel_id: impl Into<String>)
Set theme relationship ID
Sourcepub fn rel_target(&self) -> String
pub fn rel_target(&self) -> String
Get relative path for relationships
Trait Implementations§
Source§impl Clone for SlideMasterPart
impl Clone for SlideMasterPart
Source§fn clone(&self) -> SlideMasterPart
fn clone(&self) -> SlideMasterPart
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SlideMasterPart
impl Debug for SlideMasterPart
Source§impl Part for SlideMasterPart
impl Part for SlideMasterPart
Source§fn content_type(&self) -> ContentType
fn content_type(&self) -> ContentType
Get the content type
Auto Trait Implementations§
impl Freeze for SlideMasterPart
impl RefUnwindSafe for SlideMasterPart
impl Send for SlideMasterPart
impl Sync for SlideMasterPart
impl Unpin for SlideMasterPart
impl UnsafeUnpin for SlideMasterPart
impl UnwindSafe for SlideMasterPart
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more