com.esri.arcgis.carto
Interface IHotLinkExpressionProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
HotLinkExpressionProperties, IHotLinkExpressionPropertiesProxy

public interface IHotLinkExpressionProperties
extends java.io.Serializable

COM Interface 'IHotLinkExpressionProperties'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the properties for generating a hyperlink expression.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe720618b_99a9_46d7_aa6b_507898e1ea90
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.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(java.lang.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.
 

Field Detail

IIDe720618b_99a9_46d7_aa6b_507898e1ea90

static final int IIDe720618b_99a9_46d7_aa6b_507898e1ea90
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setExpression

void setExpression(java.lang.String expression)
                   throws java.io.IOException,
                          AutomationException
The VBScript or JScript expression that evaluates and formats the label.

Parameters:
expression - The expression (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExpression

java.lang.String getExpression()
                               throws java.io.IOException,
                                      AutomationException
The VBScript or JScript expression that evaluates and formats the label.

Returns:
The expression
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsExpressionSimple

void setIsExpressionSimple(boolean simpleExpression)
                           throws java.io.IOException,
                                  AutomationException
Indicates if the expression is simple.

Parameters:
simpleExpression - The simpleExpression (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isExpressionSimple

boolean isExpressionSimple()
                           throws java.io.IOException,
                                  AutomationException
Indicates if the expression is simple.

Returns:
The simpleExpression
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExpressionParserByRef

void setExpressionParserByRef(IAnnotationExpressionEngine engine)
                              throws java.io.IOException,
                                     AutomationException
The object that interprets the expression.

Parameters:
engine - A reference to a com.esri.arcgis.carto.IAnnotationExpressionEngine (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExpressionParser

IAnnotationExpressionEngine getExpressionParser()
                                                throws java.io.IOException,
                                                       AutomationException
The object that interprets the expression.

Returns:
A reference to a com.esri.arcgis.carto.IAnnotationExpressionEngine
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.