Package | Description |
---|---|
org.zkoss.poi.hslf.model |
Modifier and Type | Field and Description |
---|---|
protected RichTextRun[] |
TextRun._rtRuns |
Modifier and Type | Method and Description |
---|---|
RichTextRun |
TextRun.appendText(java.lang.String s)
Adds the supplied text onto the end of the TextRun,
creating a new RichTextRun (returned) for it to
sit in.
|
RichTextRun |
TextRun.getRichTextRunAt(int pos)
Fetch RichTextRun at a given position
|
RichTextRun[] |
TextRun.getRichTextRuns()
Fetch the rich text runs (runs of text with the same styling) that
are contained within this block of text
|
Modifier and Type | Method and Description |
---|---|
void |
TextRun.changeTextInRichTextRun(RichTextRun run,
java.lang.String s)
Handles an update to the text stored in one of the Rich Text Runs
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.