See: Description
Class | Description |
---|---|
FormatTable |
Implementation of command
xhtml.formatTable . |
HTMLTableEdit |
Implementation of command
config_prefix.tableEdit
for HTML tables. |
HTMLTableEditor | |
HTMLTableEditorFactory | |
ResizeTableColumn |
Implementation of command
xhtml.resizeTableColumn . |
SetCellColor |
Implementation of command
xhtml.setCellColor . |
StyleSpecsImpl | |
TableObserver | |
TableSupport |
TableSupport is a stylesheet extension allowing to style HTML tables.
|
This package contains an implementation of
StyleSpecs
which is used to render HTML4 tables on screen and
also a number of Commands acting on tables.
The classes in this package are not documented but the source code can be
used as an example of how to write a custom
CommandBase
or a custom
StyleSpecs
.