pub struct TableCellProperty { /* private fields */ }
Implementations§
Source§impl TableCellProperty
impl TableCellProperty
pub fn new() -> TableCellProperty
pub fn width(self, v: usize, t: WidthType) -> TableCellProperty
pub fn vertical_merge(self, t: VMergeType) -> TableCellProperty
pub fn vertical_align(self, t: VAlignType) -> TableCellProperty
pub fn text_direction(self, t: TextDirectionType) -> Self
pub fn grid_span(self, v: usize) -> TableCellProperty
pub fn shading(self, s: Shading) -> Self
pub fn set_borders(self, borders: TableCellBorders) -> Self
pub fn set_border(self, border: TableCellBorder) -> Self
pub fn clear_border(self, position: TableCellBorderPosition) -> Self
pub fn clear_all_border(self) -> Self
Trait Implementations§
Source§impl Clone for TableCellProperty
impl Clone for TableCellProperty
Source§fn clone(&self) -> TableCellProperty
fn clone(&self) -> TableCellProperty
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 TableCellProperty
impl Debug for TableCellProperty
Source§impl Default for TableCellProperty
impl Default for TableCellProperty
Source§impl ElementReader for TableCellProperty
impl ElementReader for TableCellProperty
fn read<R: Read>( r: &mut EventReader<R>, _: &[OwnedAttribute], ) -> Result<Self, ReaderError>
Source§impl PartialEq for TableCellProperty
impl PartialEq for TableCellProperty
Source§impl Serialize for TableCellProperty
impl Serialize for TableCellProperty
impl StructuralPartialEq for TableCellProperty
Auto Trait Implementations§
impl Freeze for TableCellProperty
impl RefUnwindSafe for TableCellProperty
impl Send for TableCellProperty
impl Sync for TableCellProperty
impl Unpin for TableCellProperty
impl UnwindSafe for TableCellProperty
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