[][src]Trait spreadsheet_ods::style::AttrFoMinHeight

pub trait AttrFoMinHeight where
    Self: AttrMap
{ fn set_min_height(&mut self, height: Length) { ... }
fn set_min_height_percent(&mut self, height: f64) { ... } }

Minimum height.

Provided methods

fn set_min_height(&mut self, height: Length)

fn set_min_height_percent(&mut self, height: f64)

Loading content...

Implementors

impl AttrFoMinHeight for HeaderFooterAttr[src]

Loading content...