Uses of Class
org.docx4j.wml.Lvl

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

    Fields in org.docx4j.wml declared as Lvl
    Modifier and Type Field Description
    protected Lvl Numbering.Num.LvlOverride.lvl  
    Fields in org.docx4j.wml with type parameters of type Lvl
    Modifier and Type Field Description
    protected java.util.List<Lvl> Numbering.AbstractNum.lvl  
    Methods in org.docx4j.wml that return Lvl
    Modifier and Type Method Description
    Lvl ObjectFactory.createLvl()
    Create an instance of Lvl
    Lvl Numbering.Num.LvlOverride.getLvl()
    Gets the value of the lvl property.
    Methods in org.docx4j.wml that return types with arguments of type Lvl
    Modifier and Type Method Description
    java.util.List<Lvl> Numbering.AbstractNum.getLvl()
    Gets the value of the lvl property.
    Methods in org.docx4j.wml with parameters of type Lvl
    Modifier and Type Method Description
    void Numbering.Num.LvlOverride.setLvl​(Lvl value)
    Sets the value of the lvl property.