Struct pretable::PreTable [−][src]
pub struct PreTable { /* fields omitted */ }Methods
impl PreTable[src]
impl PreTablepub fn new() -> Self[src]
pub fn new() -> Selfpub fn add_header(&mut self, v: &str)[src]
pub fn add_header(&mut self, v: &str)pub fn set_header(&mut self, v: Vec<&str>)[src]
pub fn set_header(&mut self, v: Vec<&str>)pub fn add_body(&mut self, v: Vec<&str>)[src]
pub fn add_body(&mut self, v: Vec<&str>)pub fn line(&self) -> String[src]
pub fn line(&self) -> Stringpub fn output(self) -> String[src]
pub fn output(self) -> Stringpub fn show_header(&mut self, b: bool)[src]
pub fn show_header(&mut self, b: bool)pub fn is_body_split(&mut self, b: bool)[src]
pub fn is_body_split(&mut self, b: bool)pub fn set_line_char(&mut self, c: char)[src]
pub fn set_line_char(&mut self, c: char)pub fn set_vertical_char(&mut self, c: char)[src]
pub fn set_vertical_char(&mut self, c: char)pub fn set_corner_char(&mut self, c: char)[src]
pub fn set_corner_char(&mut self, c: char)