org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.cell
Class AbstractTableCellValueProvider<Value>

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.cell.AbstractTableCellValueProvider<Value>
Direct Known Subclasses:
TableCellBackgroundColorValueProvider

public abstract class AbstractTableCellValueProvider<Value>
extends Object


Constructor Summary
AbstractTableCellValueProvider()
           
 
Method Summary
abstract  Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr, XWPFStylesDocument document)
           
 Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell, XWPFStylesDocument document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTableCellValueProvider

public AbstractTableCellValueProvider()
Method Detail

getValue

public Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell,
                      XWPFStylesDocument document)

getValue

public abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr,
                               XWPFStylesDocument document)


Copyright © 2013. All rights reserved.