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 TableCellOffsetInfo
MarkdownTable. getCellOffsetInfo(int offset)
TableCellOffsetInfo
TableCellOffsetInfo. nextCellOffset(java.lang.Integer insideOffset)
Only available if tableRow/tableCell are set and not in first cell of first rowTableCellOffsetInfo
TableCellOffsetInfo. nextOffsetStop(java.util.Map<TableSectionType,java.lang.Integer> stopPointsMap)
Available if somewhere in tableTableCellOffsetInfo
TableCellOffsetInfo. nextRowOffset(java.lang.Integer insideOffset)
Only available if not at last rowTableCellOffsetInfo
TableCellOffsetInfo. previousCellOffset(java.lang.Integer insideOffset)
Only available if inside are set and not in first cell of first rowTableCellOffsetInfo
TableCellOffsetInfo. previousOffsetStop(java.util.Map<TableSectionType,java.lang.Integer> stopPointsMap)
Available if somewhere in tableTableCellOffsetInfo
TableCellOffsetInfo. previousRowOffset(java.lang.Integer insideOffset)
Only available if not at row 0
-