Package | Description |
---|---|
org.docgene.model |
Contains the documentation model.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLTableColumn
Represent a table column.
|
Modifier and Type | Method and Description |
---|---|
XMLTableCell |
XMLTableRow.addEmptyCell()
Add an empty cell to the table row.
|
XMLTableCell |
XMLTableRow.getCell(int index)
Return the cell at a specified index.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XMLTableCell> |
XMLTableRow.getCells()
Return the cells in the table row.
|
Modifier and Type | Method and Description |
---|---|
int |
XMLTableRow.addCell(XMLTableCell cell)
Add a cell to the table row.
|
char |
XMLTable.getAlignment(XMLTableCell cell)
Return the alignment of the cell in the table.
|
XMLTableColumn |
XMLTable.getColumn(XMLTableCell cell)
Return the column associated with a cell.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence