|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRunBody | |
---|---|
org.apache.poi.xwpf.usermodel |
Uses of IRunBody in org.apache.poi.xwpf.usermodel |
---|
Classes in org.apache.poi.xwpf.usermodel that implement IRunBody | |
---|---|
class |
XWPFParagraph
A Paragraph within a Document, Table, Header etc. |
class |
XWPFSDT
Experimental class to offer rudimentary read-only processing of of StructuredDocumentTags/ContentControl |
Methods in org.apache.poi.xwpf.usermodel that return IRunBody | |
---|---|
IRunBody |
XWPFRun.getParent()
Get the currently referenced paragraph/SDT object |
Constructors in org.apache.poi.xwpf.usermodel with parameters of type IRunBody | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |