HSSFCreationHelper
, XSSFCreationHelper
public interface CreationHelper
Modifier and Type | Method | Description |
---|---|---|
ClientAnchor |
createClientAnchor() |
|
DataFormat |
createDataFormat() |
Creates a new DataFormat instance
|
FormulaEvaluator |
createFormulaEvaluator() |
Creates FormulaEvaluator - an object that evaluates formula cells.
|
Hyperlink |
createHyperlink(int type) |
Creates a new Hyperlink, of the given type
|
RichTextString |
createRichTextString(java.lang.String text) |
Creates a new RichTextString instance
|
RichTextString createRichTextString(java.lang.String text)
text
- The text to initialise the RichTextString withDataFormat createDataFormat()
Hyperlink createHyperlink(int type)
FormulaEvaluator createFormulaEvaluator()
ClientAnchor createClientAnchor()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.