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)
CreationHelpercreateRichTextString in interface CreationHelpertext - The text to initialise the RichTextString withpublic HSSFDataFormat createDataFormat()
CreationHelpercreateDataFormat in interface CreationHelperpublic HSSFHyperlink createHyperlink(int type)
CreationHelpercreateHyperlink in interface CreationHelperpublic HSSFFormulaEvaluator createFormulaEvaluator()
createFormulaEvaluator in interface CreationHelperpublic HSSFClientAnchor createClientAnchor()
createClientAnchor in interface CreationHelperDrawingCopyright 2014 The Apache Software Foundation or its licensors, as applicable.