org.apache.poi.xwpf.converter.core.styles.paragraph
Class AbstractParagraphRunValueProvider<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.AbstractParagraphRunValueProvider<Value>
All Implemented Interfaces:
IValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>

public abstract class AbstractParagraphRunValueProvider<Value>
extends AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>


Constructor Summary
AbstractParagraphRunValueProvider()
           
 
Method Summary
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr getCTParaRPr(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
           
protected  org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle getDefaultStyle(org.apache.poi.xwpf.usermodel.XWPFParagraph element, XWPFStylesDocument styleManager)
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr getRPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults)
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr getRPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style)
           
protected  String[] getStyleID(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
           
abstract  Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr ppr)
           
abstract  Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr ppr)
           
protected  Value getValueFromDocDefaultsStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults, XWPFStylesDocument stylesDocument)
           
 Value getValueFromElement(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph, XWPFStylesDocument stylesDocument)
           
protected  Value getValueFromStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style, XWPFStylesDocument stylesDocument)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.AbstractValueProvider
getDefaultValue, getKey, getKeyBuffer, getParentTableCell, getStaticValue, getValue, getValueFromDefaultStyle, getValueFromDocDefaultsStyle, getValueFromStyleIds, getValueFromStyles, getValueFromTableStyle, internalGetValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractParagraphRunValueProvider

public AbstractParagraphRunValueProvider()
Method Detail

getCTParaRPr

public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr getCTParaRPr(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)

getRPr

public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr getRPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style)

getRPr

public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr getRPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults)

getValueFromElement

public Value getValueFromElement(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph,
                                 XWPFStylesDocument stylesDocument)
Specified by:
getValueFromElement in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>

getValueFromStyle

protected Value getValueFromStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style,
                                  XWPFStylesDocument stylesDocument)
Specified by:
getValueFromStyle in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>

getValueFromDocDefaultsStyle

protected Value getValueFromDocDefaultsStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults,
                                             XWPFStylesDocument stylesDocument)
Specified by:
getValueFromDocDefaultsStyle in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>

getValue

public abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr ppr)

getValue

public abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr ppr)

getStyleID

protected String[] getStyleID(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
Specified by:
getStyleID in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>

getDefaultStyle

protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle getDefaultStyle(org.apache.poi.xwpf.usermodel.XWPFParagraph element,
                                                                                         XWPFStylesDocument styleManager)
Specified by:
getDefaultStyle in class AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>


Copyright © 2013. All rights reserved.