|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnnotationExpressionProperties
Provides access to members that control the annotation (labeling) expression properties proxy.
Method Summary | |
---|---|
IFeatureClass |
getDisplayFeatureClass()
Feature class for testing the expression. |
String |
getExpression()
The expression. |
IAnnotationExpressionEngine |
getExpressionParser()
The expression parser. |
boolean |
isExpressionSimple()
Indicates if expression is simple. |
void |
setDisplayFeatureClassByRef(IFeatureClass featureClass)
Feature class for testing the expression. |
void |
setExpression(String expression)
The expression. |
void |
setExpressionParserByRef(IAnnotationExpressionEngine parser)
The expression parser. |
void |
setIsExpressionSimple(boolean isSimple)
Indicates if expression is simple. |
Method Detail |
---|
String getExpression() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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.void setIsExpressionSimple(boolean isSimple) throws IOException, AutomationException
isSimple
- The isSimple (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 parser) throws IOException, AutomationException
parser
- 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.void setDisplayFeatureClassByRef(IFeatureClass featureClass) throws IOException, AutomationException
featureClass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureClass getDisplayFeatureClass() 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 |