|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.poi.hssf.usermodel.HSSFCreationHelper
public class HSSFCreationHelper
| Method Summary | |
|---|---|
HSSFClientAnchor |
createClientAnchor()
Creates a HSSFClientAnchor. |
HSSFDataFormat |
createDataFormat()
Creates a new DataFormat instance |
HSSFExtendedColor |
createExtendedColor()
Creates a XSSF-style Color object, used for extended sheet formattings and conditional formattings |
HSSFFormulaEvaluator |
createFormulaEvaluator()
Creates a HSSFFormulaEvaluator, the object that evaluates formula cells. |
HSSFHyperlink |
createHyperlink(HyperlinkType type)
Creates a new Hyperlink, of the given type |
HSSFHyperlink |
createHyperlink(int type)
Deprecated. POI 3.15 beta 3. Use createHyperlink(HyperlinkType) instead. |
HSSFRichTextString |
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 |
| Method Detail |
|---|
public HSSFRichTextString createRichTextString(java.lang.String text)
CreationHelper
createRichTextString in interface CreationHelpertext - The text to initialise the RichTextString withpublic HSSFDataFormat createDataFormat()
CreationHelper
createDataFormat in interface CreationHelper@Deprecated @Removal(version="3.17") public HSSFHyperlink createHyperlink(int type)
createHyperlink(HyperlinkType) instead.
createHyperlink in interface CreationHelperpublic HSSFHyperlink createHyperlink(HyperlinkType type)
CreationHelper
createHyperlink in interface CreationHelperpublic HSSFExtendedColor createExtendedColor()
CreationHelper
createExtendedColor in interface CreationHelperpublic HSSFFormulaEvaluator createFormulaEvaluator()
createFormulaEvaluator in interface CreationHelperpublic HSSFClientAnchor createClientAnchor()
createClientAnchor in interface CreationHelperDrawing
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||