Uses of Interface
org.apache.poi.xwpf.usermodel.IBody
Packages that use IBody
-
Uses of IBody in org.apache.poi.xwpf.usermodel
Classes in org.apache.poi.xwpf.usermodel that implement IBodyModifier and TypeClassDescriptionclass
Base class for both bottom-of-the-page footnotesXWPFFootnote
and end notesXWPFEndnote
).class
High(ish) level class for working with .docx files.class
Represents an end note footnote.class
Sketch of XWPF footer classclass
Represents a bottom-of-the-page footnote.class
Sketch of XWPF header classclass
Parent of XWPF headers and footersclass
Represents a Cell within aXWPFTable
.Fields in org.apache.poi.xwpf.usermodel declared as IBodyModifier and TypeFieldDescriptionprotected IBody
XWPFParagraph.part
protected IBody
XWPFTable.part
protected IBody
XWPFTableCell.part
Methods in org.apache.poi.xwpf.usermodel that return IBodyModifier and TypeMethodDescriptionIBodyElement.getBody()
XWPFAbstractSDT.getBody()
XWPFParagraph.getBody()
XWPFTable.getBody()
Constructors in org.apache.poi.xwpf.usermodel with parameters of type IBodyModifierConstructorDescriptionXWPFAbstractSDT
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr pr, IBody part) XWPFParagraph
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP prgrph, IBody part) XWPFSDTCell
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtCell sdtCell, XWPFTableRow xwpfTableRow, IBody part) XWPFSDTContent
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentBlock block, IBody part, IRunBody parent) XWPFSDTContent
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentRun sdtRun, IBody part, IRunBody parent) XWPFSDTContentCell
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentCell sdtContentCell, XWPFTableRow xwpfTableRow, 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