-
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.
|
-
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.
|