pub enum PageBreak {
Auto,
Column,
Page,
}Expand description
20.184 fo:break-after, fo:break-before See §7.19.1 of XSL. The values odd-page and even-page are not supported.
This attribute shall not be used at the same time as fo:break-before.
In the OpenDocument XSL-compatible namespace, the fo:break-after attribute does not support even-page, inherit and odd-page values.
The values of the fo:break-after attribute are auto, column or page.
Variants§
Trait Implementations§
impl Copy for PageBreak
impl Eq for PageBreak
impl StructuralPartialEq for PageBreak
Auto Trait Implementations§
impl Freeze for PageBreak
impl RefUnwindSafe for PageBreak
impl Send for PageBreak
impl Sync for PageBreak
impl Unpin for PageBreak
impl UnwindSafe for PageBreak
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.