org.apache.poi.xwpf.converter.core.openxmlformats.styles.table
Class TableWidthValueProvider

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.AbstractTableValueProvider<TableWidth>
      extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.TableWidthValueProvider

public class TableWidthValueProvider
extends AbstractTableValueProvider<TableWidth>


Field Summary
static TableWidthValueProvider INSTANCE
           
 
Constructor Summary
TableWidthValueProvider()
           
 
Method Summary
 TableWidth getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr, XWPFStylesDocument document)
           
 TableWidth getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr, XWPFStylesDocument document)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.AbstractTableValueProvider
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final TableWidthValueProvider INSTANCE
Constructor Detail

TableWidthValueProvider

public TableWidthValueProvider()
Method Detail

getValue

public TableWidth getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr,
                           XWPFStylesDocument document)
Specified by:
getValue in class AbstractTableValueProvider<TableWidth>

getValue

public TableWidth getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr,
                           XWPFStylesDocument document)
Specified by:
getValue in class AbstractTableValueProvider<TableWidth>


Copyright © 2013. All rights reserved.