Class TableRow


  • public final class TableRow
    extends Range
    • Constructor Detail

      • TableRow

        public TableRow​(int startIdxInclusive,
                        int endIdxExclusive,
                        Table parent,
                        int levelNum)
    • Method Detail

      • cantSplit

        public boolean cantSplit()
      • getBottomBorder

        public BorderCode getBottomBorder()
      • getCell

        public TableCell getCell​(int index)
      • getGapHalf

        public int getGapHalf()
      • getHorizontalBorder

        public BorderCode getHorizontalBorder()
      • getLeftBorder

        public BorderCode getLeftBorder()
      • getRightBorder

        public BorderCode getRightBorder()
      • getRowHeight

        public int getRowHeight()
      • getRowJustification

        public int getRowJustification()
      • getVerticalBorder

        public BorderCode getVerticalBorder()
      • isTableHeader

        public boolean isTableHeader()
      • numCells

        public int numCells()
      • setCantSplit

        public void setCantSplit​(boolean cantSplit)
      • setGapHalf

        public void setGapHalf​(int dxaGapHalf)
      • setRowHeight

        public void setRowHeight​(int dyaRowHeight)
      • setRowJustification

        public void setRowJustification​(int jc)
      • setTableHeader

        public void setTableHeader​(boolean tableHeader)