pub struct ListStyle { /* private fields */ }Implementations§
Source§impl ListStyle
impl ListStyle
pub fn get_effect_list(&self) -> Option<&EffectList>
pub fn get_effect_list_mut(&mut self) -> Option<&mut EffectList>
pub fn set_effect_list(&mut self, value: EffectList) -> &mut Self
pub fn get_default_paragraph_properties( &self, ) -> Option<&TextParagraphPropertiesType>
pub fn get_default_paragraph_properties_mut( &mut self, ) -> Option<&mut TextParagraphPropertiesType>
pub fn set_default_paragraph_properties( &mut self, value: TextParagraphPropertiesType, ) -> &mut Self
pub fn get_level1_paragraph_properties( &self, ) -> Option<&TextParagraphPropertiesType>
pub fn get_level1_paragraph_properties_mut( &mut self, ) -> Option<&mut TextParagraphPropertiesType>
pub fn set_level1_paragraph_properties( &mut self, value: TextParagraphPropertiesType, ) -> &mut Self
pub fn get_level2_paragraph_properties( &self, ) -> Option<&TextParagraphPropertiesType>
pub fn get_level2_paragraph_properties_mut( &mut self, ) -> Option<&mut TextParagraphPropertiesType>
pub fn set_level2_paragraph_properties( &mut self, value: TextParagraphPropertiesType, ) -> &mut Self
pub fn get_level3_paragraph_properties( &self, ) -> Option<&TextParagraphPropertiesType>
pub fn get_level3_paragraph_properties_mut( &mut self, ) -> Option<&mut TextParagraphPropertiesType>
pub fn set_level3_paragraph_properties( &mut self, value: TextParagraphPropertiesType, ) -> &mut Self
pub fn get_level4_paragraph_properties( &self, ) -> Option<&TextParagraphPropertiesType>
pub fn get_level4_paragraph_properties_mut( &mut self, ) -> Option<&mut TextParagraphPropertiesType>
pub fn set_level4_paragraph_properties( &mut self, value: TextParagraphPropertiesType, ) -> &mut Self
pub fn get_level5_paragraph_properties( &self, ) -> Option<&TextParagraphPropertiesType>
pub fn get_level5_paragraph_properties_mut( &mut self, ) -> Option<&mut TextParagraphPropertiesType>
pub fn set_level5_paragraph_properties( &mut self, value: TextParagraphPropertiesType, ) -> &mut Self
pub fn get_level6_paragraph_properties( &self, ) -> Option<&TextParagraphPropertiesType>
pub fn get_level6_paragraph_properties_mut( &mut self, ) -> Option<&mut TextParagraphPropertiesType>
pub fn set_level6_paragraph_properties( &mut self, value: TextParagraphPropertiesType, ) -> &mut Self
pub fn get_level7_paragraph_properties( &self, ) -> Option<&TextParagraphPropertiesType>
pub fn get_level7_paragraph_properties_mut( &mut self, ) -> Option<&mut TextParagraphPropertiesType>
pub fn set_level7_paragraph_properties( &mut self, value: TextParagraphPropertiesType, ) -> &mut Self
pub fn get_level8_paragraph_properties( &self, ) -> Option<&TextParagraphPropertiesType>
pub fn get_level8_paragraph_properties_mut( &mut self, ) -> Option<&mut TextParagraphPropertiesType>
pub fn set_level8_paragraph_properties( &mut self, value: TextParagraphPropertiesType, ) -> &mut Self
pub fn get_level9_paragraph_properties( &self, ) -> Option<&TextParagraphPropertiesType>
pub fn get_level9_paragraph_properties_mut( &mut self, ) -> Option<&mut TextParagraphPropertiesType>
pub fn set_level9_paragraph_properties( &mut self, value: TextParagraphPropertiesType, ) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListStyle
impl RefUnwindSafe for ListStyle
impl Send for ListStyle
impl Sync for ListStyle
impl Unpin for ListStyle
impl UnwindSafe for ListStyle
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