Package | Description |
---|---|
org.tanjakostic.jcleancim.docgen | |
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.
|
Class and Description |
---|
UnsupportedInputFormatException
Used when the format for input document is a non-supported one.
|
UnsupportedOutputFormatException
Used when the format for output document is a non-supported one.
|
Class and Description |
---|
UnsupportedInputFormatException
Used when the format for input document is a non-supported one.
|
UnsupportedOutputFormatException
Used when the format for output document is a non-supported one.
|
Class and Description |
---|
UnsupportedInputFormatException
Used when the format for input document is a non-supported one.
|
UnsupportedOutputFormatException
Used when the format for output document is a non-supported one.
|
Class and Description |
---|
UnsupportedInputFormatException
Used when the format for input document is a non-supported one.
|
UnsupportedOutputFormatException
Used when the format for output document is a non-supported one.
|
Copyright 2009-2015 Tatjana (Tanja) Kostic