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

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

public class RunFontStyleBoldValueProvider
extends AbstractRunValueProvider<Boolean>


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

RunFontStyleBoldValueProvider

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