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 with parameters of type UnicodeString.FormatRun
 void UnicodeString.addFormatRun(UnicodeString.FormatRun r)
          Adds a font run to the formatted string.
 void UnicodeString.removeFormatRun(UnicodeString.FormatRun r)
           
 



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