public class SXSSFCreationHelper extends java.lang.Object implements CreationHelper
| Constructor and Description |
|---|
SXSSFCreationHelper(SXSSFWorkbook workbook)
Should only be called by
SXSSFWorkbook.getCreationHelper() |
| 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
|
SXSSFFormulaEvaluator |
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. |
XSSFRichTextString |
createRichTextString(java.lang.String text)
Creates a new RichTextString instance
|
@Internal public SXSSFCreationHelper(SXSSFWorkbook workbook)
SXSSFWorkbook.getCreationHelper()workbook - the workbook to create objects forpublic XSSFRichTextString createRichTextString(java.lang.String text)
CreationHelpercreateRichTextString in interface CreationHelpertext - The text to initialise the RichTextString withpublic SXSSFFormulaEvaluator createFormulaEvaluator()
CreationHelpercreateFormulaEvaluator in interface CreationHelperpublic DataFormat createDataFormat()
CreationHelpercreateDataFormat in interface CreationHelper@Deprecated @Removal(version="3.17") public Hyperlink createHyperlink(int type)
createHyperlink(HyperlinkType) instead.createHyperlink in interface CreationHelperpublic Hyperlink createHyperlink(HyperlinkType type)
CreationHelpercreateHyperlink in interface CreationHelperpublic ExtendedColor createExtendedColor()
CreationHelpercreateExtendedColor in interface CreationHelperpublic ClientAnchor createClientAnchor()
CreationHelpercreateClientAnchor in interface CreationHelperDrawingCopyright 2018 The Apache Software Foundation or its licensors, as applicable.