Package | Description |
---|---|
org.docgene.api |
This package allows to generate a wiki in another application, using the docGenerator API.
|
org.docgene.model |
Contains the documentation model.
|
Modifier and Type | Method and Description |
---|---|
XMLTable |
DocGeneratorAPI.addTable(XMLArticle article)
Add a not sortable table at the end of an article.
|
XMLTable |
DocGeneratorAPI.addTable(XMLArticle article,
boolean isSortable)
Add a table at the end of an article.
|
XMLTable |
DocGeneratorAPI.addTable(XMLArticle article,
ParagraphElementParent parent,
boolean isSortable)
Add a table.
|
Modifier and Type | Method and Description |
---|---|
XMLTableColumn |
DocGeneratorAPI.addTableColumn(XMLTable table)
Add a table column.
|
XMLTableColumn |
DocGeneratorAPI.addTableColumn(XMLTable table,
java.lang.String title)
Add a table column.
|
XMLTableColumn |
DocGeneratorAPI.addTableColumn(XMLTable table,
java.lang.String title,
SentenceStyle style)
Add a table column.
|
XMLTableRow |
DocGeneratorAPI.addTableRow(XMLTable table)
Add a table row.
|
XMLSizedTableRow |
DocGeneratorAPI.addTableRow(XMLTable table,
boolean relWidths,
int... widths)
Add a table row with specified widths.
|
XMLTableHeader |
DocGeneratorAPI.setTableHeader(XMLTable table,
boolean isVertical)
Set a table header.
|
Constructor and Description |
---|
XMLTableHeader(XMLTable table)
The table.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence