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