Uses of Class
com.vladsch.flexmark.util.format.TableCellOffsetInfo
-
Packages that use TableCellOffsetInfo Package Description com.vladsch.flexmark.util.format -
-
Uses of TableCellOffsetInfo in com.vladsch.flexmark.util.format
Methods in com.vladsch.flexmark.util.format that return TableCellOffsetInfo Modifier and Type Method Description TableCellOffsetInfoMarkdownTable. getCellOffsetInfo(int offset)TableCellOffsetInfoTableCellOffsetInfo. nextCellOffset(java.lang.Integer insideOffset)Only available if tableRow/tableCell are set and not in first cell of first rowTableCellOffsetInfoTableCellOffsetInfo. nextOffsetStop(java.util.Map<TableSectionType,java.lang.Integer> stopPointsMap)Available if somewhere in tableTableCellOffsetInfoTableCellOffsetInfo. nextRowOffset(java.lang.Integer insideOffset)Only available if not at last rowTableCellOffsetInfoTableCellOffsetInfo. previousCellOffset(java.lang.Integer insideOffset)Only available if inside are set and not in first cell of first rowTableCellOffsetInfoTableCellOffsetInfo. previousOffsetStop(java.util.Map<TableSectionType,java.lang.Integer> stopPointsMap)Available if somewhere in tableTableCellOffsetInfoTableCellOffsetInfo. previousRowOffset(java.lang.Integer insideOffset)Only available if not at row 0
-