Class TableCellOffsetInfo


  • public class TableCellOffsetInfo
    extends java.lang.Object
    • Constructor Detail

      • TableCellOffsetInfo

        public TableCellOffsetInfo​(int offset,
                                   MarkdownTable table,
                                   TableSection section,
                                   TableRow tableRow,
                                   TableCell tableCell,
                                   int row,
                                   int column,
                                   java.lang.Integer insideColumn,
                                   java.lang.Integer insideOffset)
    • Method Detail

      • isCaptionLine

        public boolean isCaptionLine()
      • isSeparatorLine

        public boolean isSeparatorLine()
      • isInsideCaption

        public boolean isInsideCaption()
      • isAfterCaption

        public boolean isAfterCaption()
      • isBeforeCaption

        public boolean isBeforeCaption()
      • isInsideCell

        public boolean isInsideCell()
      • getInsideColumn

        public boolean getInsideColumn()
      • isBeforeCells

        public boolean isBeforeCells()
      • getPreviousCell

        public TableCell getPreviousCell()
      • getPreviousCell

        public TableCell getPreviousCell​(int offset)
      • getPreviousCell

        public TableCell getPreviousCell​(TableRow tableRow,
                                         int offset)
      • isInCellSpan

        public boolean isInCellSpan()
      • isAfterCells

        public boolean isAfterCells()
      • canDeleteColumn

        public boolean canDeleteColumn()
      • canDeleteRow

        public boolean canDeleteRow()
      • isFirstCell

        public boolean isFirstCell()
      • isLastCell

        public boolean isLastCell()
      • isLastRow

        public boolean isLastRow()
      • previousCellOffset

        public TableCellOffsetInfo previousCellOffset​(java.lang.Integer insideOffset)
        Only available if inside are set and not in first cell of first row

        CAUTION: NOT TESTED

        Parameters:
        insideOffset - offset inside the cell, null if same as the current cell inside offset
        Returns:
        offset in previous cell or null
      • nextCellOffset

        public TableCellOffsetInfo nextCellOffset​(java.lang.Integer insideOffset)
        Only available if tableRow/tableCell are set and not in first cell of first row

        CAUTION: NOT TESTED

        Parameters:
        insideOffset - offset inside the cell, null if same as th
        Returns:
        offset in previous cell or null
      • previousRowOffset

        public TableCellOffsetInfo previousRowOffset​(java.lang.Integer insideOffset)
        Only available if not at row 0

        CAUTION: NOT TESTED

        Parameters:
        insideOffset - offset inside the cell, null if same as th
        Returns:
        offset in previous cell or null
      • nextRowOffset

        public TableCellOffsetInfo nextRowOffset​(java.lang.Integer insideOffset)
        Only available if not at last row

        CAUTION: NOT TESTED

        Parameters:
        insideOffset - offset inside the cell, null if same as th
        Returns:
        offset in previous cell or null
      • nextOffsetStop

        public TableCellOffsetInfo nextOffsetStop​(java.util.Map<TableSectionType,​java.lang.Integer> stopPointsMap)
        Available if somewhere in table
        Parameters:
        stopPointsMap - stop points of interest map by section or null
        Returns:
        next stop point offset or offset after end of table
      • previousOffsetStop

        public TableCellOffsetInfo previousOffsetStop​(java.util.Map<TableSectionType,​java.lang.Integer> stopPointsMap)
        Available if somewhere in table
        Parameters:
        stopPointsMap - stop points of interest map by section or null for default
        Returns:
        previous stop point offset or start of table offset
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object