org.apache.poi.xwpf.converter.core.styles.table.cell
Class TableCellGridSpanValueProvider

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.styles.AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTableCell>
      extended by org.apache.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellValueProvider<BigInteger>
          extended by org.apache.poi.xwpf.converter.core.styles.table.cell.TableCellGridSpanValueProvider
All Implemented Interfaces:
IValueProvider<BigInteger,org.apache.poi.xwpf.usermodel.XWPFTableCell>

public class TableCellGridSpanValueProvider
extends AbstractTableCellValueProvider<BigInteger>


Field Summary
static TableCellGridSpanValueProvider INSTANCE
           
 
Constructor Summary
TableCellGridSpanValueProvider()
           
 
Method Summary
 BigInteger getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellValueProvider
getDefaultStyle, getParentTableCell, getStyleID, getTcPr, getTcPr, getTcPr, getTcPr, getValueFromDocDefaultsStyle, getValueFromElement, getValueFromStyle, getValueFromTableStyle
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.AbstractValueProvider
getDefaultValue, getKey, getKeyBuffer, getStaticValue, getValue, getValueFromDefaultStyle, getValueFromDocDefaultsStyle, getValueFromStyleIds, getValueFromStyles, internalGetValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final TableCellGridSpanValueProvider INSTANCE
Constructor Detail

TableCellGridSpanValueProvider

public TableCellGridSpanValueProvider()
Method Detail

getValue

public BigInteger getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
Specified by:
getValue in class AbstractTableCellValueProvider<BigInteger>


Copyright © 2013. All rights reserved.