org.apache.poi.xwpf.usermodel
Class XWPFDefaultRunStyle

java.lang.Object
  extended by org.apache.poi.xwpf.usermodel.XWPFDefaultRunStyle

public class XWPFDefaultRunStyle
extends java.lang.Object

Default Character Run style, from which other styles will override TODO Share logic with XWPFRun which also uses CTRPr


Constructor Summary
XWPFDefaultRunStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rpr)
           
 
Method Summary
 int getFontSize()
           
protected  org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr getRPr()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWPFDefaultRunStyle

public XWPFDefaultRunStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rpr)
Method Detail

getRPr

protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr getRPr()

getFontSize

public int getFontSize()