Trait mrml::mj_section::WithMJSectionBackground[][src]

pub trait WithMJSectionBackground<'h>: Render<'h> {
    fn has_background(&self) -> bool { ... }
fn parse_background_position(&self) -> (String, String) { ... }
fn get_background_position(&self) -> (String, String) { ... }
fn get_background_position_str(&self) -> String { ... }
fn get_background(&self) -> Option<String> { ... }
fn set_background_style(&self, tag: Tag) -> Tag { ... }
fn get_vfill_position(&self) -> (String, String) { ... }
fn get_vfill_tag(&self) -> Tag { ... } }

Provided methods

Loading content...

Implementors

Loading content...