org.apache.poi.xwpf.converter.core.styles.table.cell
Class TableCellMarginLeftValueProvider

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.styles.AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFTableCell>
      extended by org.apache.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellValueProvider<Float>
          extended by org.apache.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellMarginValueProvider
              extended by org.apache.poi.xwpf.converter.core.styles.table.cell.TableCellMarginLeftValueProvider
All Implemented Interfaces:
IValueProvider<Float,org.apache.poi.xwpf.usermodel.XWPFTableCell>

public class TableCellMarginLeftValueProvider
extends AbstractTableCellMarginValueProvider


Field Summary
static TableCellMarginLeftValueProvider INSTANCE
           
 
Constructor Summary
TableCellMarginLeftValueProvider()
           
 
Method Summary
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcMar margin)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellMarginValueProvider
getValue
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.table.cell.AbstractTableCellValueProvider
getDefaultStyle, getParentTableCell, getStyleID, getTcPr, getTcPr, getTcPr, getTcPr, 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 TableCellMarginLeftValueProvider INSTANCE
Constructor Detail

TableCellMarginLeftValueProvider

public TableCellMarginLeftValueProvider()
Method Detail

getValue

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


Copyright © 2013. All rights reserved.