Relayout the pages on the canvas
| 185 | |
| 186 | // Relayout the pages on the canvas |
| 187 | void PDFPageLayout::relayout() { |
| 188 | if (_isContinuous) |
| 189 | continuousModeRelayout(); |
| 190 | else |
| 191 | singlePageModeRelayout(); |
| 192 | } |
| 193 | |
| 194 | // Relayout the pages on the canvas in continuous mode |
| 195 | void PDFPageLayout::continuousModeRelayout() { |
no outgoing calls
no test coverage detected