Documentation of 'org.apache.poi.xslf.usermodel.XSLFTable' Java class
XSLFTable
org.apache.poi.xslf.usermodel

Class XSLFTable

    • Method Detail

      • getCTTable

        @Internal
        public org.openxmlformats.schemas.drawingml.x2006.main.CTTable getCTTable()
      • getNumberOfColumns

        public int getNumberOfColumns()
      • getNumberOfRows

        public int getNumberOfRows()
      • getColumnWidth

        public double getColumnWidth(int idx)
      • setColumnWidth

        public void setColumnWidth(int idx,
                                   double width)
      • iterator

        public java.util.Iterator<XSLFTableRow> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<XSLFTableRow>
      • mergeCells

        public void mergeCells(int firstRow,
                               int lastRow,
                               int firstCol,
                               int lastCol)
        Merge cells of a table

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.