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()
           
 ExtendedColor createExtendedColor()
           
 SXSSFFormulaEvaluator createFormulaEvaluator()
           
 Hyperlink createHyperlink(int type)
           
 XSSFRichTextString createRichTextString(java.lang.String text)
           
 
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)
Specified by:
createRichTextString in interface CreationHelper

createFormulaEvaluator

public SXSSFFormulaEvaluator createFormulaEvaluator()
Specified by:
createFormulaEvaluator in interface CreationHelper

createDataFormat

public DataFormat createDataFormat()
Specified by:
createDataFormat in interface CreationHelper

createHyperlink

public Hyperlink createHyperlink(int type)
Specified by:
createHyperlink in interface CreationHelper

createExtendedColor

public ExtendedColor createExtendedColor()
Specified by:
createExtendedColor in interface CreationHelper

createClientAnchor

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