Package | Description |
---|---|
org.zkoss.poi.hslf.model | |
org.zkoss.poi.hslf.usermodel |
Modifier and Type | Field and Description |
---|---|
protected TextRun |
TextShape._txtrun
TextRun object which holds actual text and format data
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and 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 |
TextShape.setDefaultTextProperties(TextRun _txtrun)
Set default properties for the TextRun.
|
protected void |
TextBox.setDefaultTextProperties(TextRun _txtrun) |
protected void |
AutoShape.setDefaultTextProperties(TextRun _txtrun) |
Modifier and Type | Method and 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 and 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 © 2005-2010 Potix Corporation. All Rights Reserved.