org.apache.poi.xwpf.converter.core.styles.paragraph
Class ParagraphAlignmentValueProvider

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.styles.AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>
      extended by org.apache.poi.xwpf.converter.core.styles.paragraph.AbstractParagraphValueProvider<org.apache.poi.xwpf.usermodel.ParagraphAlignment>
          extended by org.apache.poi.xwpf.converter.core.styles.paragraph.ParagraphAlignmentValueProvider
All Implemented Interfaces:
IValueProvider<org.apache.poi.xwpf.usermodel.ParagraphAlignment,org.apache.poi.xwpf.usermodel.XWPFParagraph>

public class ParagraphAlignmentValueProvider
extends AbstractParagraphValueProvider<org.apache.poi.xwpf.usermodel.ParagraphAlignment>


Field Summary
static ParagraphAlignmentValueProvider INSTANCE
           
 
Constructor Summary
ParagraphAlignmentValueProvider()
           
 
Method Summary
 org.apache.poi.xwpf.usermodel.ParagraphAlignment getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr ppr)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.paragraph.AbstractParagraphValueProvider
getCTPPr, getCTPPr, getCTPPr, getCTPPr, getDefaultStyle, getParentTableCell, getStyleID, 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 ParagraphAlignmentValueProvider INSTANCE
Constructor Detail

ParagraphAlignmentValueProvider

public ParagraphAlignmentValueProvider()
Method Detail

getValue

public org.apache.poi.xwpf.usermodel.ParagraphAlignment getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr ppr)
Specified by:
getValue in class AbstractParagraphValueProvider<org.apache.poi.xwpf.usermodel.ParagraphAlignment>


Copyright © 2013. All rights reserved.