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

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

public class TableAlignmentValueProvider
extends AbstractTableValueProvider<org.apache.poi.xwpf.usermodel.ParagraphAlignment>


Field Summary
static TableAlignmentValueProvider INSTANCE
           
 
Constructor Summary
TableAlignmentValueProvider()
           
 
Method Summary
 org.apache.poi.xwpf.usermodel.ParagraphAlignment getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr)
           
 org.apache.poi.xwpf.usermodel.ParagraphAlignment 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
 

Field Detail

INSTANCE

public static final TableAlignmentValueProvider INSTANCE
Constructor Detail

TableAlignmentValueProvider

public TableAlignmentValueProvider()
Method Detail

getValue

public org.apache.poi.xwpf.usermodel.ParagraphAlignment getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr)
Specified by:
getValue in class AbstractTableValueProvider<org.apache.poi.xwpf.usermodel.ParagraphAlignment>

getValue

public org.apache.poi.xwpf.usermodel.ParagraphAlignment getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr)
Specified by:
getValue in class AbstractTableValueProvider<org.apache.poi.xwpf.usermodel.ParagraphAlignment>


Copyright © 2013. All rights reserved.