Uses of Interface
org.apache.poi.xwpf.usermodel.IBody

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

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

Classes in org.apache.poi.xwpf.usermodel that implement IBody
 class XWPFDocument
          Experimental class to do low level processing of docx files.
 class XWPFFooter
          Sketch of XWPF footer class
 class XWPFHeader
          Sketch of XWPF header class
 class XWPFHeaderFooter
          Parent of XWPF headers and footers
 class XWPFTableCell
           
 

Fields in org.apache.poi.xwpf.usermodel declared as IBody
protected  IBody XWPFTableCell.part
           
protected  IBody XWPFTable.part
           
protected  IBody XWPFParagraph.part
           
 

Methods in org.apache.poi.xwpf.usermodel that return IBody
 IBody XWPFTableCell.getPart()
          get the to which the TableCell belongs
 IBody XWPFTable.getPart()
          returns the part of the bodyElement
 IBody XWPFParagraph.getPart()
          returns the part of the bodyElement
 IBody XWPFHeader.getPart()
          returns the Part, to which the body belongs, which you need for adding relationship to other parts
 IBody XWPFFooter.getPart()
          returns the Part, to which the body belongs, which you need for adding relationship to other parts
 IBody XWPFDocument.getPart()
          returns the Part, to which the body belongs, which you need for adding relationship to other parts Actually it is needed of the class XWPFTableCell.
 IBody IBodyElement.getPart()
           
 IBody IBody.getPart()
          returns the Part, to which the body belongs, which you need for adding relationship to other parts Actually it is needed of the class XWPFTableCell.
 

Constructors in org.apache.poi.xwpf.usermodel with parameters of type IBody
XWPFParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP prgrph, IBody part)
           
XWPFTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table, IBody part)
           
XWPFTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table, IBody part, int row, int col)
           
XWPFTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell, XWPFTableRow tableRow, IBody part)
          If a table cell does not include at least one block-level element, then this document shall be considered corrupt
 



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