for (int row = 0; row < rows; row++) {
if (!requiredSlices.isSpatialRowRequired(row)) {
continue;
}
Styles rowStyles = formatStylingEngine.startStyleable(
SyntheticStyleableFormat.SPATIAL_ROW,
rowStyleClasses.get(row));
// Make sure that the row has the correct display.
setDisplayStyle(rowStyles, DisplayKeywords.TABLE_ROW);