Uses of Interface
org.apache.poi.xwpf.usermodel.IBody
-
Packages that use IBody Package Description org.apache.poi.xwpf.usermodel -
-
Uses of IBody in org.apache.poi.xwpf.usermodel
Classes in org.apache.poi.xwpf.usermodel that implement IBody Modifier and Type Class Description classXWPFAbstractFootnoteEndnoteBase class for both bottom-of-the-page footnotesXWPFFootnoteand end notesXWPFEndnote).classXWPFCommentSketch of XWPF comment classclassXWPFDocumentHigh(ish) level class for working with .docx files.classXWPFEndnoteRepresents an end note footnote.classXWPFFooterSketch of XWPF footer classclassXWPFFootnoteRepresents a bottom-of-the-page footnote.classXWPFHeaderSketch of XWPF header classclassXWPFHeaderFooterParent of XWPF headers and footersclassXWPFTableCellRepresents a Cell within aXWPFTable.Fields in org.apache.poi.xwpf.usermodel declared as IBody Modifier and Type Field Description protected IBodyXWPFParagraph. partprotected IBodyXWPFTable. partprotected IBodyXWPFTableCell. partMethods in org.apache.poi.xwpf.usermodel that return IBody Modifier and Type Method Description IBodyIBodyElement. getBody()IBodyXWPFAbstractSDT. getBody()IBodyXWPFParagraph. getBody()IBodyXWPFTable. getBody()Constructors in org.apache.poi.xwpf.usermodel with parameters of type IBody Constructor Description XWPFAbstractSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr pr, IBody part)XWPFParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP prgrph, IBody part)XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock block, IBody part)XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtRun sdtRun, 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)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
-