Set stylesheet for document. @param stylesheet
(String stylesheet)
| 172 | * @param stylesheet |
| 173 | */ |
| 174 | public void setStylesheet(String stylesheet) { |
| 175 | synchronized(mutex) { |
| 176 | setStylesheetInternal(stylesheet); |
| 177 | } |
| 178 | } |
| 179 | |
| 180 | public void requestRender() { |
| 181 | doCommand(ReaderCommand.DCMD_REQUEST_RENDER.getNativeId(), 0); |
no test coverage detected