org.apache.poi.xssf.streaming
Class SXSSFCreationHelper

java.lang.Object
  extended by org.apache.poi.xssf.streaming.SXSSFCreationHelper
All Implemented Interfaces:
CreationHelper

public class SXSSFCreationHelper
extends java.lang.Object
implements CreationHelper

Streaming Creation Helper, which performs some actions based on the Streaming Workbook, and some on the related regular XSSF Workbook


Constructor Summary
SXSSFCreationHelper(SXSSFWorkbook workbook)
           
 
Method Summary
 ClientAnchor createClientAnchor()
           
 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(int type)
          Creates a new Hyperlink, of the given type
 XSSFRichTextString createRichTextString(java.lang.String text)
          Creates a new RichTextString instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SXSSFCreationHelper

public SXSSFCreationHelper(SXSSFWorkbook workbook)
Method Detail

createRichTextString

public XSSFRichTextString createRichTextString(java.lang.String text)
Description copied from interface: CreationHelper
Creates a new RichTextString instance

Specified by:
createRichTextString in interface CreationHelper
Parameters:
text - The text to initialise the RichTextString with

createFormulaEvaluator

public SXSSFFormulaEvaluator createFormulaEvaluator()
Description copied from interface: CreationHelper
Creates FormulaEvaluator - an object that evaluates formula cells.

Specified by:
createFormulaEvaluator in interface CreationHelper
Returns:
a FormulaEvaluator instance

createDataFormat

public DataFormat createDataFormat()
Description copied from interface: CreationHelper
Creates a new DataFormat instance

Specified by:
createDataFormat in interface CreationHelper

createHyperlink

public Hyperlink createHyperlink(int type)
Description copied from interface: CreationHelper
Creates a new Hyperlink, of the given type

Specified by:
createHyperlink in interface CreationHelper

createExtendedColor

public ExtendedColor createExtendedColor()
Description copied from interface: CreationHelper
Creates a XSSF-style Color object, used for extended sheet formattings and conditional formattings

Specified by:
createExtendedColor in interface CreationHelper

createClientAnchor

public ClientAnchor createClientAnchor()
Specified by:
createClientAnchor in interface CreationHelper


Copyright 2016 The Apache Software Foundation or its licensors, as applicable.