Package org.apache.poi.xwpf.usermodel
Interface IBodyElement
-
- All Known Implementing Classes:
XWPFParagraph,XWPFSDT,XWPFTable
public interface IBodyElement9 Jan 2010
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IBodygetBody()BodyElementTypegetElementType()org.apache.poi.ooxml.POIXMLDocumentPartgetPart()BodyTypegetPartType()
-
-
-
Method Detail
-
getBody
IBody getBody()
-
getPart
org.apache.poi.ooxml.POIXMLDocumentPart getPart()
-
getPartType
BodyType getPartType()
-
getElementType
BodyElementType getElementType()
-
-