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 TableSectionTypeTableSection. sectionTypeMethods in com.vladsch.flexmark.util.format that return TableSectionType Modifier and Type Method Description static TableSectionTypeTableSectionType. valueOf(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 TableCellOffsetInfoTableCellOffsetInfo. nextOffsetStop(Map<TableSectionType,Integer> stopPointsMap)Available if somewhere in tableTableCellOffsetInfoTableCellOffsetInfo. previousOffsetStop(Map<TableSectionType,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)
-