#[non_exhaustive]pub struct DefaultNewSheetConfiguration { /* private fields */ }
Expand description
The configuration for default new sheet settings.
Implementations§
source§impl DefaultNewSheetConfiguration
impl DefaultNewSheetConfiguration
sourcepub fn interactive_layout_configuration(
&self
) -> Option<&DefaultInteractiveLayoutConfiguration>
pub fn interactive_layout_configuration(
&self
) -> Option<&DefaultInteractiveLayoutConfiguration>
The options that determine the default settings for interactive layout configuration.
sourcepub fn paginated_layout_configuration(
&self
) -> Option<&DefaultPaginatedLayoutConfiguration>
pub fn paginated_layout_configuration(
&self
) -> Option<&DefaultPaginatedLayoutConfiguration>
The options that determine the default settings for a paginated layout configuration.
sourcepub fn sheet_content_type(&self) -> Option<&SheetContentType>
pub fn sheet_content_type(&self) -> Option<&SheetContentType>
The option that determines the sheet content type.
source§impl DefaultNewSheetConfiguration
impl DefaultNewSheetConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DefaultNewSheetConfiguration
.
Trait Implementations§
source§impl Clone for DefaultNewSheetConfiguration
impl Clone for DefaultNewSheetConfiguration
source§fn clone(&self) -> DefaultNewSheetConfiguration
fn clone(&self) -> DefaultNewSheetConfiguration
Returns a copy 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 DefaultNewSheetConfiguration
impl Debug for DefaultNewSheetConfiguration
source§impl PartialEq<DefaultNewSheetConfiguration> for DefaultNewSheetConfiguration
impl PartialEq<DefaultNewSheetConfiguration> for DefaultNewSheetConfiguration
source§fn eq(&self, other: &DefaultNewSheetConfiguration) -> bool
fn eq(&self, other: &DefaultNewSheetConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.