|
||||||||||
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)
|
Method Summary | |
---|---|
XSSFClientAnchor |
createClientAnchor()
Creates a XSSFClientAnchor. |
XSSFDataFormat |
createDataFormat()
Creates a new DataFormat instance |
XSSFColor |
createExtendedColor()
Creates a XSSF-style Color object, used for extended sheet formattings and conditional formattings |
XSSFFormulaEvaluator |
createFormulaEvaluator()
Creates a XSSFFormulaEvaluator, the object that evaluates formula cells. |
XSSFHyperlink |
createHyperlink(int 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)
Method Detail |
---|
public XSSFRichTextString createRichTextString(java.lang.String text)
createRichTextString
in interface CreationHelper
text
- The text to initialise the RichTextString withpublic XSSFDataFormat createDataFormat()
CreationHelper
createDataFormat
in interface CreationHelper
public XSSFColor createExtendedColor()
CreationHelper
createExtendedColor
in interface CreationHelper
public XSSFHyperlink createHyperlink(int type)
createHyperlink
in interface CreationHelper
type
- - the type of hyperlink to create, see Hyperlink
public XSSFFormulaEvaluator createFormulaEvaluator()
createFormulaEvaluator
in interface CreationHelper
public XSSFClientAnchor createClientAnchor()
createClientAnchor
in interface CreationHelper
Drawing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |