Uses of Class
org.docx4j.wml.RPr

Packages that use RPr
Package
Description
 
 
  • 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
    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 List<RPr>
    CTSdtEndPr.rPr
     
    Methods in org.docx4j.wml that return RPr
    Modifier and Type
    Method
    Description
    ObjectFactory.createRPr()
    Create an instance of RPr
    CTRPrDefault.getRPr()
    Gets the value of the rPr property.
    CTTblStylePr.getRPr()
    Gets the value of the rPr property.
    DocDefaults.RPrDefault.getRPr()
    Gets the value of the rPr property.
    Lvl.getRPr()
    Gets the value of the rPr property.
    R.getRPr()
    Gets the value of the rPr property.
    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>}
    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.