|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |