[−][src]Struct spreadsheet_ods::style::TableRowAttr
Styles for table rows.
Trait Implementations
impl AttrFoBackgroundColor for TableRowAttr[src]
fn set_background_color(&mut self, color: Rgb<u8>)[src]
impl AttrFoBreak for TableRowAttr[src]
fn set_break_before(&mut self, pagebreak: PageBreak)[src]
fn set_break_after(&mut self, pagebreak: PageBreak)[src]
impl AttrFoKeepTogether for TableRowAttr[src]
fn set_keep_together(&mut self, keep_together: TextKeep)[src]
impl AttrMap for TableRowAttr[src]
fn attr_map(&self) -> &AttrMapType[src]
fn attr_map_mut(&mut self) -> &mut AttrMapType[src]
fn has_attr(&self) -> bool[src]
fn add_all(&mut self, data: Vec<(&str, String)>)[src]
fn set_attr(&mut self, name: &str, value: String)[src]
fn clear_attr(&mut self, name: &str) -> Option<String>[src]
fn attr(&self, name: &str) -> Option<&String>[src]
impl AttrTableRow for TableRowAttr[src]
fn set_min_row_height(&mut self, min_height: Length)[src]
fn set_row_height(&mut self, height: Length)[src]
fn set_use_optimal_row_height(&mut self, opt: bool)[src]
impl Clone for TableRowAttr[src]
fn clone(&self) -> TableRowAttr[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for TableRowAttr[src]
impl Default for TableRowAttr[src]
fn default() -> TableRowAttr[src]
impl<'a> IntoIterator for &'a TableRowAttr[src]
type Item = (&'a DefaultAtom, &'a String)
The type of the elements being iterated over.
type IntoIter = AttrMapIter<'a>
Which kind of iterator are we turning this into?
fn into_iter(self) -> Self::IntoIter[src]
Auto Trait Implementations
impl RefUnwindSafe for TableRowAttr
impl Send for TableRowAttr
impl Sync for TableRowAttr
impl Unpin for TableRowAttr
impl UnwindSafe for TableRowAttr
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,