Uses of Class
org.apache.poi.hwpf.usermodel.HWPFList
-
Packages that use HWPFList Package Description org.apache.poi.hwpf org.apache.poi.hwpf.converter org.apache.poi.hwpf.usermodel -
-
Uses of HWPFList in org.apache.poi.hwpf
Methods in org.apache.poi.hwpf with parameters of type HWPFList Modifier and Type Method Description int
HWPFDocument. registerList(HWPFList list)
-
Uses of HWPFList in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type HWPFList Modifier and Type Method Description static java.lang.String
AbstractWordUtils. getBulletText(AbstractWordUtils.NumberingState numberingState, HWPFList list, char level)
-
Uses of HWPFList in org.apache.poi.hwpf.usermodel
Methods in org.apache.poi.hwpf.usermodel that return HWPFList Modifier and Type Method Description HWPFList
Paragraph. getList()
-