Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
XWPFFieldRun
A run of text which is part of a field, such as Title
of Page number or Author.
|
class |
XWPFHyperlinkRun
A run of text with a Hyperlink applied to it.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<XWPFRun> |
XWPFParagraph.runs |
Modifier and Type | Method and Description |
---|---|
XWPFRun |
XWPFParagraph.createRun()
Appends a new run to this paragraph
|
XWPFRun |
XWPFParagraph.getRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r)
return the XWPFRun-Element which owns the CTR run-Element
|
XWPFRun |
XWPFParagraph.insertNewRun(int pos)
insert a new Run in all runs
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XWPFRun> |
XWPFParagraph.getRuns() |
Modifier and Type | Method and Description |
---|---|
void |
XWPFParagraph.addRun(XWPFRun r)
adds a new Run to the Paragraph
|
protected void |
XWPFChart.attach(java.lang.String chartRelId,
XWPFRun run)
Attach this chart known by its relation id to the given text run.
|
XWPFChart |
XWPFDocument.createChart(XWPFRun run,
int width,
int height) |
Constructor and Description |
---|
XWPFPicture(org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture ctPic,
XWPFRun run) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.