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(HyperlinkType type)
Creates a new Hyperlink, of the given type
|
HSSFHyperlink |
createHyperlink(int type)
Deprecated.
POI 3.15 beta 3. Use
createHyperlink(HyperlinkType) instead. |
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 CreationHelper@Deprecated @Removal(version="3.17") public HSSFHyperlink createHyperlink(int type)
createHyperlink(HyperlinkType) instead.createHyperlink in interface CreationHelperpublic HSSFHyperlink createHyperlink(HyperlinkType type)
CreationHelpercreateHyperlink in interface CreationHelperpublic HSSFExtendedColor createExtendedColor()
CreationHelpercreateExtendedColor in interface CreationHelperpublic HSSFFormulaEvaluator createFormulaEvaluator()
createFormulaEvaluator in interface CreationHelperpublic HSSFClientAnchor createClientAnchor()
createClientAnchor in interface CreationHelperDrawing