Package | Description |
---|---|
org.tanjakostic.jcleancim.docgen.writer |
Classes and interfaces responsible for document generation out of the UML model.
|
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 its 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 | Method and Description |
---|---|
java.util.Map<java.lang.String,ExistingStyle> |
Style.getUsableStyles()
Returns all usable styles found in the open document.
|
java.util.Map<java.lang.String,ExistingStyle> |
Style.getUsableStyles(boolean inclBuiltIn,
boolean inclCustom)
Returns map of existing styles as found in an open document, which can be used for writing
into document.
|
Modifier and Type | Method and Description |
---|---|
static void |
Style.initUsable(java.util.Map<java.lang.String,ExistingStyle> existingStyles)
Initialises styles obtained from the document.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ExistingStyle> |
WordHelper.getExistingStyles()
Returns non-empty map of non-null styles read from an open document, with style name as key.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ExistingStyle> |
DocWordWriter.getExistingStyles()
Returns non-empty map of non-null styles read from an open document, with style name as key.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ExistingStyle> |
DocxWordWriter.getExistingStyles() |
Copyright 2009-2016 Tatjana (Tanja) Kostic