()
| 88 | } |
| 89 | |
| 90 | @Override |
| 91 | protected void commit() throws IOException { |
| 92 | PackagePart part = getPackagePart(); |
| 93 | OutputStream out = part.getOutputStream(); |
| 94 | writeTo(out); |
| 95 | out.close(); |
| 96 | } |
| 97 | |
| 98 | public CTTable getCTTable(){ |
| 99 | return ctTable; |
no test coverage detected