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 |
---|---|
Caption.CaptionKind |
Caption.getKind() |
static Caption.CaptionKind |
Caption.CaptionKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Caption.CaptionKind[] |
Caption.CaptionKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
CursorList.captionAdded(Caption.CaptionKind kind,
Cursor<O> cursor)
Returns the number to be used in caption for the
cursor ; must be called. |
Constructor and Description |
---|
Caption(Caption.CaptionKind kind,
Range<O> range)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<Caption.CaptionKind,java.util.List<Caption<O>>> |
WordHelper.collectCaptions() |
Modifier and Type | Method and Description |
---|---|
Caption<O> |
WordHelper.createCaption(Caption.CaptionKind figure,
Range<O> range) |
Caption<O> |
AbstractWordWriter.createCaption(Caption.CaptionKind figure,
Range<O> range) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Caption.CaptionKind,java.util.List<Caption<com.jacob.com.Dispatch>>> |
DocWordWriter.collectCaptions() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Caption.CaptionKind,java.util.List<Caption<java.lang.Object>>> |
DocxWordWriter.collectCaptions() |
Copyright 2009-2016 Tatjana (Tanja) Kostic