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 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,
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 2012 The Apache Software Foundation or its licensors, as applicable.