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 List<HSLFTextRun>HSLFTextParagraph. _runsMethods in org.apache.poi.hslf.usermodel that return HSLFTextRun Modifier and Type Method Description protected static HSLFTextRunHSLFTextParagraph. appendText(List<HSLFTextParagraph> paragraphs, String text, boolean newParagraph)Adds the supplied text onto the end of the TextParagraphs, creating a new RichTextRun for it to sit in.HSLFTextRunHSLFTextShape. appendText(String text, boolean newParagraph)static HSLFTextRunHSLFTextParagraph. setText(List<HSLFTextParagraph> paragraphs, String text)Sets (overwrites) the current text.HSLFTextRunHSLFTextShape. setText(String text)Methods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFTextRun Modifier and Type Method Description List<HSLFTextRun>HSLFTextParagraph. getTextRuns()Iterator<HSLFTextRun>HSLFTextParagraph. iterator()Spliterator<HSLFTextRun>HSLFTextParagraph. spliterator()Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFTextRun Modifier and Type Method Description voidHSLFTextParagraph. addTextRun(HSLFTextRun run)
-