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

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.AbstractTablelMarginValueProvider
All Implemented Interfaces:
IValueProvider<Float,org.apache.poi.xwpf.usermodel.XWPFTable>
Direct Known Subclasses:
TableMarginBottomValueProvider, TableMarginLeftValueProvider, TableMarginRightValueProvider, TableMarginTopValueProvider

public abstract class AbstractTablelMarginValueProvider
extends AbstractTableValueProvider<Float>


Constructor Summary
AbstractTablelMarginValueProvider()
           
 
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.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
 

Constructor Detail

AbstractTablelMarginValueProvider

public AbstractTablelMarginValueProvider()
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>

getValue

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


Copyright © 2013. All rights reserved.