|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.poi.xssf.usermodel.XSSFCreationHelper
public class XSSFCreationHelper
| Constructor Summary | |
|---|---|
XSSFCreationHelper(XSSFWorkbook wb)
Should only be called by XSSFWorkbook.getCreationHelper() |
|
| Method Summary | |
|---|---|
AreaReference |
createAreaReference(CellReference topLeft,
CellReference bottomRight)
|
AreaReference |
createAreaReference(java.lang.String reference)
|
XSSFClientAnchor |
createClientAnchor()
Creates a XSSFClientAnchor. |
XSSFDataFormat |
createDataFormat()
|
XSSFColor |
createExtendedColor()
|
XSSFFormulaEvaluator |
createFormulaEvaluator()
Creates a XSSFFormulaEvaluator, the object that evaluates formula cells. |
XSSFHyperlink |
createHyperlink(HyperlinkType type)
Create a new XSSFHyperlink. |
XSSFRichTextString |
createRichTextString(java.lang.String text)
Creates a new XSSFRichTextString for you. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Internal public XSSFCreationHelper(XSSFWorkbook wb)
XSSFWorkbook.getCreationHelper()
wb - the workbook to create objects for| Method Detail |
|---|
public XSSFRichTextString createRichTextString(java.lang.String text)
createRichTextString in interface CreationHelperpublic XSSFDataFormat createDataFormat()
createDataFormat in interface CreationHelperpublic XSSFColor createExtendedColor()
createExtendedColor in interface CreationHelperpublic XSSFHyperlink createHyperlink(HyperlinkType type)
createHyperlink in interface CreationHelpertype - - the type of hyperlink to create, see Hyperlinkpublic XSSFFormulaEvaluator createFormulaEvaluator()
createFormulaEvaluator in interface CreationHelperpublic XSSFClientAnchor createClientAnchor()
createClientAnchor in interface CreationHelperDrawingpublic AreaReference createAreaReference(java.lang.String reference)
createAreaReference in interface CreationHelper
public AreaReference createAreaReference(CellReference topLeft,
CellReference bottomRight)
createAreaReference in interface CreationHelper
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||