BorderSpecification |
A border's informations, along with the FO element which declared it.
|
CollapsingBorderResolver |
A class that implements the border-collapsing model.
|
ColumnNumberManager |
Helper class maintaining a record of occupied columns and an index to the next
non-occupied column.
|
ConditionalBorder |
A class that holds the three possible values for a border-before/after on a table-cell,
in the collapsing model.
|
EffRow |
This class represents an effective row in a table and holds a list of grid units occupying
the row as well as some additional values.
|
EmptyGridUnit |
GridUnit subclass for empty grid units.
|
FixedColRowGroupBuilder |
A row group builder optimised for a fixed number of columns, known before the parsing
of cells starts (that is, if the fo:table has explicit fo:table-column children).
|
GridUnit |
This class represents one grid unit inside a table.
|
PendingSpan |
Used for determining initial values for column-numbers in case of row-spanning cells.
|
PrimaryGridUnit |
This class represents a primary grid unit of a spanned cell.
|
RowGroupBuilder |
A class that creates groups of rows belonging to a same set of spans.
|
SeparateBorderResolver |
A resolver for the separate-border model.
|
Table |
|
TableAndCaption |
|
TableBody |
|
TableCaption |
|
TableCell |
|
TableCellContainer |
A common class for fo:table-body and fo:table-row which both can contain fo:table-cell.
|
TableColumn |
|
TableEventProducer.Provider |
Provider class for the event producer.
|
TableFObj |
Common base class for table-related FOs
|
TableFObj.ColumnNumberPropertyMaker |
|
TableFooter |
|
TableHeader |
|
TablePart |
An abstract base class modelling a TablePart
(i.e.
|
TableRow |
|
VariableColRowGroupBuilder |
A row group builder accommodating a variable number of columns.
|