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

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

public class RunFontSizeValueProvider
extends AbstractRunValueProvider<Float>


Field Summary
static RunFontSizeValueProvider INSTANCE
           
 
Constructor Summary
RunFontSizeValueProvider()
           
 
Method Summary
 Float getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr pr, XWPFStylesDocument document)
           
 Float getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr pr, XWPFStylesDocument document)
           
 
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 final RunFontSizeValueProvider INSTANCE
Constructor Detail

RunFontSizeValueProvider

public RunFontSizeValueProvider()
Method Detail

getValue

public Float getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr pr,
                      XWPFStylesDocument document)
Specified by:
getValue in class AbstractRunValueProvider<Float>

getValue

public Float getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTParaRPr pr,
                      XWPFStylesDocument document)
Specified by:
getValue in class AbstractRunValueProvider<Float>


Copyright © 2013. All rights reserved.