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

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.AbstractTableValueProvider<org.apache.poi.xwpf.usermodel.ParagraphAlignment>
      extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.table.TableAlignmentValueProvider

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.CTTblPrBase tblPr, XWPFStylesDocument document)
           
 org.apache.poi.xwpf.usermodel.ParagraphAlignment 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 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,
                                                                 XWPFStylesDocument document)
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,
                                                                 XWPFStylesDocument document)
Specified by:
getValue in class AbstractTableValueProvider<org.apache.poi.xwpf.usermodel.ParagraphAlignment>


Copyright © 2013. All rights reserved.