Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
XWPFParagraph
A Paragraph within a Document, Table, Header etc.
|
class |
XWPFSDT
Experimental class to offer rudimentary read-only processing of
of StructuredDocumentTags/ContentControl
|
Modifier and Type | Method and Description |
---|---|
IRunBody |
XWPFRun.getParent()
Get the currently referenced paragraph/SDT object
|
Constructor and Description |
---|
XWPFFieldRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSimpleField field,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
IRunBody p) |
XWPFHyperlinkRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHyperlink hyperlink,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
IRunBody p) |
XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r,
IRunBody p) |
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) |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.