Uses of Class
org.apache.poi.xwpf.usermodel.BodyType

Packages that use BodyType
org.apache.poi.xwpf.usermodel   
 

Uses of BodyType in org.apache.poi.xwpf.usermodel
 

Fields in org.apache.poi.xwpf.usermodel declared as BodyType
static BodyType BodyType.DOCUMENT
           
static BodyType BodyType.FOOTER
           
static BodyType BodyType.FOOTNOTE
           
static BodyType BodyType.HEADER
           
static BodyType BodyType.TABLECELL
           
 

Methods in org.apache.poi.xwpf.usermodel that return BodyType
 BodyType XWPFTableCell.getPartType()
           
 BodyType XWPFTable.getPartType()
          returns the partType of the bodyPart which owns the bodyElement
 BodyType XWPFParagraph.getPartType()
          returns the partType of the bodyPart which owns the bodyElement
 BodyType XWPFHeader.getPartType()
          get the PartType of the body
 BodyType XWPFFootnote.getPartType()
          get the PartType of the body
 BodyType XWPFFooter.getPartType()
          get the PartType of the body
 BodyType XWPFDocument.getPartType()
          get the PartType of the body, for example DOCUMENT, HEADER, FOOTER, FOOTNOTE,
 BodyType IBodyElement.getPartType()
           
 BodyType IBody.getPartType()
          get the PartType of the body, for example DOCUMENT, HEADER, FOOTER, FOOTNOTE,