-
Methods in org.docx4j.wml that return PPr
| Modifier and Type |
Method |
Description |
PPr |
ObjectFactory.createPPr() |
Create an instance of PPr
|
PPr |
CTPPrDefault.getPPr() |
Gets the value of the pPr property.
|
PPr |
CTTblStylePr.getPPr() |
Gets the value of the pPr property.
|
PPr |
DocDefaults.PPrDefault.getPPr() |
Gets the value of the pPr property.
|
PPr |
Lvl.getPPr() |
Gets the value of the pPr property.
|
PPr |
P.getPPr() |
Gets the value of the pPr property.
|
PPr |
Style.getPPr() |
Gets the value of the pPr property.
|
Methods in org.docx4j.wml with parameters of type PPr
| Modifier and Type |
Method |
Description |
void |
CTPPrDefault.setPPr(PPr value) |
Sets the value of the pPr property.
|
void |
CTTblStylePr.setPPr(PPr value) |
Sets the value of the pPr property.
|
void |
DocDefaults.PPrDefault.setPPr(PPr value) |
Sets the value of the pPr property.
|
void |
Lvl.setPPr(PPr value) |
Sets the value of the pPr property.
|
void |
P.setPPr(PPr value) |
Sets the value of the pPr property.
|
void |
Style.setPPr(PPr value) |
Sets the value of the pPr property.
|