#[non_exhaustive]pub struct TablePaginatedReportOptions { /* private fields */ }
Expand description
The paginated report options for a table visual.
Implementations§
source§impl TablePaginatedReportOptions
impl TablePaginatedReportOptions
sourcepub fn vertical_overflow_visibility(&self) -> Option<&Visibility>
pub fn vertical_overflow_visibility(&self) -> Option<&Visibility>
The visibility of printing table overflow across pages.
sourcepub fn overflow_column_header_visibility(&self) -> Option<&Visibility>
pub fn overflow_column_header_visibility(&self) -> Option<&Visibility>
The visibility of repeating header rows on each page.
source§impl TablePaginatedReportOptions
impl TablePaginatedReportOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TablePaginatedReportOptions
.
Trait Implementations§
source§impl Clone for TablePaginatedReportOptions
impl Clone for TablePaginatedReportOptions
source§fn clone(&self) -> TablePaginatedReportOptions
fn clone(&self) -> TablePaginatedReportOptions
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 TablePaginatedReportOptions
impl Debug for TablePaginatedReportOptions
source§impl PartialEq<TablePaginatedReportOptions> for TablePaginatedReportOptions
impl PartialEq<TablePaginatedReportOptions> for TablePaginatedReportOptions
source§fn eq(&self, other: &TablePaginatedReportOptions) -> bool
fn eq(&self, other: &TablePaginatedReportOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.