Uses of Class
org.apache.poi.hslf.usermodel.HSLFTextRun

Packages that use HSLFTextRun
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
protected  java.util.List<HSLFTextRun> HSLFTextParagraph._runs
           
 

Methods in org.apache.poi.hslf.usermodel that return HSLFTextRun
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
 java.util.List<HSLFTextRun> HSLFTextParagraph.getTextRuns()
           
 java.util.Iterator<HSLFTextRun> HSLFTextParagraph.iterator()
           
 

Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFTextRun
 void HSLFTextParagraph.addTextRun(HSLFTextRun run)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.