Uses of Class
org.docx4j.wml.Jc

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

    Fields in org.docx4j.wml declared as Jc
    Modifier and Type Field Description
    protected Jc CTTblPrBase.jc  
    protected Jc CTTblPrExBase.jc  
    protected Jc PPrBase.jc  
    protected Jc Lvl.lvlJc  
    Methods in org.docx4j.wml that return Jc
    Modifier and Type Method Description
    Jc ObjectFactory.createJc()
    Create an instance of Jc
    Jc CTTblPrBase.getJc()
    Gets the value of the jc property.
    Jc CTTblPrExBase.getJc()
    Gets the value of the jc property.
    Jc PPrBase.getJc()
    Gets the value of the jc property.
    Jc Lvl.getLvlJc()
    Gets the value of the lvlJc property.
    Methods in org.docx4j.wml that return types with arguments of type Jc
    Modifier and Type Method Description
    jakarta.xml.bind.JAXBElement<Jc> ObjectFactory.createCTTrPrBaseJc​(Jc value)
    Create an instance of JAXBElement<Jc>}
    Methods in org.docx4j.wml with parameters of type Jc
    Modifier and Type Method Description
    jakarta.xml.bind.JAXBElement<Jc> ObjectFactory.createCTTrPrBaseJc​(Jc value)
    Create an instance of JAXBElement<Jc>}
    void CTTblPrBase.setJc​(Jc value)
    Sets the value of the jc property.
    void CTTblPrExBase.setJc​(Jc value)
    Sets the value of the jc property.
    void PPrBase.setJc​(Jc value)
    Sets the value of the jc property.
    void Lvl.setLvlJc​(Jc value)
    Sets the value of the lvlJc property.