Document.pageNum (getter)
| 30 | |
| 31 | // Document.pageNum (getter) |
| 32 | int JSDocument::pageNum() const |
| 33 | { |
| 34 | return m_doc->m_parent->currentPage(); |
| 35 | } |
| 36 | |
| 37 | // Document.pageNum (setter) |
| 38 | void JSDocument::setPageNum(int page) |
nothing calls this directly
no test coverage detected