Uses of Class
org.apache.poi.hwpf.model.ListLevel

Packages that use ListLevel
org.apache.poi.hwpf.model   
 

Uses of ListLevel in org.apache.poi.hwpf.model
 

Methods in org.apache.poi.hwpf.model that return ListLevel
 ListLevel ListFormatOverrideLevel.getLevel()
           
 ListLevel[] ListData.getLevels()
           
 ListLevel ListData.getLevel(int index)
          Gets the level associated to a particular List at a particular index.
 ListLevel ListTables.getLevel(int listID, int level)
           
 

Methods in org.apache.poi.hwpf.model with parameters of type ListLevel
 void ListData.setLevel(int index, ListLevel level)
           
 



Copyright 2005 The Apache Software Foundation or its licensors, as applicable.