|
||||||||||
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)
|
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 |
---|
public SXSSFCreationHelper(SXSSFWorkbook workbook)
Method 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
public Hyperlink createHyperlink(int type)
CreationHelper
createHyperlink
in interface CreationHelper
public ExtendedColor createExtendedColor()
CreationHelper
createExtendedColor
in interface CreationHelper
public ClientAnchor createClientAnchor()
createClientAnchor
in interface CreationHelper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |