BodyType |
IBody.getPartType() |
get the PartType of the body, for example
DOCUMENT, HEADER, FOOTER, FOOTNOTE,
|
BodyType |
IBodyElement.getPartType() |
|
BodyType |
XWPFAbstractFootnoteEndnote.getPartType() |
Get the part type BodyType of the footnote.
|
BodyType |
XWPFAbstractSDT.getPartType() |
|
BodyType |
XWPFDocument.getPartType() |
get the PartType of the body, for example
DOCUMENT, HEADER, FOOTER, FOOTNOTE,
|
BodyType |
XWPFFooter.getPartType() |
get the PartType of the body
|
BodyType |
XWPFHeader.getPartType() |
get the PartType of the body
|
BodyType |
XWPFParagraph.getPartType() |
returns the partType of the bodyPart which owns the bodyElement
|
BodyType |
XWPFTable.getPartType() |
returns the partType of the bodyPart which owns the bodyElement
|
BodyType |
XWPFTableCell.getPartType() |
|
static BodyType |
BodyType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static BodyType[] |
BodyType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|