Uses of Class
org.apache.poi.hslf.usermodel.HSLFTextRun
Packages that use HSLFTextRun
-
Uses of HSLFTextRun in org.apache.poi.hslf.usermodel
Fields in org.apache.poi.hslf.usermodel with type parameters of type HSLFTextRunMethods in org.apache.poi.hslf.usermodel that return HSLFTextRunModifier and TypeMethodDescriptionprotected static HSLFTextRun
HSLFTextParagraph.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.HSLFTextShape.appendText
(String text, boolean newParagraph) static HSLFTextRun
HSLFTextParagraph.setText
(List<HSLFTextParagraph> paragraphs, String text) Sets (overwrites) the current text.Methods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFTextRunMethods in org.apache.poi.hslf.usermodel with parameters of type HSLFTextRun