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   
org.apache.poi.xwpf.converter.pdf.internal   
org.apache.poi.xwpf.converter.xhtml.internal   
 

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)
           
 

Uses of ListItemContext in org.apache.poi.xwpf.converter.pdf.internal
 

Methods in org.apache.poi.xwpf.converter.pdf.internal with parameters of type ListItemContext
protected  IITextContainer FastPdfMapper.startVisitParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph, ListItemContext itemContext, IITextContainer pdfParentContainer)
           
protected  IITextContainer PdfMapper.startVisitParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph docxParagraph, ListItemContext itemContext, IITextContainer pdfParentContainer)
           
 

Uses of ListItemContext in org.apache.poi.xwpf.converter.xhtml.internal
 

Methods in org.apache.poi.xwpf.converter.xhtml.internal with parameters of type ListItemContext
protected  Object XHTMLMapper.startVisitParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph, ListItemContext itemContext, Object parentContainer)
           
 



Copyright © 2013. All rights reserved.