Uses of Class
org.apache.poi.xwpf.converter.core.ListItemContext

Packages that use ListItemContext
org.apache.poi.xwpf.converter.core   
org.apache.poi.xwpf.converter.core.openxmlformats   
 

Uses of ListItemContext in org.apache.poi.xwpf.converter.core
 

Subclasses of ListItemContext in org.apache.poi.xwpf.converter.core
 class ListContext
           
 

Methods in org.apache.poi.xwpf.converter.core that return ListItemContext
 ListItemContext ListContext.addItem(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl lvl)
           
 ListItemContext ListItemContext.createAndAddItem(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl lvl)
           
 ListItemContext ListItemContext.getParent()
           
 

Methods in org.apache.poi.xwpf.converter.core with parameters of type ListItemContext
protected abstract  T XWPFDocumentVisitor.startVisitParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph, ListItemContext itemContext, T parentContainer)
           
 

Constructors in org.apache.poi.xwpf.converter.core with parameters of type ListItemContext
ListItemContext(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl lvl, int number, ListItemContext parent)
           
 

Uses of ListItemContext in org.apache.poi.xwpf.converter.core.openxmlformats
 

Methods in org.apache.poi.xwpf.converter.core.openxmlformats with parameters of type ListItemContext
protected abstract  T OpenXMlFormatsVisitor.startVisitParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph, ListItemContext itemContext, T container)
           
 



Copyright © 2014. All Rights Reserved.