|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextRun | |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hslf.usermodel |
Uses of TextRun in org.apache.poi.hslf.model |
---|
Fields in org.apache.poi.hslf.model declared as TextRun | |
---|---|
protected TextRun |
TextShape._txtrun
TextRun object which holds actual text and format data |
Methods in org.apache.poi.hslf.model that return TextRun | |
---|---|
TextRun |
TextShape.createTextRun()
|
static TextRun[] |
Sheet.findTextRuns(PPDrawing ppdrawing)
For a given PPDrawing, grab all the TextRuns |
TextRun |
TextShape.getTextRun()
|
TextRun[] |
TitleMaster.getTextRuns()
Returns an array of all the TextRuns found |
TextRun[] |
SlideMaster.getTextRuns()
Returns an array of all the TextRuns found |
TextRun[] |
Slide.getTextRuns()
Returns an array of all the TextRuns found |
abstract TextRun[] |
Sheet.getTextRuns()
Returns an array of all the TextRuns in the sheet. |
TextRun[] |
Notes.getTextRuns()
Returns an array of all the TextRuns found |
Methods in org.apache.poi.hslf.model with parameters of type TextRun | |
---|---|
protected static Hyperlink[] |
Hyperlink.find(TextRun run)
Find hyperlinks in a text run |
java.text.AttributedString |
TextPainter.getAttributedString(TextRun txrun)
Convert the underlying set of rich text runs into java.text.AttributedString |
protected void |
TextShape.setDefaultTextProperties(TextRun _txtrun)
Set default properties for the TextRun. |
protected void |
TextBox.setDefaultTextProperties(TextRun _txtrun)
|
protected void |
AutoShape.setDefaultTextProperties(TextRun _txtrun)
|
Uses of TextRun in org.apache.poi.hslf.usermodel |
---|
Constructors in org.apache.poi.hslf.usermodel with parameters of type TextRun | |
---|---|
RichTextRun(TextRun parent,
int startAt,
int len)
Create a new wrapper around a (currently not) rich text string |
|
RichTextRun(TextRun parent,
int startAt,
int len,
TextPropCollection pStyle,
TextPropCollection cStyle,
boolean pShared,
boolean cShared)
Create a new wrapper around a rich text string |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |