Uses of Class
org.docx4j.wml.PPr

Packages that use PPr
Package
Description
 
  • 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
    ObjectFactory.createPPr()
    Create an instance of PPr
    CTPPrDefault.getPPr()
    Gets the value of the pPr property.
    CTTblStylePr.getPPr()
    Gets the value of the pPr property.
    DocDefaults.PPrDefault.getPPr()
    Gets the value of the pPr property.
    Lvl.getPPr()
    Gets the value of the pPr property.
    P.getPPr()
    Gets the value of the pPr property.
    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.