Uses of Class
com.vladsch.flexmark.util.format.TableSection
-
Packages that use TableSection Package Description com.vladsch.flexmark.util.format -
-
Uses of TableSection in com.vladsch.flexmark.util.format
Subclasses of TableSection in com.vladsch.flexmark.util.format Modifier and Type Class Description class
TableCaptionSection
class
TableSeparatorSection
Fields in com.vladsch.flexmark.util.format declared as TableSection Modifier and Type Field Description private TableSection[]
MarkdownTable. ALL_BODY_ROWS
private TableSection[]
MarkdownTable. ALL_CONTENT_ROWS
private TableSection[]
MarkdownTable. ALL_HEADER_ROWS
private TableSection[]
MarkdownTable. ALL_SECTIONS
private TableSection[]
MarkdownTable. ALL_TABLE_ROWS
TableSection
MarkdownTable. body
TableSection
MarkdownTable. caption
TableSection
MarkdownTable. header
TableSection
TableCellOffsetInfo. section
TableSection
MarkdownTable. separator
Methods in com.vladsch.flexmark.util.format that return TableSection Modifier and Type Method Description TableSection
MarkdownTable. getAllRowsSection(int index)
Methods in com.vladsch.flexmark.util.format with parameters of type TableSection Modifier and Type Method Description private int
MarkdownTable. aggregateTotalColumnsWithoutColumns(TableSection[] sections, java.util.function.BiFunction<java.lang.Integer,java.lang.Integer,java.lang.Integer> aggregator, int... skipColumns)
private int
MarkdownTable. aggregateTotalColumnsWithoutRows(TableSection[] sections, java.util.function.BiFunction<java.lang.Integer,java.lang.Integer,java.lang.Integer> aggregator, int... skipRows)
private void
MarkdownTable. forAllSectionsRows(int startIndex, int count, TableSection[] sections, TableRowManipulator manipulator)
private java.util.List<TableRow>
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 TableSection Constructor Description TableCellOffsetInfo(int offset, MarkdownTable table, TableSection section, TableRow tableRow, TableCell tableCell, int row, int column, java.lang.Integer insideColumn, java.lang.Integer insideOffset)
-