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

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<Value>
          extended by org.apache.poi.xwpf.converter.core.styles.paragraph.AbstractSpacingParagraphValueProvider<Float>
              extended by org.apache.poi.xwpf.converter.core.styles.paragraph.ParagraphSpacingAfterValueProvider
All Implemented Interfaces:
IValueProvider<Float,org.apache.poi.xwpf.usermodel.XWPFParagraph>

public class ParagraphSpacingAfterValueProvider
extends AbstractSpacingParagraphValueProvider<Float>


Field Summary
static ParagraphSpacingAfterValueProvider INSTANCE
           
 
Constructor Summary
ParagraphSpacingAfterValueProvider()
           
 
Method Summary
protected  Float getDefaultValue(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph, XWPFStylesDocument stylesDocument)
           
protected  Float getStaticValue(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph, XWPFStylesDocument stylesDocument)
           
protected  Float getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSpacing spacing)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.paragraph.AbstractSpacingParagraphValueProvider
getKeyBuffer, getSpacing, getValue
 
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
getKey, 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 ParagraphSpacingAfterValueProvider INSTANCE
Constructor Detail

ParagraphSpacingAfterValueProvider

public ParagraphSpacingAfterValueProvider()
Method Detail

getDefaultValue

protected Float getDefaultValue(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph,
                                XWPFStylesDocument stylesDocument)
Overrides:
getDefaultValue in class AbstractValueProvider<Float,org.apache.poi.xwpf.usermodel.XWPFParagraph>

getValue

protected Float getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSpacing spacing)
Specified by:
getValue in class AbstractSpacingParagraphValueProvider<Float>

getStaticValue

protected Float getStaticValue(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph,
                               XWPFStylesDocument stylesDocument)
Overrides:
getStaticValue in class AbstractValueProvider<Float,org.apache.poi.xwpf.usermodel.XWPFParagraph>


Copyright © 2013. All rights reserved.