org.apache.poi.xwpf.converter.core.openxmlformats.styles.paragraph
Class AbstractIndentationParagraphValueProvider<Value>

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<Value>
Direct Known Subclasses:
ParagraphIndentationFirstLineValueProvider, ParagraphIndentationHangingValueProvider, ParagraphIndentationLeftValueProvider, ParagraphIndentationRightValueProvider

public abstract class AbstractIndentationParagraphValueProvider<Value>
extends AbstractParagraphValueProvider<Value>


Constructor Summary
AbstractIndentationParagraphValueProvider()
           
 
Method Summary
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd getInd(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pr)
           
abstract  Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd ind)
           
 Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr ppr, XWPFStylesDocument document)
           
 
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
 

Constructor Detail

AbstractIndentationParagraphValueProvider

public AbstractIndentationParagraphValueProvider()
Method Detail

getValue

public Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr ppr,
                      XWPFStylesDocument document)
Specified by:
getValue in class AbstractParagraphValueProvider<Value>

getInd

public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd getInd(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pr)

getValue

public abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd ind)


Copyright © 2013. All rights reserved.