pub enum TextKeep {
Auto,
Always,
}Expand description
20.200 fo:keep-together and fo:keep-with-next See §7.19.3 of XSL. In the OpenDocument XSL-compatible namespace, the fo:keep-together attribute does not support the integer value. The values of the fo:keep-together attribute are auto or always.
Variants§
Trait Implementations§
impl Copy for TextKeep
impl Eq for TextKeep
impl StructuralPartialEq for TextKeep
Auto Trait Implementations§
impl Freeze for TextKeep
impl RefUnwindSafe for TextKeep
impl Send for TextKeep
impl Sync for TextKeep
impl Unpin for TextKeep
impl UnwindSafe for TextKeep
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.