Package com.vladsch.flexmark.util.format
Interface TableCellManipulator
public interface TableCellManipulator
-
Field Summary
Fields -
Method Summary
-
Field Details
-
BREAK
static final int BREAK- See Also:
-
-
Method Details
-
apply
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)allCellIndex
- cell's index as would be at the beginning of the request, deleted cell indices skipped- Returns:
- change to cells <0 of cells deleted, >0 number inserted, 0 no change, or BREAK to stop processing cells
-