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

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.styles.AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTable>
      extended by org.apache.poi.xwpf.converter.core.styles.table.AbstractTableValueProvider<TableWidth>
          extended by org.apache.poi.xwpf.converter.core.styles.table.TableWidthValueProvider
All Implemented Interfaces:
IValueProvider<TableWidth,org.apache.poi.xwpf.usermodel.XWPFTable>

public class TableWidthValueProvider
extends AbstractTableValueProvider<TableWidth>


Field Summary
static TableWidthValueProvider INSTANCE
           
 
Constructor Summary
TableWidthValueProvider()
           
 
Method Summary
 TableWidth getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr)
           
 TableWidth getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.table.AbstractTableValueProvider
getDefaultStyle, getParentTableCell, getStyleID, getTblPr, getTblPr, getTblPr, 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 TableWidthValueProvider INSTANCE
Constructor Detail

TableWidthValueProvider

public TableWidthValueProvider()
Method Detail

getValue

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

getValue

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


Copyright © 2013. All rights reserved.