Package | Description |
---|---|
org.tanjakostic.jcleancim.docgen.collector |
This package defines interfaces and classes responsible for collecting documentation and figures
from the UML model, or freely initialised through the API without any UML model.
|
org.tanjakostic.jcleancim.docgen.collector.impl | |
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 |
---|---|
PropertiesDoc |
PackageDoc.getAbbrPackageDoc() |
PropertiesDoc |
ClassDoc.getAssocEndsDoc()
Returns the documentation for all the association ends on the 'other' side of this class,
suitable to be printed as a table.
|
PropertiesDoc |
ClassDoc.getAttributesDoc()
Returns the documentation for all the attributes of this class, suitable to be printed as a
table.
|
PropertiesDoc |
PackageDoc.getDataIndexDoc() |
PropertiesDoc |
PackageDoc.getFcPackageDoc() |
PropertiesDoc |
PackageDoc.getLnMapPackageDoc() |
PropertiesDoc |
ClassDoc.getOperationsDoc()
Returns the documentation for all the operations of this class, suitable to be printed as a
table.
|
PropertiesDoc |
PackageDoc.getPresCondPackageDoc() |
PropertiesDoc |
PackageDoc.getTrgOpPackageDoc() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPropertiesDoc
Common implementation for properties documentation (table).
|
class |
Attributes61850Doc
Holds the utility method to filter groups which may stay with no members after applying
configuration filters (e.g., a class actually inherits from another class, but another class is
informative, and we don't want informative stuff printed), and some common formatting.
|
Modifier and Type | Method and Description |
---|---|
int |
WordHelper.insertTable(Range<O> range,
PropertiesDoc doc,
Style tabhead,
boolean addBookmarks) |
Cursor<O> |
WordWriter.writeProperties(Cursor<O> initCursor,
PropertiesDoc doc)
Writes a set of properties as a table at the end of range in
cursor . |
Cursor<O> |
AbstractWordWriter.writeProperties(Cursor<O> initCursor,
PropertiesDoc doc) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
DocWordWriter.asCsv(PropertiesDoc doc,
java.lang.String cellSep) |
int |
DocWordWriter.insertTable(Range<com.jacob.com.Dispatch> range,
PropertiesDoc doc,
Style tabhead,
boolean addBookmarks) |
Modifier and Type | Method and Description |
---|---|
int |
DocxWordWriter.insertTable(Range<java.lang.Object> range,
PropertiesDoc doc,
Style tabhead,
boolean addBookmarks) |
Copyright 2009-2016 Tatjana (Tanja) Kostic