org.apache.poi.hssf.usermodel
Class HSSFCreationHelper

java.lang.Object
  extended by org.apache.poi.hssf.usermodel.HSSFCreationHelper
All Implemented Interfaces:
org.apache.poi.ss.usermodel.CreationHelper

public class HSSFCreationHelper
extends java.lang.Object
implements org.apache.poi.ss.usermodel.CreationHelper


Method Summary
 HSSFClientAnchor createClientAnchor()
          Creates a HSSFClientAnchor.
 HSSFDataFormat createDataFormat()
           
 HSSFFormulaEvaluator createFormulaEvaluator()
          Creates a HSSFFormulaEvaluator, the object that evaluates formula cells.
 HSSFHyperlink createHyperlink(int type)
           
 HSSFRichTextString createRichTextString(java.lang.String text)
          Creates a new HSSFRichTextString for you.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createRichTextString

public HSSFRichTextString createRichTextString(java.lang.String text)
Creates a new HSSFRichTextString for you.

Specified by:
createRichTextString in interface org.apache.poi.ss.usermodel.CreationHelper

createDataFormat

public HSSFDataFormat createDataFormat()
Specified by:
createDataFormat in interface org.apache.poi.ss.usermodel.CreationHelper

createHyperlink

public HSSFHyperlink createHyperlink(int type)
Specified by:
createHyperlink in interface org.apache.poi.ss.usermodel.CreationHelper

createFormulaEvaluator

public HSSFFormulaEvaluator createFormulaEvaluator()
Creates a HSSFFormulaEvaluator, the object that evaluates formula cells.

Specified by:
createFormulaEvaluator in interface org.apache.poi.ss.usermodel.CreationHelper
Returns:
a HSSFFormulaEvaluator instance

createClientAnchor

public HSSFClientAnchor createClientAnchor()
Creates a HSSFClientAnchor. Use this object to position drawing object in a sheet

Specified by:
createClientAnchor in interface org.apache.poi.ss.usermodel.CreationHelper
Returns:
a HSSFClientAnchor instance
See Also:
Drawing


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