public interface CreationHelper
| Modifier and Type | Method and Description | 
|---|---|
| AreaReference | createAreaReference(CellReference topLeft,
                   CellReference bottomRight)Creates an area ref from a pair of Cell References.. | 
| AreaReference | createAreaReference(java.lang.String reference)Creates an AreaReference. | 
| ClientAnchor | createClientAnchor()Creates a ClientAnchor. | 
| DataFormat | createDataFormat()Creates a new DataFormat instance | 
| ExtendedColor | createExtendedColor()Creates a XSSF-style Color object, used for extended sheet
  formattings and conditional formattings | 
| FormulaEvaluator | createFormulaEvaluator()Creates FormulaEvaluator - an object that evaluates formula cells. | 
| Hyperlink | createHyperlink(HyperlinkType 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(HyperlinkType type)
FormulaEvaluator createFormulaEvaluator()
ExtendedColor createExtendedColor()
ClientAnchor createClientAnchor()
DrawingAreaReference createAreaReference(java.lang.String reference)
reference - cell referenceAreaReference createAreaReference(CellReference topLeft, CellReference bottomRight)
topLeft - cell referencebottomRight - cell referenceCopyright 2022 The Apache Software Foundation or its licensors, as applicable.