Uses of Class
org.apache.poi.hwpf.usermodel.ListEntry

Packages that use ListEntry
org.apache.poi.hwpf.usermodel   
 

Uses of ListEntry in org.apache.poi.hwpf.usermodel
 

Methods in org.apache.poi.hwpf.usermodel that return ListEntry
 ListEntry Range.insertAfter(ParagraphProperties props, int listID, int level, int styleIndex)
          Inserts a list into the beginning of this range.
 ListEntry Range.insertBefore(ParagraphProperties props, int listID, int level, int styleIndex)
          Inserts a list into the beginning of this range.
 



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