[−][src]Struct spreadsheet_ods::style::TableAttr
Style for the whole table.
Trait Implementations
impl AttrFoBackgroundColor for TableAttr[src]
fn set_background_color(&mut self, color: Rgb<u8>)[src]
impl AttrFoBreak for TableAttr[src]
fn set_break_before(&mut self, pagebreak: PageBreak)[src]
fn set_break_after(&mut self, pagebreak: PageBreak)[src]
impl AttrFoKeepWithNext for TableAttr[src]
fn set_keep_with_next(&mut self, keep_with_next: TextKeep)[src]
impl AttrFoMargin for TableAttr[src]
fn set_margin(&mut self, margin: Length)[src]
fn set_margin_bottom(&mut self, margin: Length)[src]
fn set_margin_left(&mut self, margin: Length)[src]
fn set_margin_right(&mut self, margin: Length)[src]
fn set_margin_top(&mut self, margin: Length)[src]
impl AttrMap for TableAttr[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 AttrStyleShadow for TableAttr[src]
fn set_shadow(
&mut self,
x_offset: Length,
y_offset: Length,
blur: Option<Length>,
color: Rgb<u8>
)[src]
&mut self,
x_offset: Length,
y_offset: Length,
blur: Option<Length>,
color: Rgb<u8>
)
impl AttrStyleWritingMode for TableAttr[src]
fn set_writing_mode(&mut self, writing_mode: WritingMode)[src]
impl Clone for TableAttr[src]
impl Debug for TableAttr[src]
impl Default for TableAttr[src]
impl<'a> IntoIterator for &'a TableAttr[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 TableAttr
impl Send for TableAttr
impl Sync for TableAttr
impl Unpin for TableAttr
impl UnwindSafe for TableAttr
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>,