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

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

public class TableMarginRightValueProvider
extends AbstractTablelMarginValueProvider


Field Summary
static TableMarginRightValueProvider INSTANCE
           
 
Constructor Summary
TableMarginRightValueProvider()
           
 
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.AbstractTablelMarginValueProvider
getValue, getValue
 
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 TableMarginRightValueProvider INSTANCE
Constructor Detail

TableMarginRightValueProvider

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


Copyright © 2013. All rights reserved.