(mut self, apply: bool)
| 452 | /// Supported elements: `table`, `td`, `th`, `img`. |
| 453 | #[must_use] |
| 454 | pub fn apply_height_attributes(mut self, apply: bool) -> Self { |
| 455 | self.apply_height_attributes = apply; |
| 456 | self |
| 457 | } |
| 458 | |
| 459 | /// Create a new `CSSInliner` instance from this options. |
| 460 | #[must_use] |
no outgoing calls