Uses of Class
org.apache.poi.xwpf.usermodel.BodyElementType
-
Packages that use BodyElementType Package Description org.apache.poi.xwpf.usermodel -
-
Uses of BodyElementType in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return BodyElementType Modifier and Type Method Description BodyElementType
IBodyElement. getElementType()
BodyElementType
XWPFAbstractSDT. getElementType()
BodyElementType
XWPFParagraph. getElementType()
returns the type of the BodyElement ParagraphBodyElementType
XWPFTable. getElementType()
returns the type of the BodyElement Tablestatic 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.
-