Uses of Enum Class
com.vladsch.flexmark.util.format.TableSectionType
Packages that use TableSectionType
-
Uses of TableSectionType in com.vladsch.flexmark.util.format
Subclasses with type arguments of type TableSectionType in com.vladsch.flexmark.util.formatFields in com.vladsch.flexmark.util.format declared as TableSectionTypeFields in com.vladsch.flexmark.util.format with type parameters of type TableSectionTypeModifier and TypeFieldDescriptionprivate static final HashMap<TableSectionType, Integer> TableCellOffsetInfo.DEFAULT_STOP_POINTS_MAPMethods in com.vladsch.flexmark.util.format that return TableSectionTypeModifier and TypeMethodDescriptionstatic TableSectionTypeReturns the enum constant of this class with the specified name.static TableSectionType[]TableSectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.vladsch.flexmark.util.format with type arguments of type TableSectionTypeModifier and TypeMethodDescriptionprivate static intTableCellOffsetInfo.getStopOffset(int offset, MarkdownTable table, Map<TableSectionType, Integer> stopPointsMap, boolean nextOffset) Return the next/previous stop point of interestTableCellOffsetInfo.nextOffsetStop(Map<TableSectionType, Integer> stopPointsMap) Available if somewhere in tableTableCellOffsetInfo.previousOffsetStop(Map<TableSectionType, Integer> stopPointsMap) Available if somewhere in tableConstructors in com.vladsch.flexmark.util.format with parameters of type TableSectionTypeModifierConstructorDescriptionTableCaptionSection(TableSectionType sectionType) TableSection(TableSectionType sectionType) TableSeparatorSection(TableSectionType sectionType)