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 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 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
impl Copy for TextEmphasize
impl Eq for TextEmphasize
impl StructuralPartialEq for TextEmphasize
Auto Trait Implementations§
impl Freeze for TextEmphasize
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.