| 139 | |
| 140 | virtual QColor paperColor() const { return Qt::white; } |
| 141 | virtual void setPaperColor(const QColor & color) { Q_UNUSED(color); } |
| 142 | |
| 143 | // Searches the entire document for the given string and returns a list of |
| 144 | // boxes that contain that text. |