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. _runsMethods in org.apache.poi.hslf.usermodel that return HSLFTextRun Modifier and Type Method Description protected static HSLFTextRunHSLFTextParagraph. 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.HSLFTextRunHSLFTextShape. appendText(java.lang.String text, boolean newParagraph)static HSLFTextRunHSLFTextParagraph. setText(java.util.List<HSLFTextParagraph> paragraphs, java.lang.String text)Sets (overwrites) the current text.HSLFTextRunHSLFTextShape. 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 voidHSLFTextParagraph. addTextRun(HSLFTextRun run)
-