[][src]Trait spreadsheet_ods::style::AttrTableRow

pub trait AttrTableRow where
    Self: AttrMap
{ fn set_min_row_height(&mut self, min_height: Length) { ... }
fn set_row_height(&mut self, height: Length) { ... }
fn set_use_optimal_row_height(&mut self, opt: bool) { ... } }

Table row specific attributes.

Provided methods

fn set_min_row_height(&mut self, min_height: Length)

fn set_row_height(&mut self, height: Length)

fn set_use_optimal_row_height(&mut self, opt: bool)

Loading content...

Implementors

impl AttrTableRow for TableRowAttr[src]

Loading content...