Uses of Class
org.apache.poi.xwpf.usermodel.XWPFRun

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 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)
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.