Package com.vladsch.flexmark.util.format
Interface TableRowManipulator
public interface TableRowManipulator
-
Field Summary
Fields -
Method Summary
-
Field Details
-
BREAK
static final int BREAK- See Also:
-
-
Method Details
-
apply
manipulate rows in a table- Parameters:
row
- row for the operationallRowsIndex
- row's index in all rows of the request reflects indices at time of request, when rows are deleted those rows will not be processed and their indices will skippedsectionRows
- rows for the section of the rowsectionRowIndex
- index for the row in the section's rows- Returns:
- action performed: <0 number of rows deleted, 0 - no change to rows, >0 - number of rows added, or BREAK to stop processing rows
-