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
 XWPFDocument getDocument()
           
 POIXMLDocumentPart getPart()
           
 

Method Detail

getDocument

XWPFDocument getDocument()

getPart

POIXMLDocumentPart getPart()


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.