Load document from file. @param fileName @return
(String fileName)
| 141 | * @return |
| 142 | */ |
| 143 | public boolean loadDocument(String fileName) { |
| 144 | synchronized(mutex) { |
| 145 | return loadDocumentInternal(fileName); |
| 146 | } |
| 147 | } |
| 148 | |
| 149 | /** |
| 150 | * Get settings from native object. |
no test coverage detected