|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
XWPFFootnote
|
class |
XWPFHeader
Sketch of XWPF header class |
class |
XWPFHeaderFooter
Parent of XWPF headers and footers |
class |
XWPFTableCell
XWPFTableCell class. |
| 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 |
XWPFTable.getBody()
|
IBody |
XWPFParagraph.getBody()
|
IBody |
IBodyElement.getBody()
|
| 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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||