Enum docx_rust::formatting::UnderlineStyle
source · pub enum UnderlineStyle {
Show 18 variants
Dash,
DashDotDotHeavy,
DashDotHeavy,
DashedHeavy,
DashLong,
DashLongHeavy,
DotDash,
DotDotDash,
Dotted,
DottedHeavy,
Double,
None,
Single,
Thick,
Wave,
WavyDouble,
WavyHeavy,
Words,
}
Variants§
Dash
DashDotDotHeavy
DashDotHeavy
DashedHeavy
DashLong
DashLongHeavy
DotDash
DotDotDash
Dotted
DottedHeavy
Double
None
Single
Thick
Wave
WavyDouble
WavyHeavy
Words
Trait Implementations§
source§impl Clone for UnderlineStyle
impl Clone for UnderlineStyle
source§fn clone(&self) -> UnderlineStyle
fn clone(&self) -> UnderlineStyle
Returns a copy 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 moresource§impl Debug for UnderlineStyle
impl Debug for UnderlineStyle
source§impl Display for UnderlineStyle
impl Display for UnderlineStyle
source§impl From<UnderlineStyle> for Underline<'_>
impl From<UnderlineStyle> for Underline<'_>
source§fn from(val: UnderlineStyle) -> Self
fn from(val: UnderlineStyle) -> Self
Converts to this type from the input type.