Enum spreadsheet_ods::style::units::TextEmphasize
source · pub enum TextEmphasize {
None,
Accent,
Circle,
Disc,
Dot,
}Expand description
20.370 style:text-emphasize
The style:text-emphasize attribute specifies emphasis in a text composed of UNICODE characters whose script type is asian. 20.358
The value of this attribute consists of two white space-separated values. The first value represents the style to use for emphasis. The second value represents the position of the emphasis and it can be above or below. If the first value is none, the second value can be omitted.
The defined values for the style:text-emphasize attribute are:
- accent: calligraphic accent strokes.
- circle: hollow circles.
- disc: filled circles.
- dot: calligraphic dot.
- none: no emphasis marks.
Variants§
Trait Implementations§
source§impl Clone for TextEmphasize
impl Clone for TextEmphasize
source§fn clone(&self) -> TextEmphasize
fn clone(&self) -> TextEmphasize
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 TextEmphasize
impl Debug for TextEmphasize
source§impl Display for TextEmphasize
impl Display for TextEmphasize
source§impl PartialEq for TextEmphasize
impl PartialEq for TextEmphasize
source§fn eq(&self, other: &TextEmphasize) -> bool
fn eq(&self, other: &TextEmphasize) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for TextEmphasize
impl Eq for TextEmphasize
impl StructuralPartialEq for TextEmphasize
Auto Trait Implementations§
impl RefUnwindSafe for TextEmphasize
impl Send for TextEmphasize
impl Sync for TextEmphasize
impl Unpin for TextEmphasize
impl UnwindSafe for TextEmphasize
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