pub enum TextAlignLast {
Start,
Center,
Justify,
}Expand description
20.224 fo:text-align-last
See §7.15.10 of XSL.
This attribute is ignored if it not accompanied by an fo:text-align 20.223 attribute. If no value is specified for this attribute, the value is set to start.
The values of the fo:text-align-last attribute are start, center or justify.
Variants§
Trait Implementations§
Source§impl Clone for TextAlignLast
impl Clone for TextAlignLast
Source§fn clone(&self) -> TextAlignLast
fn clone(&self) -> TextAlignLast
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 TextAlignLast
impl Debug for TextAlignLast
Source§impl Display for TextAlignLast
impl Display for TextAlignLast
Source§impl PartialEq for TextAlignLast
impl PartialEq for TextAlignLast
impl Copy for TextAlignLast
impl Eq for TextAlignLast
impl StructuralPartialEq for TextAlignLast
Auto Trait Implementations§
impl Freeze for TextAlignLast
impl RefUnwindSafe for TextAlignLast
impl Send for TextAlignLast
impl Sync for TextAlignLast
impl Unpin for TextAlignLast
impl UnwindSafe for TextAlignLast
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.