public interface CreationHelper
Modifier and Type | Method and Description |
---|---|
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
|
Hyperlink |
createHyperlink(int type)
Deprecated.
POI 3.15 beta 3. Use
createHyperlink(HyperlinkType) instead. |
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()
@Removal(version="3.17") @Deprecated Hyperlink createHyperlink(int type)
createHyperlink(HyperlinkType)
instead.Hyperlink createHyperlink(HyperlinkType type)
FormulaEvaluator createFormulaEvaluator()
ExtendedColor createExtendedColor()
ClientAnchor createClientAnchor()
Drawing
Copyright 2017 The Apache Software Foundation or its licensors, as applicable.