pub struct CT_TableTextStyle {
pub bold: Option<bool>,
pub italic: Option<bool>,
pub font_reference: Option<StyleReference>,
pub color: Option<ColorChoice>,
/* private fields */
}Expand description
Bold, italic, colour, and theme-font formatting for one table region.
Fields§
§bold: Option<bool>§italic: Option<bool>§font_reference: Option<StyleReference>§color: Option<ColorChoice>Trait Implementations§
Source§impl Clone for CT_TableTextStyle
impl Clone for CT_TableTextStyle
Source§fn clone(&self) -> CT_TableTextStyle
fn clone(&self) -> CT_TableTextStyle
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_TableTextStyle
impl Debug for CT_TableTextStyle
Source§impl Default for CT_TableTextStyle
impl Default for CT_TableTextStyle
Source§fn default() -> CT_TableTextStyle
fn default() -> CT_TableTextStyle
Returns the “default value” for a type. Read more
impl Eq for CT_TableTextStyle
Source§impl PartialEq for CT_TableTextStyle
impl PartialEq for CT_TableTextStyle
impl StructuralPartialEq for CT_TableTextStyle
Auto Trait Implementations§
impl Freeze for CT_TableTextStyle
impl RefUnwindSafe for CT_TableTextStyle
impl Send for CT_TableTextStyle
impl Sync for CT_TableTextStyle
impl Unpin for CT_TableTextStyle
impl UnsafeUnpin for CT_TableTextStyle
impl UnwindSafe for CT_TableTextStyle
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