(File doc)
| 68 | } |
| 69 | |
| 70 | public void addDocument(File doc) throws IOException { |
| 71 | appendDoc(doc); |
| 72 | } |
| 73 | |
| 74 | public void save(String outname) throws IOException { |
| 75 | outDocument.getDocumentCatalog().setDocumentOutline(outOutline); |
no test coverage detected