Uses of Class
org.apache.poi.hssf.record.UnicodeString.FormatRun

Packages that use UnicodeString.FormatRun
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
 

Uses of UnicodeString.FormatRun in org.apache.poi.hssf.record
 

Methods in org.apache.poi.hssf.record that return UnicodeString.FormatRun
 UnicodeString.FormatRun UnicodeString.getFormatRun(int index)
           
 

Methods in org.apache.poi.hssf.record that return types with arguments of type UnicodeString.FormatRun
 java.util.Iterator<UnicodeString.FormatRun> UnicodeString.formatIterator()
           
 

Methods in org.apache.poi.hssf.record with parameters of type UnicodeString.FormatRun
 void UnicodeString.addFormatRun(UnicodeString.FormatRun r)
          Adds a font run to the formatted string.
 int UnicodeString.FormatRun.compareTo(UnicodeString.FormatRun r)
           
 void UnicodeString.removeFormatRun(UnicodeString.FormatRun r)
           
 



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