pub enum TextEmphasizePosition {
Above,
Below,
}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 TextEmphasizePosition
impl Clone for TextEmphasizePosition
Source§fn clone(&self) -> TextEmphasizePosition
fn clone(&self) -> TextEmphasizePosition
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 TextEmphasizePosition
impl Debug for TextEmphasizePosition
Source§impl Display for TextEmphasizePosition
impl Display for TextEmphasizePosition
Source§impl PartialEq for TextEmphasizePosition
impl PartialEq for TextEmphasizePosition
impl Copy for TextEmphasizePosition
impl Eq for TextEmphasizePosition
impl StructuralPartialEq for TextEmphasizePosition
Auto Trait Implementations§
impl Freeze for TextEmphasizePosition
impl RefUnwindSafe for TextEmphasizePosition
impl Send for TextEmphasizePosition
impl Sync for TextEmphasizePosition
impl Unpin for TextEmphasizePosition
impl UnwindSafe for TextEmphasizePosition
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.