org.apache.poi.xwpf.converter.core.styles.table.row
Class AbstractTableRowMarginValueProvider

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.styles.AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTableRow>
      extended by org.apache.poi.xwpf.converter.core.styles.table.row.AbstractTableRowExValueProvider<Float>
          extended by org.apache.poi.xwpf.converter.core.styles.table.row.AbstractTableRowMarginValueProvider
All Implemented Interfaces:
IValueProvider<Float,org.apache.poi.xwpf.usermodel.XWPFTableRow>
Direct Known Subclasses:
TableRowMarginBottomValueProvider, TableRowMarginLeftValueProvider, TableRowMarginRightValueProvider, TableRowMarginTopValueProvider

public abstract class AbstractTableRowMarginValueProvider
extends AbstractTableRowExValueProvider<Float>


Constructor Summary
AbstractTableRowMarginValueProvider()
           
 
Method Summary
abstract  org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblCellMar margin)
           
 Float getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrEx tblPrEx)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.table.row.AbstractTableRowExValueProvider
getDefaultStyle, getParentTableCell, getStyleID, getTblPrEx, 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
 

Constructor Detail

AbstractTableRowMarginValueProvider

public AbstractTableRowMarginValueProvider()
Method Detail

getValue

public Float getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrEx tblPrEx)
Specified by:
getValue in class AbstractTableRowExValueProvider<Float>

getValue

public abstract org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblCellMar margin)


Copyright © 2013. All rights reserved.