|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDisplayExpressionProperties
COM Interface 'IDisplayExpressionProperties'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to the properties for generating a display string.' 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 |
IIDa62b9ec2_5c52_4b98_b116_5ea341d4af6d
|
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 |
|---|
static final int IIDa62b9ec2_5c52_4b98_b116_5ea341d4af6d
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setExpression(java.lang.String expression)
throws java.io.IOException,
AutomationException
expression - The expression (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getExpression()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsExpressionSimple(boolean simpleExpression)
throws java.io.IOException,
AutomationException
simpleExpression - The simpleExpression (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isExpressionSimple()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExpressionParserByRef(IAnnotationExpressionEngine engine)
throws java.io.IOException,
AutomationException
engine - A reference to a com.esri.arcgis.carto.IAnnotationExpressionEngine (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IAnnotationExpressionEngine getExpressionParser()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||