org.apache.poi.xwpf.converter.core.styles
Class TableInfo

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.styles.TableInfo

public class TableInfo
extends Object


Constructor Summary
TableInfo(org.apache.poi.xwpf.usermodel.XWPFTable table, XWPFStylesDocument stylesDocument)
           
 
Method Summary
 void addCellInfo(org.apache.poi.xwpf.usermodel.XWPFTableCell cell, boolean firstRow, boolean lastRow, boolean firstCol, boolean lastCol)
           
 boolean canApplyFirstCol()
           
 boolean canApplyFirstRow()
           
 boolean canApplyLastCol()
           
 boolean canApplyLastRow()
           
 TableCellInfo getCellInfo(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableInfo

public TableInfo(org.apache.poi.xwpf.usermodel.XWPFTable table,
                 XWPFStylesDocument stylesDocument)
Method Detail

getCellInfo

public TableCellInfo getCellInfo(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)

addCellInfo

public void addCellInfo(org.apache.poi.xwpf.usermodel.XWPFTableCell cell,
                        boolean firstRow,
                        boolean lastRow,
                        boolean firstCol,
                        boolean lastCol)

canApplyFirstRow

public boolean canApplyFirstRow()

canApplyLastRow

public boolean canApplyLastRow()

canApplyFirstCol

public boolean canApplyFirstCol()

canApplyLastCol

public boolean canApplyLastCol()


Copyright © 2013. All rights reserved.