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 the COM API is just slow), but it supports
both .doc and .docx MS Word formats.
|
Modifier and Type | Method and Description |
---|---|
CursorList<O> |
CursorList.updateRanges(CursorList<O> cursors,
Range<O> range) |
Modifier and Type | Method and Description |
---|---|
CursorList<O> |
CursorList.updateRanges(CursorList<O> cursors,
Range<O> range) |
Modifier and Type | Field and Description |
---|---|
private CursorList<O> |
AbstractWordWriter._cursors |
Modifier and Type | Method and Description |
---|---|
CursorList<O> |
WordHelper.getCursors() |
CursorList<O> |
AbstractWordWriter.getCursors() |
CursorList<O> |
WordHelper.initCursorsFromPlaceholders(java.util.List<Range<O>> figCaptionRanges,
java.util.List<Range<O>> tabCaptionRanges) |
CursorList<O> |
AbstractWordWriter.initCursorsFromPlaceholders(java.util.List<Range<O>> figCaptionRanges,
java.util.List<Range<O>> tabCaptionRanges) |
private CursorList<O> |
AbstractWordWriter.scanPlaceholderRanges(java.util.List<Range<O>> figCaptionRanges,
java.util.List<Range<O>> tabCaptionRanges)
This one scans the whole initial document and initialises placeholders, with text, ranges and
counts of existing tables and figures (captions) before each of them.
|
Modifier and Type | Method and Description |
---|---|
Cursor<O> |
WordHelper.closeAndReopenDoc(CursorList<O> cursors,
Cursor<O> currentCursor) |
Cursor<O> |
AbstractWordWriter.closeAndReopenDoc(CursorList<O> cursors,
Cursor<O> currentCursor) |
Modifier and Type | Method and Description |
---|---|
Cursor<com.jacob.com.Dispatch> |
DocWordWriter.closeAndReopenDoc(CursorList<com.jacob.com.Dispatch> cursors,
Cursor<com.jacob.com.Dispatch> currentCursor) |
Copyright 2009-2015 Tatjana (Tanja) Kostic