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
 

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()
           
static BodyElementType BodyElementType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BodyElementType[] BodyElementType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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