Sets the horizontal alignment Options: "center", "left", "right"
(&mut self, option: &str)
| 139 | /// |
| 140 | /// Options: "center", "left", "right" |
| 141 | pub fn set_align_horizontal(&mut self, option: &str) -> &mut Self { |
| 142 | self.align_horizontal = String::from(option); |
| 143 | self |
| 144 | } |
| 145 | |
| 146 | /// Sets the vertical alignment |
| 147 | /// |
no outgoing calls