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

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

public class TableCellInfo
extends Object


Constructor Summary
TableCellInfo(TableInfo tableInfo, boolean firstRow, boolean lastRow, boolean firstCol, boolean lastCol)
           
 
Method Summary
 boolean canApplyFirstCol()
           
 boolean canApplyFirstRow()
           
 boolean canApplyLastCol()
           
 boolean canApplyLastRow()
           
 void getTableCellBorder(org.apache.poi.xwpf.usermodel.XWPFTableCell cell, BorderSide borderSide)
           
 boolean isFirstCol()
           
 boolean isFirstRow()
           
 boolean isInside(BorderSide borderSide)
           
 boolean isLastCol()
           
 boolean isLastRow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableCellInfo

public TableCellInfo(TableInfo tableInfo,
                     boolean firstRow,
                     boolean lastRow,
                     boolean firstCol,
                     boolean lastCol)
Method Detail

isFirstRow

public boolean isFirstRow()

isLastRow

public boolean isLastRow()

isFirstCol

public boolean isFirstCol()

isLastCol

public boolean isLastCol()

canApplyFirstRow

public boolean canApplyFirstRow()

canApplyLastRow

public boolean canApplyLastRow()

canApplyFirstCol

public boolean canApplyFirstCol()

canApplyLastCol

public boolean canApplyLastCol()

isInside

public boolean isInside(BorderSide borderSide)

getTableCellBorder

public void getTableCellBorder(org.apache.poi.xwpf.usermodel.XWPFTableCell cell,
                               BorderSide borderSide)


Copyright © 2013. All rights reserved.