| 333 | } |
| 334 | |
| 335 | QString Page::text(const RegularAreaRect *area) const |
| 336 | { |
| 337 | return text(area, TextPage::AnyPixelTextAreaInclusionBehaviour); |
| 338 | } |
| 339 | |
| 340 | QString Page::text(const RegularAreaRect *area, TextPage::TextAreaInclusionBehaviour b) const |
| 341 | { |