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

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<Float>
          extended by org.apache.poi.xwpf.converter.core.styles.table.TableIndentationValueProvider
All Implemented Interfaces:
IValueProvider<Float,org.apache.poi.xwpf.usermodel.XWPFTable>

public class TableIndentationValueProvider
extends AbstractTableValueProvider<Float>


Field Summary
static TableIndentationValueProvider INSTANCE
           
 
Constructor Summary
TableIndentationValueProvider()
           
 
Method Summary
 Float getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr)
           
 Float 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 TableIndentationValueProvider INSTANCE
Constructor Detail

TableIndentationValueProvider

public TableIndentationValueProvider()
Method Detail

getValue

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

getValue

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


Copyright © 2013. All rights reserved.