pub struct SheetFormatProperties { /* private fields */ }Implementations§
Source§impl SheetFormatProperties
impl SheetFormatProperties
pub fn get_base_column_width(&self) -> &u32
pub fn set_base_column_width(&mut self, value: u32) -> &mut Self
pub fn get_custom_height(&self) -> &bool
pub fn set_custom_height(&mut self, value: bool) -> &mut Self
pub fn get_default_column_width(&self) -> &f64
pub fn set_default_column_width(&mut self, value: f64) -> &mut Self
pub fn get_default_row_height(&self) -> &f64
pub fn set_default_row_height(&mut self, value: f64) -> &mut Self
pub fn get_dy_descent(&self) -> &f64
pub fn set_dy_descent(&mut self, value: f64) -> &mut Self
pub fn get_outline_level_column(&self) -> &u8
pub fn set_outline_level_column(&mut self, value: u8) -> &mut Self
pub fn get_outline_level_row(&self) -> &u8
pub fn set_outline_level_row(&mut self, value: u8) -> &mut Self
pub fn get_thick_bottom(&self) -> &bool
pub fn set_thick_bottom(&mut self, value: bool) -> &mut Self
pub fn get_thick_top(&self) -> &bool
pub fn set_thick_top(&mut self, value: bool) -> &mut Self
Trait Implementations§
Source§impl Clone for SheetFormatProperties
impl Clone for SheetFormatProperties
Source§fn clone(&self) -> SheetFormatProperties
fn clone(&self) -> SheetFormatProperties
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 SheetFormatProperties
impl Debug for SheetFormatProperties
Source§impl Default for SheetFormatProperties
impl Default for SheetFormatProperties
Source§fn default() -> SheetFormatProperties
fn default() -> SheetFormatProperties
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SheetFormatProperties
impl RefUnwindSafe for SheetFormatProperties
impl Send for SheetFormatProperties
impl Sync for SheetFormatProperties
impl Unpin for SheetFormatProperties
impl UnwindSafe for SheetFormatProperties
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