Package org.apache.fop.fo.flow.table
Interface VariableColRowGroupBuilder.Event
-
- Enclosing class:
- VariableColRowGroupBuilder
private static interface VariableColRowGroupBuilder.Event
Each event is recorded and will be played once the table is finished, and the final number of columns known.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
play(RowGroupBuilder rowGroupBuilder)
Plays this event
-
-
-
Method Detail
-
play
void play(RowGroupBuilder rowGroupBuilder) throws ValidationException
Plays this event- Parameters:
rowGroupBuilder
- the delegate builder which will actually create the row groups- Throws:
ValidationException
- if a row-spanning cell overflows its parent body
-
-