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

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.RunFontStyleStrikeValueProvider

public class RunFontStyleStrikeValueProvider
extends AbstractRunValueProvider<Boolean>


Field Summary
static RunFontStyleStrikeValueProvider INSTANCE
           
 
Constructor Summary
RunFontStyleStrikeValueProvider()
           
 
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 RunFontStyleStrikeValueProvider INSTANCE
Constructor Detail

RunFontStyleStrikeValueProvider

public RunFontStyleStrikeValueProvider()
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.