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

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<org.openxmlformats.schemas.wordprocessingml.x2006.main.CTNumPr>
          extended by org.apache.poi.xwpf.converter.core.styles.paragraph.ParagraphNumPrValueProvider
All Implemented Interfaces:
IValueProvider<org.openxmlformats.schemas.wordprocessingml.x2006.main.CTNumPr,org.apache.poi.xwpf.usermodel.XWPFParagraph>

public class ParagraphNumPrValueProvider
extends AbstractParagraphValueProvider<org.openxmlformats.schemas.wordprocessingml.x2006.main.CTNumPr>


Field Summary
static ParagraphNumPrValueProvider INSTANCE
           
 
Constructor Summary
ParagraphNumPrValueProvider()
           
 
Method Summary
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTNumPr 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, getKeyBuffer, 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 ParagraphNumPrValueProvider INSTANCE
Constructor Detail

ParagraphNumPrValueProvider

public ParagraphNumPrValueProvider()
Method Detail

getValue

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


Copyright © 2013. All rights reserved.