Uses of Class
org.docx4j.wml.RPr

Packages that use RPr
Package Description
org.docx4j.math  
org.docx4j.wml  
  • Uses of RPr in org.docx4j.math

    Fields in org.docx4j.math declared as RPr
    Modifier and Type Field Description
    protected RPr CTCtrlPr.rPr  
    Methods in org.docx4j.math that return RPr
    Modifier and Type Method Description
    RPr CTCtrlPr.getRPr()
    Gets the value of the rPr property.
    Methods in org.docx4j.math that return types with arguments of type RPr
    Modifier and Type Method Description
    jakarta.xml.bind.JAXBElement<RPr> ObjectFactory.createCTRRPr​(RPr value)
    Create an instance of JAXBElement<RPr>}
    Methods in org.docx4j.math with parameters of type RPr
    Modifier and Type Method Description
    jakarta.xml.bind.JAXBElement<RPr> ObjectFactory.createCTRRPr​(RPr value)
    Create an instance of JAXBElement<RPr>}
    void CTCtrlPr.setRPr​(RPr value)
    Sets the value of the rPr property.
  • Uses of RPr in org.docx4j.wml

    Fields in org.docx4j.wml declared as RPr
    Modifier and Type Field Description
    protected RPr CTRPrDefault.rPr  
    protected RPr CTTblStylePr.rPr  
    protected RPr DocDefaults.RPrDefault.rPr  
    protected RPr Lvl.rPr  
    protected RPr R.rPr  
    protected RPr Style.rPr  
    Fields in org.docx4j.wml with type parameters of type RPr
    Modifier and Type Field Description
    protected java.util.List<RPr> CTSdtEndPr.rPr  
    Methods in org.docx4j.wml that return RPr
    Modifier and Type Method Description
    RPr ObjectFactory.createRPr()
    Create an instance of RPr
    RPr CTRPrDefault.getRPr()
    Gets the value of the rPr property.
    RPr CTTblStylePr.getRPr()
    Gets the value of the rPr property.
    RPr DocDefaults.RPrDefault.getRPr()
    Gets the value of the rPr property.
    RPr Lvl.getRPr()
    Gets the value of the rPr property.
    RPr R.getRPr()
    Gets the value of the rPr property.
    RPr Style.getRPr()
    Gets the value of the rPr property.
    Methods in org.docx4j.wml that return types with arguments of type RPr
    Modifier and Type Method Description
    jakarta.xml.bind.JAXBElement<RPr> ObjectFactory.createSdtPrRPr​(RPr value)
    Create an instance of JAXBElement<RPr>}
    java.util.List<RPr> CTSdtEndPr.getRPr()
    Gets the value of the rPr property.
    Methods in org.docx4j.wml with parameters of type RPr
    Modifier and Type Method Description
    jakarta.xml.bind.JAXBElement<RPr> ObjectFactory.createSdtPrRPr​(RPr value)
    Create an instance of JAXBElement<RPr>}
    void CTRPrDefault.setRPr​(RPr value)
    Sets the value of the rPr property.
    void CTTblStylePr.setRPr​(RPr value)
    Sets the value of the rPr property.
    void DocDefaults.RPrDefault.setRPr​(RPr value)
    Sets the value of the rPr property.
    void Lvl.setRPr​(RPr value)
    Sets the value of the rPr property.
    void R.setRPr​(RPr value)
    Sets the value of the rPr property.
    void Style.setRPr​(RPr value)
    Sets the value of the rPr property.