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)
CreationHelper
createRichTextString
in interface CreationHelper
text
- The text to initialise the RichTextString withpublic SXSSFFormulaEvaluator createFormulaEvaluator()
CreationHelper
createFormulaEvaluator
in interface CreationHelper
public DataFormat createDataFormat()
CreationHelper
createDataFormat
in interface CreationHelper
@Deprecated @Removal(version="3.17") public Hyperlink createHyperlink(int type)
createHyperlink(HyperlinkType)
instead.createHyperlink
in interface CreationHelper
public Hyperlink createHyperlink(HyperlinkType type)
CreationHelper
createHyperlink
in interface CreationHelper
public ExtendedColor createExtendedColor()
CreationHelper
createExtendedColor
in interface CreationHelper
public ClientAnchor createClientAnchor()
CreationHelper
createClientAnchor
in interface CreationHelper
Drawing
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.