Package com.vladsch.flexmark.util.format
Interface TableCellConsumer
public interface TableCellConsumer
-
Method Summary
-
Method Details
-
accept
loop over table row cells- Parameters:
cell
- cellcellIndex
- cell's index in row cellscellColumn
- cell's starting column (if previous cells had column spans not same as cell index)
-