Configuring a Table Cell Row and Column Separator Provider
table element has separators between
rows. As explained in Configuring Tables section that
describes the CSS properties needed for defining a table, you need to indicate Oxygen XML Editor a method to determine the way rows and columns are separated. If you use
the rowsep and colsep cell element attributes, or your table
is conforming to the CALS table model, Oxygen XML Editor can determine the cell
separators. In the example there are no attributes defining the separators but we still want
the rows to be separated. You will need to implement a Java extension.When the borders for the td element are removed from the CSS, the row
separators become visible:
Figure: Row separators provided by the Java implementation.
Note: The complete source code for the examples can be found in the Simple
Documentation Framework project, included in the oxygen-sample-framework module of the
Oxygen SDK , available as a Maven archetype on the Oxygen XML Editor website.