pub enum WrapOption {
NoWrap,
Wrap,
}Expand description
20.230 fo:wrap-option See §7.15.13 of XSL.
If wrapping is disabled, it is implementation-defined whether the overflow text is visible or hidden. If the text is hidden consumers may support a scrolling to access the text.
The values of the fo:wrap-option attribute are no-wrap or wrap.
Variants§
Trait Implementations§
Source§impl Clone for WrapOption
impl Clone for WrapOption
Source§fn clone(&self) -> WrapOption
fn clone(&self) -> WrapOption
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 WrapOption
impl Debug for WrapOption
Source§impl Display for WrapOption
impl Display for WrapOption
Source§impl PartialEq for WrapOption
impl PartialEq for WrapOption
impl Copy for WrapOption
impl Eq for WrapOption
impl StructuralPartialEq for WrapOption
Auto Trait Implementations§
impl Freeze for WrapOption
impl RefUnwindSafe for WrapOption
impl Send for WrapOption
impl Sync for WrapOption
impl Unpin for WrapOption
impl UnwindSafe for WrapOption
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.