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

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

public class TableRowMarginBottomValueProvider
extends AbstractTableRowMarginValueProvider


Field Summary
static TableRowMarginBottomValueProvider INSTANCE
           
 
Constructor Summary
TableRowMarginBottomValueProvider()
           
 
Method Summary
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblCellMar margin)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.table.row.AbstractTableRowMarginValueProvider
getValue
 
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
 

Field Detail

INSTANCE

public static final TableRowMarginBottomValueProvider INSTANCE
Constructor Detail

TableRowMarginBottomValueProvider

public TableRowMarginBottomValueProvider()
Method Detail

getValue

public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblCellMar margin)
Specified by:
getValue in class AbstractTableRowMarginValueProvider


Copyright © 2013. All rights reserved.