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
|
HSSFExtendedColor |
createExtendedColor()
Creates a XSSF-style Color object, used for extended sheet
formattings and conditional formattings
|
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 HSSFExtendedColor createExtendedColor()
CreationHelpercreateExtendedColor in interface CreationHelperpublic HSSFFormulaEvaluator createFormulaEvaluator()
createFormulaEvaluator in interface CreationHelperpublic HSSFClientAnchor createClientAnchor()
createClientAnchor in interface CreationHelperDrawingCopyright 2017 The Apache Software Foundation or its licensors, as applicable.