pub enum PrintContent {
Headers,
Grid,
Annotations,
Objects,
Charts,
Drawings,
Formulas,
ZeroValues,
}Expand description
20.330 style:print
The style:print attribute specifies the components in a spreadsheet document to print.
The value of the style:print attribute is a white space separated list of one or more of these values:
- annotations: annotations should be printed.
- charts: charts should be printed.
- drawings: drawings should be printed.
- formulas: formulas should be printed.
- grid: grid lines should be printed.
- headers: headers should be printed.
- objects: (including graphics): objects should be printed.
- zero-values: zero-values should be printed.
Variants§
Trait Implementations§
Source§impl Clone for PrintContent
impl Clone for PrintContent
Source§fn clone(&self) -> PrintContent
fn clone(&self) -> PrintContent
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 PrintContent
impl Debug for PrintContent
Source§impl Display for PrintContent
impl Display for PrintContent
Source§impl PartialEq for PrintContent
impl PartialEq for PrintContent
impl Copy for PrintContent
impl Eq for PrintContent
impl StructuralPartialEq for PrintContent
Auto Trait Implementations§
impl Freeze for PrintContent
impl RefUnwindSafe for PrintContent
impl Send for PrintContent
impl Sync for PrintContent
impl Unpin for PrintContent
impl UnsafeUnpin for PrintContent
impl UnwindSafe for PrintContent
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.