org.apache.poi.xwpf.converter.core.openxmlformats.styles.table
Class TableIndentationValueProvider

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.AbstractTableValueProvider<Float>
      extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.TableIndentationValueProvider

public class TableIndentationValueProvider
extends AbstractTableValueProvider<Float>


Field Summary
static TableIndentationValueProvider INSTANCE
           
 
Constructor Summary
TableIndentationValueProvider()
           
 
Method Summary
 Float getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr, XWPFStylesDocument document)
           
 Float getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr, XWPFStylesDocument document)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.AbstractTableValueProvider
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final TableIndentationValueProvider INSTANCE
Constructor Detail

TableIndentationValueProvider

public TableIndentationValueProvider()
Method Detail

getValue

public Float getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr,
                      XWPFStylesDocument document)
Specified by:
getValue in class AbstractTableValueProvider<Float>

getValue

public Float getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr,
                      XWPFStylesDocument document)
Specified by:
getValue in class AbstractTableValueProvider<Float>


Copyright © 2013. All rights reserved.