org.apache.poi.xwpf.converter.core.openxmlformats.styles.run
Class RunFontStyleItalicValueProvider

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.run.AbstractRunValueProvider<Boolean>
      extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.run.RunFontStyleItalicValueProvider

public class RunFontStyleItalicValueProvider
extends AbstractRunValueProvider<Boolean>


Field Summary
static RunFontStyleItalicValueProvider INSTANCE
           
 
Constructor Summary
RunFontStyleItalicValueProvider()
           
 
Method Summary
 Boolean getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr rpr, XWPFStylesDocument stylesDocument)
           
 Boolean getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rpr, XWPFStylesDocument stylesDocument)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.openxmlformats.styles.run.AbstractRunValueProvider
getCTRPr, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static RunFontStyleItalicValueProvider INSTANCE
Constructor Detail

RunFontStyleItalicValueProvider

public RunFontStyleItalicValueProvider()
Method Detail

getValue

public Boolean getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rpr,
                        XWPFStylesDocument stylesDocument)
Specified by:
getValue in class AbstractRunValueProvider<Boolean>

getValue

public Boolean getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr rpr,
                        XWPFStylesDocument stylesDocument)
Specified by:
getValue in class AbstractRunValueProvider<Boolean>


Copyright © 2013. All rights reserved.