Uses of Class
com.vladsch.flexmark.util.format.TableSection
Packages that use TableSection
-
Uses of TableSection in com.vladsch.flexmark.util.format
Subclasses of TableSection in com.vladsch.flexmark.util.formatFields in com.vladsch.flexmark.util.format declared as TableSectionModifier and TypeFieldDescriptionprivate final TableSection[]MarkdownTable.ALL_BODY_ROWSprivate final TableSection[]MarkdownTable.ALL_CONTENT_ROWSprivate final TableSection[]MarkdownTable.ALL_HEADER_ROWSprivate final TableSection[]MarkdownTable.ALL_SECTIONSprivate final TableSection[]MarkdownTable.ALL_TABLE_ROWSfinal TableSectionMarkdownTable.bodyfinal TableSectionMarkdownTable.captionfinal TableSectionMarkdownTable.headerfinal TableSectionTableCellOffsetInfo.sectionfinal TableSectionMarkdownTable.separatorMethods in com.vladsch.flexmark.util.format that return TableSectionMethods in com.vladsch.flexmark.util.format with parameters of type TableSectionModifier and TypeMethodDescriptionprivate intMarkdownTable.aggregateTotalColumnsWithoutColumns(TableSection[] sections, BiFunction<Integer, Integer, Integer> aggregator, int... skipColumns) private intMarkdownTable.aggregateTotalColumnsWithoutRows(TableSection[] sections, BiFunction<Integer, Integer, Integer> aggregator, int... skipRows) private voidMarkdownTable.forAllSectionsRows(int startIndex, int count, TableSection[] sections, TableRowManipulator manipulator) MarkdownTable.getAllSectionsRows(TableSection... sections) private booleanMarkdownTable.isEmptyRowAt(int rowIndex, TableSection[] sections) Test a row for having all empty columnsConstructors in com.vladsch.flexmark.util.format with parameters of type TableSectionModifierConstructorDescriptionTableCellOffsetInfo(int offset, MarkdownTable table, TableSection section, TableRow tableRow, TableCell tableCell, int row, int column, Integer insideColumn, Integer insideOffset)