(&self)
| 725 | } |
| 726 | |
| 727 | pub fn text(&self) -> String { |
| 728 | let mut result = String::new(); |
| 729 | self.write_text(&mut result).unwrap(); |
| 730 | result |
| 731 | } |
| 732 | |
| 733 | /// Returns the range's transformed bounding boxes relative to the tree's |
| 734 | /// container (e.g. window). |
nothing calls this directly
no test coverage detected