org.apache.poi.xwpf.usermodel
Interface IBodyElement

All Known Implementing Classes:
XWPFParagraph, XWPFTable

public interface IBodyElement

9 Jan 2010

Author:
Philipp Epp

Method Summary
 BodyElementType getElementType()
           
 IBody getPart()
           
 BodyType getPartType()
           
 

Method Detail

getPart

IBody getPart()

getPartType

BodyType getPartType()

getElementType

BodyElementType getElementType()