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 classTableCaptionSectionclassTableSeparatorSectionFields in com.vladsch.flexmark.util.format declared as TableSection Modifier and Type Field Description private TableSection[]MarkdownTable. ALL_BODY_ROWSprivate TableSection[]MarkdownTable. ALL_CONTENT_ROWSprivate TableSection[]MarkdownTable. ALL_HEADER_ROWSprivate TableSection[]MarkdownTable. ALL_SECTIONSprivate TableSection[]MarkdownTable. ALL_TABLE_ROWSTableSectionMarkdownTable. bodyTableSectionMarkdownTable. captionTableSectionMarkdownTable. headerTableSectionTableCellOffsetInfo. sectionTableSectionMarkdownTable. separatorMethods in com.vladsch.flexmark.util.format that return TableSection Modifier and Type Method Description TableSectionMarkdownTable. getAllRowsSection(int index)Methods in com.vladsch.flexmark.util.format with parameters of type TableSection Modifier and Type Method Description private intMarkdownTable. aggregateTotalColumnsWithoutColumns(TableSection[] sections, java.util.function.BiFunction<java.lang.Integer,java.lang.Integer,java.lang.Integer> aggregator, int... skipColumns)private intMarkdownTable. aggregateTotalColumnsWithoutRows(TableSection[] sections, java.util.function.BiFunction<java.lang.Integer,java.lang.Integer,java.lang.Integer> aggregator, int... skipRows)private voidMarkdownTable. forAllSectionsRows(int startIndex, int count, TableSection[] sections, TableRowManipulator manipulator)private java.util.List<TableRow>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 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)
-