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_ROWS
private final TableSection[]
MarkdownTable.ALL_CONTENT_ROWS
private final TableSection[]
MarkdownTable.ALL_HEADER_ROWS
private final TableSection[]
MarkdownTable.ALL_SECTIONS
private final TableSection[]
MarkdownTable.ALL_TABLE_ROWS
final TableSection
MarkdownTable.body
final TableSection
MarkdownTable.caption
final TableSection
MarkdownTable.header
final TableSection
TableCellOffsetInfo.section
final TableSection
MarkdownTable.separator
Methods in com.vladsch.flexmark.util.format that return TableSectionMethods in com.vladsch.flexmark.util.format with parameters of type TableSectionModifier and TypeMethodDescriptionprivate int
MarkdownTable.aggregateTotalColumnsWithoutColumns
(TableSection[] sections, BiFunction<Integer, Integer, Integer> aggregator, int... skipColumns) private int
MarkdownTable.aggregateTotalColumnsWithoutRows
(TableSection[] sections, BiFunction<Integer, Integer, Integer> aggregator, int... skipRows) private void
MarkdownTable.forAllSectionsRows
(int startIndex, int count, TableSection[] sections, TableRowManipulator manipulator) MarkdownTable.getAllSectionsRows
(TableSection... sections) private boolean
MarkdownTable.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)