pub struct EffectiveListStyle { /* private fields */ }Expand description
The independently resolved properties for all nine DrawingML list levels.
Implementations§
Source§impl EffectiveListStyle
impl EffectiveListStyle
Sourcepub fn level(&self, level: u8) -> Option<&EffectiveTextProperties>
pub fn level(&self, level: u8) -> Option<&EffectiveTextProperties>
Returns the zero-based DrawingML level selected by a:pPr/@lvl.
Trait Implementations§
Source§impl Clone for EffectiveListStyle
impl Clone for EffectiveListStyle
Source§fn clone(&self) -> EffectiveListStyle
fn clone(&self) -> EffectiveListStyle
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 EffectiveListStyle
impl Debug for EffectiveListStyle
Source§impl Default for EffectiveListStyle
impl Default for EffectiveListStyle
Source§fn default() -> EffectiveListStyle
fn default() -> EffectiveListStyle
Returns the “default value” for a type. Read more
impl Eq for EffectiveListStyle
Source§impl PartialEq for EffectiveListStyle
impl PartialEq for EffectiveListStyle
impl StructuralPartialEq for EffectiveListStyle
Auto Trait Implementations§
impl Freeze for EffectiveListStyle
impl RefUnwindSafe for EffectiveListStyle
impl Send for EffectiveListStyle
impl Sync for EffectiveListStyle
impl Unpin for EffectiveListStyle
impl UnsafeUnpin for EffectiveListStyle
impl UnwindSafe for EffectiveListStyle
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