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

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

public class ParagraphIndentationHangingValueProvider
extends AbstractIndentationParagraphValueProvider<Float>


Field Summary
static ParagraphIndentationHangingValueProvider INSTANCE
           
 
Constructor Summary
ParagraphIndentationHangingValueProvider()
           
 
Method Summary
 Float getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd ind)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.paragraph.AbstractIndentationParagraphValueProvider
getInd, getKeyBuffer, 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
getDefaultValue, getKey, 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 ParagraphIndentationHangingValueProvider INSTANCE
Constructor Detail

ParagraphIndentationHangingValueProvider

public ParagraphIndentationHangingValueProvider()
Method Detail

getValue

public Float getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd ind)
Specified by:
getValue in class AbstractIndentationParagraphValueProvider<Float>


Copyright © 2013. All rights reserved.