- All Implemented Interfaces:
- IDocumentElement
public class DBTableEntry
extends DBHasContent
Use this if a cell in your table needs to have multiple things in it or it
spans.
The morerows, namest, and nameend attributes correspond to the same things in
actual docbook entry tag.
morerows is how many more rows the cell will span downward (if it doesn't,
don't set it, 1 means it spans 2 rows)
namest and nameend refer to the names of columns the cell start and end,
inclusive, you need to set colspecs in the containing table for this to work.