Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Method | Description |
---|---|---|
BodyType |
AbstractXWPFSDT.getPartType() |
|
BodyType |
IBody.getPartType() |
get the PartType of the body, for example
DOCUMENT, HEADER, FOOTER, FOOTNOTE,
|
BodyType |
IBodyElement.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 |
XWPFFootnote.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.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.