Class XSLFTableRow

    • Method Detail

      • getHeight

        public double getHeight()
      • setHeight

        public void setHeight​(double height)
      • mergeCells

        public void mergeCells​(int firstCol,
                               int lastCol)
        Merge cells of a table row, inclusive. Indices are 0-based.
        Parameters:
        firstCol - 0-based index of first column to merge, inclusive
        lastCol - 0-based index of last column to merge, inclusive