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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
XMLTableColumn |
XMLTable.getColumn(XMLTableCell cell)
Return the column associated with a cell.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XMLTableColumn> |
XMLTableHeader.getColumns()
Return the columns in the header.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLTableHeader.addColumn(XMLTableColumn column)
Add a column to the header.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence