Package org.apache.poi.xwpf.usermodel
Interface IRunBody
- 
- All Known Implementing Classes:
 XWPFParagraph,XWPFSDT
public interface IRunBodySimple interface describing bothXWPFParagraphandXWPFSDTTODO Should this be based on / extend
Paragraph? 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XWPFDocumentgetDocument()POIXMLDocumentPartgetPart() 
 - 
 
- 
- 
Method Detail
- 
getDocument
XWPFDocument getDocument()
 
- 
getPart
POIXMLDocumentPart getPart()
 
 - 
 
 -