Uses of Class
com.vladsch.flexmark.util.format.TableSectionType
-
Packages that use TableSectionType Package Description com.vladsch.flexmark.util.format -
-
Uses of TableSectionType in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as TableSectionType Modifier and Type Field Description TableSectionType
TableSection. sectionType
Fields in com.vladsch.flexmark.util.format with type parameters of type TableSectionType Modifier and Type Field Description private static java.util.HashMap<TableSectionType,java.lang.Integer>
TableCellOffsetInfo. DEFAULT_STOP_POINTS_MAP
Methods in com.vladsch.flexmark.util.format that return TableSectionType Modifier and Type Method Description static TableSectionType
TableSectionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TableSectionType[]
TableSectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.vladsch.flexmark.util.format with type arguments of type TableSectionType Modifier and Type Method Description private static int
TableCellOffsetInfo. getStopOffset(int offset, MarkdownTable table, java.util.Map<TableSectionType,java.lang.Integer> stopPointsMap, boolean nextOffset)
Return the next/previous stop point of interestTableCellOffsetInfo
TableCellOffsetInfo. nextOffsetStop(java.util.Map<TableSectionType,java.lang.Integer> stopPointsMap)
Available if somewhere in tableTableCellOffsetInfo
TableCellOffsetInfo. previousOffsetStop(java.util.Map<TableSectionType,java.lang.Integer> stopPointsMap)
Available if somewhere in tableConstructors in com.vladsch.flexmark.util.format with parameters of type TableSectionType Constructor Description TableCaptionSection(TableSectionType sectionType)
TableSection(TableSectionType sectionType)
TableSeparatorSection(TableSectionType sectionType)
-