Uses of Class
org.apache.poi.hssf.record.LinkedDataFormulaField

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

Uses of LinkedDataFormulaField in org.apache.poi.hssf.record
 

Methods in org.apache.poi.hssf.record that return LinkedDataFormulaField
 LinkedDataFormulaField LinkedDataRecord.getFormulaOfLink()
          Get the formula of link field for the LinkedData record.
 

Methods in org.apache.poi.hssf.record with parameters of type LinkedDataFormulaField
 void LinkedDataRecord.setFormulaOfLink(LinkedDataFormulaField field_5_formulaOfLink)
          Set the formula of link field for the LinkedData record.
 



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