public class XSSFCreationHelper extends java.lang.Object implements CreationHelper
| Constructor and Description |
|---|
XSSFCreationHelper(XSSFWorkbook wb) |
| Modifier and Type | Method and Description |
|---|---|
XSSFClientAnchor |
createClientAnchor()
Creates a XSSFClientAnchor.
|
XSSFDataFormat |
createDataFormat()
Creates a new DataFormat instance
|
XSSFColor |
createExtendedColor()
Creates a XSSF-style Color object, used for extended sheet
formattings and conditional formattings
|
XSSFFormulaEvaluator |
createFormulaEvaluator()
Creates a XSSFFormulaEvaluator, the object that evaluates formula cells.
|
XSSFHyperlink |
createHyperlink(int type)
Create a new XSSFHyperlink.
|
XSSFRichTextString |
createRichTextString(java.lang.String text)
Creates a new XSSFRichTextString for you.
|
@Internal public XSSFCreationHelper(XSSFWorkbook wb)
public XSSFRichTextString createRichTextString(java.lang.String text)
createRichTextString in interface CreationHelpertext - The text to initialise the RichTextString withpublic XSSFDataFormat createDataFormat()
CreationHelpercreateDataFormat in interface CreationHelperpublic XSSFColor createExtendedColor()
CreationHelpercreateExtendedColor in interface CreationHelperpublic XSSFHyperlink createHyperlink(int type)
createHyperlink in interface CreationHelpertype - - the type of hyperlink to create, see Hyperlinkpublic XSSFFormulaEvaluator createFormulaEvaluator()
createFormulaEvaluator in interface CreationHelperpublic XSSFClientAnchor createClientAnchor()
createClientAnchor in interface CreationHelperDrawingCopyright 2017 The Apache Software Foundation or its licensors, as applicable.