Uses of Class
org.docx4j.wml.PPr

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

    Fields in org.docx4j.wml declared as PPr
    Modifier and Type Field Description
    protected PPr CTPPrDefault.pPr  
    protected PPr CTTblStylePr.pPr  
    protected PPr DocDefaults.PPrDefault.pPr  
    protected PPr Lvl.pPr  
    protected PPr P.pPr  
    protected PPr Style.pPr  
    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.