Package | Description |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hslf.usermodel |
Modifier and Type | Field | Description |
---|---|---|
protected TextRun |
TextShape._txtrun |
TextRun object which holds actual text and format data
|
Modifier and Type | Method | Description |
---|---|---|
TextRun |
TextShape.createTextRun() |
|
static TextRun[] |
Sheet.findTextRuns(PPDrawing ppdrawing) |
For a given PPDrawing, grab all the TextRuns
|
TextRun |
TextShape.getTextRun() |
|
TextRun[] |
Notes.getTextRuns() |
Returns an array of all the TextRuns found
|
abstract TextRun[] |
Sheet.getTextRuns() |
Returns an array of all the TextRuns in the sheet.
|
TextRun[] |
Slide.getTextRuns() |
Returns an array of all the TextRuns found
|
TextRun[] |
SlideMaster.getTextRuns() |
Returns an array of all the TextRuns found
|
TextRun[] |
TitleMaster.getTextRuns() |
Returns an array of all the TextRuns found
|
Modifier and Type | Method | Description |
---|---|---|
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 |
AutoShape.setDefaultTextProperties(TextRun _txtrun) |
|
protected void |
TextBox.setDefaultTextProperties(TextRun _txtrun) |
|
protected void |
TextShape.setDefaultTextProperties(TextRun _txtrun) |
Set default properties for the TextRun.
|
Modifier and Type | Method | Description |
---|---|---|
protected static void |
Sheet.findTextRuns(EscherTextboxWrapper wrapper,
java.util.List<TextRun> found) |
Scans through the supplied record array, looking for
a TextHeaderAtom followed by one of a TextBytesAtom or
a TextCharsAtom.
|
protected static void |
Sheet.findTextRuns(Record[] records,
java.util.List<TextRun> found) |
Scans through the supplied record array, looking for
a TextHeaderAtom followed by one of a TextBytesAtom or
a TextCharsAtom.
|
protected static void |
Sheet.findTextRuns(Record[] records,
java.util.List<TextRun> found,
StyleTextProp9Atom styleTextProp9Atom) |
Scans through the supplied record array, looking for
a TextHeaderAtom followed by one of a TextBytesAtom or
a TextCharsAtom.
|
Constructor | Description |
---|---|
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
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.