Uses of Class
org.apache.poi.hssf.record.common.FormatRun
-
Packages that use FormatRun Package Description org.apache.poi.hssf.record.common -
-
Uses of FormatRun in org.apache.poi.hssf.record.common
Methods in org.apache.poi.hssf.record.common that return FormatRun Modifier and Type Method Description FormatRunUnicodeString. getFormatRun(int index)Methods in org.apache.poi.hssf.record.common that return types with arguments of type FormatRun Modifier and Type Method Description java.util.Iterator<FormatRun>UnicodeString. formatIterator()java.util.Spliterator<FormatRun>UnicodeString. formatSpliterator()Methods in org.apache.poi.hssf.record.common with parameters of type FormatRun Modifier and Type Method Description voidUnicodeString. addFormatRun(FormatRun r)Adds a font run to the formatted string.intFormatRun. compareTo(FormatRun r)voidUnicodeString. removeFormatRun(FormatRun r)Constructors in org.apache.poi.hssf.record.common with parameters of type FormatRun Constructor Description FormatRun(FormatRun other)
-