public class XSSFCreationHelper extends java.lang.Object implements CreationHelper
| Modifier and Type | Method and Description |
|---|---|
XSSFClientAnchor |
createClientAnchor()
Creates a XSSFClientAnchor.
|
XSSFDataFormat |
createDataFormat()
Creates a new DataFormat instance
|
XSSFFormulaEvaluator |
createFormulaEvaluator()
Creates a XSSFFormulaEvaluator, the object that evaluates formula cells.
|
XSSFHyperlink |
createHyperlink(int type)
Creates a new Hyperlink, of the given type
|
XSSFRichTextString |
createRichTextString(java.lang.String text)
Creates a new XSSFRichTextString for you.
|
public XSSFRichTextString createRichTextString(java.lang.String text)
createRichTextString in interface CreationHelpertext - The text to initialise the RichTextString withpublic XSSFDataFormat createDataFormat()
CreationHelpercreateDataFormat in interface CreationHelperpublic XSSFHyperlink createHyperlink(int type)
CreationHelpercreateHyperlink in interface CreationHelperpublic XSSFFormulaEvaluator createFormulaEvaluator()
createFormulaEvaluator in interface CreationHelperpublic XSSFClientAnchor createClientAnchor()
createClientAnchor in interface CreationHelperDrawingCopyright 2014 The Apache Software Foundation or its licensors, as applicable.