Package org.apache.poi.xwpf.usermodel
Class TOC
- java.lang.Object
 - 
- org.apache.poi.xwpf.usermodel.TOC
 
 
- 
public class TOC extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description TOC()TOC(CTSdtBlock block) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRow(int level, java.lang.String title, int page, java.lang.String bookmarkRef)CTSdtBlockgetBlock() 
 - 
 
- 
- 
Constructor Detail
- 
TOC
public TOC()
 
- 
TOC
public TOC(CTSdtBlock block)
 
 - 
 
- 
Method Detail
- 
getBlock
@Internal public CTSdtBlock getBlock()
 
- 
addRow
public void addRow(int level, java.lang.String title, int page, java.lang.String bookmarkRef) 
 - 
 
 -