public interface CreationHelper
Modifier and Type | Method and Description |
---|---|
ClientAnchor |
createClientAnchor() |
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(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()
ExtendedColor createExtendedColor()
ClientAnchor createClientAnchor()
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.