Struct spreadsheet_ods::WorkBookConfig [−][src]
pub struct WorkBookConfig {
pub active_table: String,
pub show_grid: bool,
pub show_page_breaks: bool,
pub has_sheet_tabs: bool,
}Expand description
Subset of the Workbook wide configurations.
Fields
active_table: StringWhich table is active when opening.
show_grid: boolShow grid in general. Per sheet definition take priority.
show_page_breaks: boolShow page-breaks.
has_sheet_tabs: boolAre the sheet-tabs shown or not.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WorkBookConfig
impl Send for WorkBookConfig
impl Sync for WorkBookConfig
impl Unpin for WorkBookConfig
impl UnwindSafe for WorkBookConfig
Blanket Implementations
Mutably borrows from an owned value. Read more