|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xssf.streaming.SXSSFCreationHelper
public class SXSSFCreationHelper
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()
Creates a ClientAnchor. |
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(HyperlinkType type)
Creates a new Hyperlink, of the given type |
Hyperlink |
createHyperlink(int type)
Deprecated. POI 3.15 beta 3. Use createHyperlink(HyperlinkType) instead. |
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 |
---|
@Internal public SXSSFCreationHelper(SXSSFWorkbook workbook)
SXSSFWorkbook.getCreationHelper()
workbook
- the workbook to create objects forMethod Detail |
---|
public XSSFRichTextString createRichTextString(java.lang.String text)
CreationHelper
createRichTextString
in interface CreationHelper
text
- The text to initialise the RichTextString withpublic SXSSFFormulaEvaluator createFormulaEvaluator()
CreationHelper
createFormulaEvaluator
in interface CreationHelper
public DataFormat createDataFormat()
CreationHelper
createDataFormat
in interface CreationHelper
@Deprecated @Removal(version="3.17") public Hyperlink createHyperlink(int type)
createHyperlink(HyperlinkType)
instead.
createHyperlink
in interface CreationHelper
public Hyperlink createHyperlink(HyperlinkType type)
CreationHelper
createHyperlink
in interface CreationHelper
public ExtendedColor createExtendedColor()
CreationHelper
createExtendedColor
in interface CreationHelper
public ClientAnchor createClientAnchor()
CreationHelper
createClientAnchor
in interface CreationHelper
Drawing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |