Package | Description |
---|---|
org.zkoss.poi.xwpf.usermodel |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected IBody |
XWPFTableCell.part |
protected IBody |
XWPFTable.part |
protected IBody |
XWPFParagraph.part |
Modifier and Type | Method and Description |
---|---|
IBody |
XWPFTable.getBody() |
IBody |
XWPFParagraph.getBody() |
IBody |
IBodyElement.getBody() |
Constructor and Description |
---|
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 © 2005-2010 Potix Corporation. All Rights Reserved.