Uses of Enum Class
org.apache.poi.xwpf.usermodel.BodyType
Packages that use BodyType
-
Uses of BodyType in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return BodyTypeModifier and TypeMethodDescriptionIBody.getPartType()
get the PartType of the body, for example DOCUMENT, HEADER, FOOTER, FOOTNOTE,IBodyElement.getPartType()
XWPFAbstractFootnoteEndnote.getPartType()
Get the part typeBodyType
of the footnote.XWPFAbstractSDT.getPartType()
XWPFDocument.getPartType()
get the PartType of the body, for example DOCUMENT, HEADER, FOOTER, FOOTNOTE,XWPFFooter.getPartType()
get the PartType of the bodyXWPFHeader.getPartType()
get the PartType of the bodyXWPFParagraph.getPartType()
returns the partType of the bodyPart which owns the bodyElementXWPFTable.getPartType()
returns the partType of the bodyPart which owns the bodyElementXWPFTableCell.getPartType()
static BodyType
Returns the enum constant of this class with the specified name.static BodyType[]
BodyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.