pub enum PageOrientation {
Portrait,
Landscape,
}Expand description
A sheet’s page orientation (ST_Orientation) — only portrait/ landscape are modeled,
default (a third schema value, treated by Excel as “portrait”) is not, same posture as
word-ooxml’s own PageOrientation.
Variants§
Trait Implementations§
Source§impl Clone for PageOrientation
impl Clone for PageOrientation
Source§fn clone(&self) -> PageOrientation
fn clone(&self) -> PageOrientation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PageOrientation
Source§impl Debug for PageOrientation
impl Debug for PageOrientation
impl Eq for PageOrientation
Source§impl PartialEq for PageOrientation
impl PartialEq for PageOrientation
impl StructuralPartialEq for PageOrientation
Auto Trait Implementations§
impl Freeze for PageOrientation
impl RefUnwindSafe for PageOrientation
impl Send for PageOrientation
impl Sync for PageOrientation
impl Unpin for PageOrientation
impl UnsafeUnpin for PageOrientation
impl UnwindSafe for PageOrientation
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.