Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
(package private) static DocWordWriter.FillCellKind |
DocWordWriter.FILL_CELL_METHOD |
Modifier and Type | Method and Description |
---|---|
static DocWordWriter.FillCellKind |
DocWordWriter.FillCellKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DocWordWriter.FillCellKind[] |
DocWordWriter.FillCellKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2009-2015 Tatjana (Tanja) Kostic