[−][src]Struct spreadsheet_ods::style::TableCellAttr
Styles for table cells.
Trait Implementations
impl AttrFoBackgroundColor for TableCellAttr[src]
fn set_background_color(&mut self, color: Rgb<u8>)[src]
impl AttrFoBorder for TableCellAttr[src]
fn set_border(&mut self, width: Length, border: Border, color: Rgb<u8>)[src]
fn set_border_bottom(&mut self, width: Length, border: Border, color: Rgb<u8>)[src]
fn set_border_top(&mut self, width: Length, border: Border, color: Rgb<u8>)[src]
fn set_border_left(&mut self, width: Length, border: Border, color: Rgb<u8>)[src]
fn set_border_right(&mut self, width: Length, border: Border, color: Rgb<u8>)[src]
fn set_border_line_width(
&mut self,
inner: Length,
spacing: Length,
outer: Length
)[src]
&mut self,
inner: Length,
spacing: Length,
outer: Length
)
fn set_border_line_width_bottom(
&mut self,
inner: Length,
spacing: Length,
outer: Length
)[src]
&mut self,
inner: Length,
spacing: Length,
outer: Length
)
fn set_border_line_width_left(
&mut self,
inner: Length,
spacing: Length,
outer: Length
)[src]
&mut self,
inner: Length,
spacing: Length,
outer: Length
)
fn set_border_line_width_right(
&mut self,
inner: Length,
spacing: Length,
outer: Length
)[src]
&mut self,
inner: Length,
spacing: Length,
outer: Length
)
fn set_border_line_width_top(
&mut self,
inner: Length,
spacing: Length,
outer: Length
)[src]
&mut self,
inner: Length,
spacing: Length,
outer: Length
)
impl AttrFoPadding for TableCellAttr[src]
fn set_padding(&mut self, padding: Length)[src]
fn set_padding_bottom(&mut self, padding: Length)[src]
fn set_padding_left(&mut self, padding: Length)[src]
fn set_padding_right(&mut self, padding: Length)[src]
fn set_padding_top(&mut self, padding: Length)[src]
impl AttrMap for TableCellAttr[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 TableCellAttr[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 TableCellAttr[src]
fn set_writing_mode(&mut self, writing_mode: WritingMode)[src]
impl AttrTableCell for TableCellAttr[src]
fn set_wrap_option(&mut self, wrap: WrapOption)[src]
fn set_print_content(&mut self, print: bool)[src]
fn set_repeat_content(&mut self, print: bool)[src]
fn set_rotation_align(&mut self, align: RotationAlign)[src]
fn set_rotation_angle(&mut self, angle: Angle)[src]
fn set_shrink_to_fit(&mut self, shrink: bool)[src]
fn set_vertical_align(&mut self, align: CellAlignVertical)[src]
fn set_diagonal_bl_tr(&mut self, width: Length, border: Border, color: Rgb<u8>)[src]
fn set_diagonal_bl_tr_widths(
&mut self,
inner: Length,
spacing: Length,
outer: Length
)[src]
&mut self,
inner: Length,
spacing: Length,
outer: Length
)
fn set_diagonal_tl_br(&mut self, width: Length, border: Border, color: Rgb<u8>)[src]
fn set_diagonal_tl_br_widths(
&mut self,
inner: Length,
spacing: Length,
outer: Length
)[src]
&mut self,
inner: Length,
spacing: Length,
outer: Length
)
impl Clone for TableCellAttr[src]
fn clone(&self) -> TableCellAttr[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for TableCellAttr[src]
impl Default for TableCellAttr[src]
fn default() -> TableCellAttr[src]
impl<'a> IntoIterator for &'a TableCellAttr[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 TableCellAttr
impl Send for TableCellAttr
impl Sync for TableCellAttr
impl Unpin for TableCellAttr
impl UnwindSafe for TableCellAttr
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>,