Package | Description |
---|---|
org.apache.poi.hslf.model |
Modifier and Type | Field | Description |
---|---|---|
protected RichTextRun[] |
TextRun._rtRuns |
Modifier and Type | Method | 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 | 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 2018 The Apache Software Foundation or its licensors, as applicable.