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
 

Methods in org.apache.poi.xwpf.usermodel that return BodyType
 BodyType XWPFSDT.getPartType()
           
 BodyType XWPFParagraph.getPartType()
          returns the partType of the bodyPart which owns the bodyElement
 BodyType IBody.getPartType()
          get the PartType of the body, for example DOCUMENT, HEADER, FOOTER, FOOTNOTE,
 BodyType XWPFHeader.getPartType()
          get the PartType of the body
 BodyType IBodyElement.getPartType()
           
 BodyType XWPFTableCell.getPartType()
           
 BodyType XWPFFootnote.getPartType()
          get the PartType of the body
 BodyType XWPFDocument.getPartType()
          get the PartType of the body, for example DOCUMENT, HEADER, FOOTER, FOOTNOTE,
 BodyType XWPFTable.getPartType()
          returns the partType of the bodyPart which owns the bodyElement
 BodyType XWPFFooter.getPartType()
          get the PartType of the body
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're declared.
 



Copyright 2014 The Apache Software Foundation or its licensors, as applicable.