org.apache.poi.xssf.usermodel
Class XSSFCreationHelper
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.XSSFCreationHelper
-
- All Implemented Interfaces:
- CreationHelper
public class XSSFCreationHelper extends java.lang.Object implements CreationHelper
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description XSSFClientAnchorcreateClientAnchor()Creates a XSSFClientAnchor.XSSFDataFormatcreateDataFormat()Creates a new DataFormat instanceXSSFFormulaEvaluatorcreateFormulaEvaluator()Creates a XSSFFormulaEvaluator, the object that evaluates formula cells.XSSFHyperlinkcreateHyperlink(int type)Create a new XSSFHyperlink.XSSFRichTextStringcreateRichTextString(java.lang.String text)Creates a new XSSFRichTextString for you.
-
-
-
Method Detail
-
createRichTextString
public XSSFRichTextString createRichTextString(java.lang.String text)
Creates a new XSSFRichTextString for you.- Specified by:
createRichTextStringin interfaceCreationHelper- Parameters:
text- The text to initialise the RichTextString with
-
createDataFormat
public XSSFDataFormat createDataFormat()
Description copied from interface:CreationHelperCreates a new DataFormat instance- Specified by:
createDataFormatin interfaceCreationHelper
-
createHyperlink
public XSSFHyperlink createHyperlink(int type)
Create a new XSSFHyperlink.- Specified by:
createHyperlinkin interfaceCreationHelper- Parameters:
type- - the type of hyperlink to create, seeHyperlink
-
createFormulaEvaluator
public XSSFFormulaEvaluator createFormulaEvaluator()
Creates a XSSFFormulaEvaluator, the object that evaluates formula cells.- Specified by:
createFormulaEvaluatorin interfaceCreationHelper- Returns:
- a XSSFFormulaEvaluator instance
-
createClientAnchor
public XSSFClientAnchor createClientAnchor()
Creates a XSSFClientAnchor. Use this object to position drawing object in a sheet- Specified by:
createClientAnchorin interfaceCreationHelper- Returns:
- a XSSFClientAnchor instance
- See Also:
Drawing
-
-
DataMelt 3.0 © DataMelt by jWork.ORG