Package | Description |
---|---|
org.tanjakostic.jcleancim.docgen.writer.word |
Classes specific to writing MS documents.
|
org.tanjakostic.jcleancim.docgen.writer.word.doc |
Classes specific to writing MS documents by means of automation API through Java-COM bridge (Jacob); this implementation is
extremely slow (it requires MS Word application and the COM API is just slow), but it supports
both .doc and .docx MS Word formats.
|
org.tanjakostic.jcleancim.docgen.writer.word.docx |
Classes specific to writing MS documents in OpenXML format; this implementation is fast (it does
not require MS Word application), but it supports only .docx MS Word format.
|
Modifier and Type | Field and Description |
---|---|
private WordWriterInput |
AbstractWordWriter._input |
Modifier and Type | Method and Description |
---|---|
WordWriterInput |
AbstractWordWriter.getInput() |
Constructor and Description |
---|
AbstractWordWriter(WordWriterInput input)
Constructor; copies input template into output file that will be filled with this writer.
|
Constructor and Description |
---|
DocWordWriter(WordWriterInput input)
Constructs this instance and copies input file into output directory; this writer will write
into that copy to produce the final document, by replacing placeholders found in it.
|
Constructor and Description |
---|
DocxWordWriter(WordWriterInput input)
Constructor.
|
Copyright 2009-2015 Tatjana (Tanja) Kostic