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.getLevel(int index)
          Gets the level associated to a particular List at a particular index.
 ListLevel ListTables.getLevel(int listID, int level)
           
 ListLevel[] ListData.getLevels()
           
 

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



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