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)
          Should only be called by SXSSFWorkbook.getCreationHelper()
 
Method Summary
 ClientAnchor createClientAnchor()
           
 DataFormat createDataFormat()
           
 ExtendedColor createExtendedColor()
           
 SXSSFFormulaEvaluator createFormulaEvaluator()
           
 Hyperlink createHyperlink(HyperlinkType type)
           
 Hyperlink createHyperlink(int type)
          Deprecated. POI 3.15 beta 3. Use createHyperlink(HyperlinkType) instead.
 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

@Internal
public SXSSFCreationHelper(SXSSFWorkbook workbook)
Should only be called by SXSSFWorkbook.getCreationHelper()

Parameters:
workbook - the workbook to create objects for
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

@Deprecated
@Removal(version="3.17")
public Hyperlink createHyperlink(int type)
Deprecated. POI 3.15 beta 3. Use createHyperlink(HyperlinkType) instead.

Specified by:
createHyperlink in interface CreationHelper

createHyperlink

public Hyperlink createHyperlink(HyperlinkType 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