org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.row
Class AbstractTableRowValueProvider<Value>

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.row.AbstractTableRowValueProvider<Value>
Direct Known Subclasses:
TableRowHeaderValueProvider

public abstract class AbstractTableRowValueProvider<Value>
extends Object


Constructor Summary
AbstractTableRowValueProvider()
           
 
Method Summary
 Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row, XWPFStylesDocument document)
           
abstract  Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr row, XWPFStylesDocument document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTableRowValueProvider

public AbstractTableRowValueProvider()
Method Detail

getValue

public Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row,
                      XWPFStylesDocument document)

getValue

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


Copyright © 2013. All rights reserved.