WorkbookProperties

WorkbookProperties

Overview

WorkbookProperties is a struct in Aspose.Cells FOSS for Rust. Inherits from: Debug, Clone, PartialEq, and 1 more.

Represents workbook properties.

This struct provides 38 methods for working with WorkbookProperties objects in Rust programs. Available methods include: backup_file, calculation, calculation_mut, code_name, default_theme_version, filter_privacy, get_backup_file, get_calculation, get_calculation_mut, get_code_name, get_default_theme_version, get_filter_privacy, and 26 additional methods. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.

Methods

SignatureDescription
code_name()&strGets the code name.
get_code_name()&strGets the code name.
set_code_name(value: impl Into<String>)Sets the code name.
show_objects()&strGets the show objects.
get_show_objects()&strGets the show objects.
set_show_objects(value: impl Into<String>)Result<(), CellsError>Sets the show objects.
filter_privacy()boolGets a value indicating whether filter privacy.
get_filter_privacy()boolGets a value indicating whether filter privacy.
set_filter_privacy(value: bool)Sets a value indicating whether filter privacy.
show_border_unselected_tables()boolGets a value indicating whether show border unselected tables.
get_show_border_unselected_tables()boolGets a value indicating whether show border unselected tables.
set_show_border_unselected_tables(value: bool)Sets a value indicating whether show border unselected tables.
show_ink_annotation()boolGets a value indicating whether show ink annotation.
get_show_ink_annotation()boolGets a value indicating whether show ink annotation.
set_show_ink_annotation(value: bool)Sets a value indicating whether show ink annotation.
backup_file()boolGets a value indicating whether backup file.
get_backup_file()boolGets a value indicating whether backup file.
set_backup_file(value: bool)Sets a value indicating whether backup file.
save_external_link_values()boolSaves the workbook.
get_save_external_link_values()boolGets a value indicating whether save external link values.
set_save_external_link_values(value: bool)Sets a value indicating whether save external link values.
update_links()&strGets the update links.
get_update_links()&strGets the update links.
set_update_links(value: impl Into<String>)Result<(), CellsError>Sets the update links.
hide_pivot_field_list()boolGets a value indicating whether hide pivot field list.
get_hide_pivot_field_list()boolGets a value indicating whether hide pivot field list.
set_hide_pivot_field_list(value: bool)Sets a value indicating whether hide pivot field list.
default_theme_version()Option<u32>Gets the default theme version.
get_default_theme_version()Option<u32>Gets the default theme version.
set_default_theme_version(value: Option<u32>)Sets the default theme version.
view()&WorkbookViewGets the view.
get_view()&WorkbookViewGets the view.
view_mut()&mut WorkbookViewGets the associated value.
get_view_mut()&mut WorkbookViewGets the associated value.
calculation()&CalculationPropertiesGets the calculation.
get_calculation()&CalculationPropertiesGets the calculation.
calculation_mut()&mut CalculationPropertiesGets the associated value.
get_calculation_mut()&mut CalculationPropertiesGets the associated value.

See Also