org.apache.poi.xwpf.converter.core.openxmlformats.styles.paragraph
Class ParagraphIndentationRightValueProvider

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.paragraph.AbstractParagraphValueProvider<Value>
      extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.paragraph.AbstractIndentationParagraphValueProvider<Float>
          extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.paragraph.ParagraphIndentationRightValueProvider

public class ParagraphIndentationRightValueProvider
extends AbstractIndentationParagraphValueProvider<Float>


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

ParagraphIndentationRightValueProvider

public ParagraphIndentationRightValueProvider()
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.