Uses of Class
org.apache.poi.xwpf.usermodel.BodyElementType

Packages that use BodyElementType
org.apache.poi.xwpf.usermodel   
 

Uses of BodyElementType in org.apache.poi.xwpf.usermodel
 

Fields in org.apache.poi.xwpf.usermodel declared as BodyElementType
static BodyElementType BodyElementType.PARAGRAPH
           
static BodyElementType BodyElementType.TABLE
           
 

Methods in org.apache.poi.xwpf.usermodel that return BodyElementType
 BodyElementType XWPFTable.getElementType()
          returns the type of the BodyElement Table
 BodyElementType XWPFParagraph.getElementType()
          returns the type of the BodyElement Paragraph
 BodyElementType IBodyElement.getElementType()