Uses of Class
org.apache.poi.hslf.usermodel.HSLFTextRun
-
Packages that use HSLFTextRun Package Description org.apache.poi.hslf.usermodel -
-
Uses of HSLFTextRun in org.apache.poi.hslf.usermodel
Fields in org.apache.poi.hslf.usermodel with type parameters of type HSLFTextRun Modifier and Type Field Description protected java.util.List<HSLFTextRun>
HSLFTextParagraph. _runs
Methods in org.apache.poi.hslf.usermodel that return HSLFTextRun Modifier and Type Method Description protected static HSLFTextRun
HSLFTextParagraph. appendText(java.util.List<HSLFTextParagraph> paragraphs, java.lang.String text, boolean newParagraph)
Adds the supplied text onto the end of the TextParagraphs, creating a new RichTextRun for it to sit in.HSLFTextRun
HSLFTextShape. appendText(java.lang.String text, boolean newParagraph)
static HSLFTextRun
HSLFTextParagraph. setText(java.util.List<HSLFTextParagraph> paragraphs, java.lang.String text)
Sets (overwrites) the current text.HSLFTextRun
HSLFTextShape. setText(java.lang.String text)
Methods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFTextRun Modifier and Type Method Description java.util.List<HSLFTextRun>
HSLFTextParagraph. getTextRuns()
java.util.Iterator<HSLFTextRun>
HSLFTextParagraph. iterator()
Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFTextRun Modifier and Type Method Description void
HSLFTextParagraph. addTextRun(HSLFTextRun run)
-