|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IReportHyperlink
This interface provides the support necessary to use the report hyperlink object within reports.
| Nested Class Summary | |
|---|---|
static interface |
IReportHyperlink.CeHyperlinkType
Specifies the hyperlink type, used when retrieving a hyperlink for export. |
| Method Summary | |
|---|---|
java.lang.String |
getHyperlinkString()
Returns the hyperlink string. |
int |
getHyperlinkType()
Returns the hyperlink type. |
boolean |
isFormula()
Returns a boolean indicating whether the hyperlink is a formula. |
| Method Detail |
|---|
java.lang.String getHyperlinkString()
throws SDKException
Returns the hyperlink string.
String containing the hyperlink.
SDKException - This is thrown if the process is unsuccessful.
int getHyperlinkType()
throws SDKException
Returns the hyperlink type.
int containing the hyperlink type. this will be of type CeHyperlinkType
SDKException - This is thrown if the process is unsuccessful.IReportHyperlink.CeHyperlinkType
boolean isFormula()
throws SDKException
Returns a boolean indicating whether the hyperlink is a formula.
true if this hyperlink is a formula.
SDKException - This is thrown if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||