org.apache.poi.xwpf.converter.core
Class ListContext

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.ListItemContext
      extended by org.apache.poi.xwpf.converter.core.ListContext

public class ListContext
extends ListItemContext


Constructor Summary
ListContext()
           
 
Method Summary
 ListItemContext addItem(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl lvl)
           
 boolean isRoot()
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.ListItemContext
createAndAddItem, getLvl, getNumber, getNumberText, getParent, getText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListContext

public ListContext()
Method Detail

addItem

public ListItemContext addItem(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl lvl)

isRoot

public boolean isRoot()
Overrides:
isRoot in class ListItemContext


Copyright © 2013. All rights reserved.