Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
XWPFAbstractFootnoteEndnote
Base class for both bottom-of-the-page footnotes
XWPFFootnote and end
notes XWPFEndnote ). |
class |
XWPFDocument
High(ish) level class for working with .docx files.
|
class |
XWPFEndnote
Represents an end note footnote.
|
class |
XWPFFooter
Sketch of XWPF footer class
|
class |
XWPFFootnote
Represents a bottom-of-the-page footnote.
|
class |
XWPFHeader
Sketch of XWPF header class
|
class |
XWPFHeaderFooter
Parent of XWPF headers and footers
|
class |
XWPFTableCell
Represents a Cell within a
XWPFTable . |
Modifier and Type | Field and Description |
---|---|
protected IBody |
XWPFParagraph.part |
protected IBody |
XWPFTable.part |
protected IBody |
XWPFTableCell.part |
Modifier and Type | Method and Description |
---|---|
IBody |
XWPFParagraph.getBody() |
IBody |
XWPFAbstractSDT.getBody() |
IBody |
XWPFTable.getBody() |
IBody |
IBodyElement.getBody() |
Constructor and 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
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.