org.apache.poi.xwpf.converter.core.openxmlformats.styles.run
Class AbstractRunValueProvider<Value>

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.run.AbstractRunValueProvider<Value>
Direct Known Subclasses:
RunBackgroundColorValueProvider, RunFontColorValueProvider, RunFontFamilyValueProvider, RunFontSizeValueProvider, RunFontStyleBoldValueProvider, RunFontStyleItalicValueProvider, RunFontStyleStrikeValueProvider, RunTextHighlightingValueProvider, RunUnderlineValueProvider

public abstract class AbstractRunValueProvider<Value>
extends Object


Constructor Summary
AbstractRunValueProvider()
           
 
Method Summary
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr getCTRPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults docDefaults)
           
abstract  Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr rPr, XWPFStylesDocument stylesDocument)
           
 Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph, XWPFStylesDocument document)
           
abstract  Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr, XWPFStylesDocument stylesDocument)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRunValueProvider

public AbstractRunValueProvider()
Method Detail

getValue

public Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
                      org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph,
                      XWPFStylesDocument document)

getCTRPr

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

getValue

public abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr,
                               XWPFStylesDocument stylesDocument)

getValue

public abstract Value getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr rPr,
                               XWPFStylesDocument stylesDocument)


Copyright © 2013. All rights reserved.