|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XWPFRun | |
|---|---|
| org.apache.poi.xwpf.usermodel | |
| Uses of XWPFRun in org.apache.poi.xwpf.usermodel |
|---|
| Subclasses of XWPFRun in org.apache.poi.xwpf.usermodel | |
|---|---|
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. |
| Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFRun | |
|---|---|
protected java.util.List<XWPFRun> |
XWPFParagraph.runs
|
| Methods in org.apache.poi.xwpf.usermodel that return XWPFRun | |
|---|---|
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 RunArray |
| Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFRun | |
|---|---|
java.util.List<XWPFRun> |
XWPFParagraph.getRuns()
|
| Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFRun | |
|---|---|
void |
XWPFParagraph.addRun(XWPFRun r)
adds a new Run to the Paragraph |
| Constructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFRun | |
|---|---|
XWPFPicture(org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture ctPic,
XWPFRun run)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||