public class HSSFCreationHelper extends java.lang.Object implements CreationHelper
Modifier and Type | Method and Description |
---|---|
HSSFClientAnchor |
createClientAnchor()
Creates a HSSFClientAnchor.
|
HSSFDataFormat |
createDataFormat()
Creates a new DataFormat instance
|
HSSFFormulaEvaluator |
createFormulaEvaluator()
Creates a HSSFFormulaEvaluator, the object that evaluates formula cells.
|
HSSFHyperlink |
createHyperlink(int type)
Creates a new Hyperlink, of the given type
|
HSSFRichTextString |
createRichTextString(java.lang.String text)
Creates a new RichTextString instance
|
public HSSFRichTextString createRichTextString(java.lang.String text)
CreationHelper
createRichTextString
in interface CreationHelper
text
- The text to initialise the RichTextString withpublic HSSFDataFormat createDataFormat()
CreationHelper
createDataFormat
in interface CreationHelper
public HSSFHyperlink createHyperlink(int type)
CreationHelper
createHyperlink
in interface CreationHelper
public HSSFFormulaEvaluator createFormulaEvaluator()
createFormulaEvaluator
in interface CreationHelper
public HSSFClientAnchor createClientAnchor()
createClientAnchor
in interface CreationHelper
Drawing
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.