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 BodyElementTypeIBodyElement. getElementType()BodyElementTypeXWPFAbstractSDT. getElementType()BodyElementTypeXWPFParagraph. getElementType()returns the type of the BodyElement ParagraphBodyElementTypeXWPFTable. getElementType()returns the type of the BodyElement Tablestatic BodyElementTypeBodyElementType. valueOf(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.
-