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

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.AbstractTableValueProvider<Value>
Direct Known Subclasses:
TableAlignmentValueProvider, TableIndentationValueProvider, TableWidthValueProvider

public abstract class AbstractTableValueProvider<Value>
extends Object


Constructor Summary
AbstractTableValueProvider()
           
 
Method Summary
abstract  Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr, XWPFStylesDocument document)
           
abstract  Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr, XWPFStylesDocument document)
           
 Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table, XWPFStylesDocument document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTableValueProvider

public AbstractTableValueProvider()
Method Detail

getValue

public Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table,
                      XWPFStylesDocument document)

getValue

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

getValue

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


Copyright © 2013. All rights reserved.