Package org.apache.poi.xwpf.usermodel
Interface IRunBody
- All Known Implementing Classes:
XWPFParagraph
,XWPFSDT
public interface IRunBody
Simple interface describing both
XWPFParagraph
and XWPFSDT
TODO Should this be based on / extend Paragraph
?
-
Method Summary
-
Method Details
-
getDocument
XWPFDocument getDocument() -
getPart
POIXMLDocumentPart getPart()
-