Package | Description |
---|---|
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<O> |
WordHelper.createCaption(CaptionKind figure,
Range<O> range) |
Caption<O> |
AbstractWordWriter.createCaption(CaptionKind figure,
Range<O> range) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<CaptionKind,java.util.List<Caption<O>>> |
WordHelper.collectCaptionParagraphsAndFixLabelsAlsoInTOCs()
Expected to be called after styles and caption labels get properly initialised from the
current open document.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<CaptionKind,java.util.List<Caption<com.jacob.com.Dispatch>>> |
DocWordWriter.collectCaptionParagraphsAndFixLabelsAlsoInTOCs()
Expected to be called after styles and caption labels get properly initialised from the
current open document.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<CaptionKind,java.util.List<Caption<java.lang.Object>>> |
DocxWordWriter.collectCaptionParagraphsAndFixLabelsAlsoInTOCs() |
Copyright 2009-2016 Tatjana (Tanja) Kostic