|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHotLinkExpressionProperties
Provides access to the properties for generating a hyperlink expression.
| Method Summary | |
|---|---|
String |
getExpression()
The VBScript or JScript expression that evaluates and formats the label. |
IAnnotationExpressionEngine |
getExpressionParser()
The object that interprets the expression. |
boolean |
isExpressionSimple()
Indicates if the expression is simple. |
void |
setExpression(String expression)
The VBScript or JScript expression that evaluates and formats the label. |
void |
setExpressionParserByRef(IAnnotationExpressionEngine engine)
The object that interprets the expression. |
void |
setIsExpressionSimple(boolean simpleExpression)
Indicates if the expression is simple. |
| Method Detail |
|---|
void setExpression(String expression)
throws IOException,
AutomationException
expression - The expression (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getExpression()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsExpressionSimple(boolean simpleExpression)
throws IOException,
AutomationException
simpleExpression - The simpleExpression (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isExpressionSimple()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExpressionParserByRef(IAnnotationExpressionEngine engine)
throws IOException,
AutomationException
engine - A reference to a com.esri.arcgis.carto.IAnnotationExpressionEngine (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IAnnotationExpressionEngine getExpressionParser()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||