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 TypeClassDescriptionclassBase class for both bottom-of-the-page footnotesXWPFFootnoteand end notesXWPFEndnote).classHigh(ish) level class for working with .docx files.classRepresents an end note footnote.classSketch of XWPF footer classclassRepresents a bottom-of-the-page footnote.classSketch of XWPF header classclassParent of XWPF headers and footersclassRepresents a Cell within aXWPFTable.Fields in org.apache.poi.xwpf.usermodel declared as IBodyModifier and TypeFieldDescriptionprotected IBodyXWPFParagraph.partprotected IBodyXWPFTable.partprotected IBodyXWPFTableCell.partMethods 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