Class 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

      Constructors 
      Constructor Description
      XWPFDefaultRunStyle​(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rpr)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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()