pub struct ResolvedNumbering {
pub marker_text: String,
pub marker_rpr: CT_RPr,
}Expand description
Resolved numbering marker for a list paragraph.
Fields§
§marker_text: StringThe text of the marker (e.g., “1.”, “a)”, bullet char).
marker_rpr: CT_RPrRun properties for the marker.
Trait Implementations§
Source§impl Clone for ResolvedNumbering
impl Clone for ResolvedNumbering
Source§fn clone(&self) -> ResolvedNumbering
fn clone(&self) -> ResolvedNumbering
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ResolvedNumbering
impl RefUnwindSafe for ResolvedNumbering
impl Send for ResolvedNumbering
impl Sync for ResolvedNumbering
impl Unpin for ResolvedNumbering
impl UnsafeUnpin for ResolvedNumbering
impl UnwindSafe for ResolvedNumbering
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