pub enum BulletFont {
FollowText,
Typeface(String),
}Expand description
This paragraph’s bullet font (EG_TextBulletTypeface).
Variants§
FollowText
<a:buFontTx/> — follows the text run’s own font.
Typeface(String)
<a:buFont typeface=".."> — an explicit font family name. Only typeface is modeled (not
panose/pitchFamily/charset, all optional cosmetic hints real PowerPoint sets but
doesn’t require).
Trait Implementations§
Source§impl Clone for BulletFont
impl Clone for BulletFont
Source§fn clone(&self) -> BulletFont
fn clone(&self) -> BulletFont
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 BulletFont
impl Debug for BulletFont
Source§impl PartialEq for BulletFont
impl PartialEq for BulletFont
impl StructuralPartialEq for BulletFont
Auto Trait Implementations§
impl Freeze for BulletFont
impl RefUnwindSafe for BulletFont
impl Send for BulletFont
impl Sync for BulletFont
impl Unpin for BulletFont
impl UnsafeUnpin for BulletFont
impl UnwindSafe for BulletFont
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