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

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<Value>
All Implemented Interfaces:
IValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>
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)
           
protected  StringBuilder getKeyBuffer(org.apache.poi.xwpf.usermodel.XWPFParagraph element, XWPFStylesDocument stylesDocument, String styleId, org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType.Enum type)
           
abstract  Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd ind)
           
 Value 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, 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
 

Constructor Detail

AbstractIndentationParagraphValueProvider

public AbstractIndentationParagraphValueProvider()
Method Detail

getValue

public Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr ppr)
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)

getKeyBuffer

protected StringBuilder getKeyBuffer(org.apache.poi.xwpf.usermodel.XWPFParagraph element,
                                     XWPFStylesDocument stylesDocument,
                                     String styleId,
                                     org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType.Enum type)
Overrides:
getKeyBuffer in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>

getValue

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


Copyright © 2013. All rights reserved.