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
| Signature | Description |
|---|---|
code_name() → &str | Gets the code name. |
get_code_name() → &str | Gets the code name. |
set_code_name(value: impl Into<String>) | Sets the code name. |
show_objects() → &str | Gets the show objects. |
get_show_objects() → &str | Gets the show objects. |
set_show_objects(value: impl Into<String>) → Result<(), CellsError> | Sets the show objects. |
filter_privacy() → bool | Gets a value indicating whether filter privacy. |
get_filter_privacy() → bool | Gets a value indicating whether filter privacy. |
set_filter_privacy(value: bool) | Sets a value indicating whether filter privacy. |
show_border_unselected_tables() → bool | Gets a value indicating whether show border unselected tables. |
get_show_border_unselected_tables() → bool | Gets 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() → bool | Gets a value indicating whether show ink annotation. |
get_show_ink_annotation() → bool | Gets a value indicating whether show ink annotation. |
set_show_ink_annotation(value: bool) | Sets a value indicating whether show ink annotation. |
backup_file() → bool | Gets a value indicating whether backup file. |
get_backup_file() → bool | Gets a value indicating whether backup file. |
set_backup_file(value: bool) | Sets a value indicating whether backup file. |
save_external_link_values() → bool | Saves the workbook. |
get_save_external_link_values() → bool | Gets 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() → &str | Gets the update links. |
get_update_links() → &str | Gets the update links. |
set_update_links(value: impl Into<String>) → Result<(), CellsError> | Sets the update links. |
hide_pivot_field_list() → bool | Gets a value indicating whether hide pivot field list. |
get_hide_pivot_field_list() → bool | Gets 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() → &WorkbookView | Gets the view. |
get_view() → &WorkbookView | Gets the view. |
view_mut() → &mut WorkbookView | Gets the associated value. |
get_view_mut() → &mut WorkbookView | Gets the associated value. |
calculation() → &CalculationProperties | Gets the calculation. |
get_calculation() → &CalculationProperties | Gets the calculation. |
calculation_mut() → &mut CalculationProperties | Gets the associated value. |
get_calculation_mut() → &mut CalculationProperties | Gets the associated value. |