Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Class | 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
WARNING - APIs expected to change rapidly
|
Modifier and Type | Method | Description |
---|---|---|
IRunBody |
XWPFRun.getParent() |
Get the currently referenced paragraph/SDT object
|
Constructor | Description |
---|---|
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 2018 The Apache Software Foundation or its licensors, as applicable.