pub struct CT_TableProperties {
pub right_to_left: bool,
pub first_row: bool,
pub first_column: bool,
pub last_row: bool,
pub last_column: bool,
pub band_rows: bool,
pub band_columns: bool,
pub style_id: Option<String>,
/* private fields */
}Expand description
Direction, edge emphasis, banding, and style identity from a:tblPr.
Fields§
§right_to_left: bool§first_row: bool§first_column: bool§last_row: bool§last_column: bool§band_rows: bool§band_columns: bool§style_id: Option<String>Trait Implementations§
Source§impl Clone for CT_TableProperties
impl Clone for CT_TableProperties
Source§fn clone(&self) -> CT_TableProperties
fn clone(&self) -> CT_TableProperties
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CT_TableProperties
impl Debug for CT_TableProperties
Source§impl Default for CT_TableProperties
impl Default for CT_TableProperties
Source§fn default() -> CT_TableProperties
fn default() -> CT_TableProperties
Returns the “default value” for a type. Read more
impl Eq for CT_TableProperties
Auto Trait Implementations§
impl Freeze for CT_TableProperties
impl RefUnwindSafe for CT_TableProperties
impl Send for CT_TableProperties
impl Sync for CT_TableProperties
impl Unpin for CT_TableProperties
impl UnsafeUnpin for CT_TableProperties
impl UnwindSafe for CT_TableProperties
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more