Uses of Interface
com.vladsch.flexmark.util.format.TableCellManipulator
Packages that use TableCellManipulator
-
Uses of TableCellManipulator in com.vladsch.flexmark.util.format
Methods in com.vladsch.flexmark.util.format with parameters of type TableCellManipulatorModifier and TypeMethodDescriptionvoid
TableRow.forAllCells
(int startIndex, int count, TableCellManipulator manipulator) void
TableRow.forAllCells
(int startIndex, TableCellManipulator manipulator) void
TableRow.forAllCells
(TableCellManipulator manipulator)