|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDimensionStyleText
COM Interface 'IDimensionStyleText'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control a dimension style's text.' 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 |
IIDf9316364_f92a_11d3_80d3_00c04f601565
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getDisplayPrecision()
Precision for the value displayed by the dimension text. |
int |
getDisplayUnits()
Units the length of the dimension text is displayed in. |
java.lang.String |
getExpression()
Text expression for the style. |
java.lang.String |
getExpressionParserName()
Text expression parser for the text expression for the style. |
java.lang.String |
getPrefix()
Prefix for the text expression for the style. |
java.lang.String |
getSuffix()
Suffix for the text expression for the style. |
int |
getTextDisplay()
Text display setting for the style. |
int |
getTextFit()
Text fit policy for the style. |
ITextSymbol |
getTextSymbol()
Symbol used for the text. |
boolean |
isAlign()
Indicates if the text should be aligned with the dimension line. |
boolean |
isConvertUnits()
Indicates if the length of the dimension needs to be converted for display. |
boolean |
isExpressionSimple()
Indicates if the text expression is simple or custom for the style. |
boolean |
isExtendLineOnFit()
Indicates if the dimension line will be extended to underline the text on inward dimensions. |
void |
setAlign(boolean align)
Indicates if the text should be aligned with the dimension line. |
void |
setConvertUnits(boolean convert)
Indicates if the length of the dimension needs to be converted for display. |
void |
setDisplayPrecision(int precision)
Precision for the value displayed by the dimension text. |
void |
setDisplayUnits(int units)
Units the length of the dimension text is displayed in. |
void |
setExpression(java.lang.String expression)
Text expression for the style. |
void |
setExpressionParserName(java.lang.String name)
Text expression parser for the text expression for the style. |
void |
setExpressionSimple(boolean isSimple)
Indicates if the text expression is simple or custom for the style. |
void |
setExtendLineOnFit(boolean draw)
Indicates if the dimension line will be extended to underline the text on inward dimensions. |
void |
setPrefix(java.lang.String prefix)
Prefix for the text expression for the style. |
void |
setSuffix(java.lang.String suffix)
Suffix for the text expression for the style. |
void |
setTextDisplay(int display)
Text display setting for the style. |
void |
setTextFit(int fit)
Text fit policy for the style. |
void |
setTextSymbol(ITextSymbol symbol)
Symbol used for the text. |
Field Detail |
---|
static final int IIDf9316364_f92a_11d3_80d3_00c04f601565
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setTextSymbol(ITextSymbol symbol) throws java.io.IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITextSymbol getTextSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAlign(boolean align) throws java.io.IOException, AutomationException
align
- The align (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAlign() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayUnits(int units) throws java.io.IOException, AutomationException
units
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDisplayUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setConvertUnits(boolean convert) throws java.io.IOException, AutomationException
convert
- The convert (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isConvertUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayPrecision(int precision) throws java.io.IOException, AutomationException
precision
- The precision (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDisplayPrecision() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTextDisplay(int display) throws java.io.IOException, AutomationException
display
- A com.esri.arcgis.carto.esriDimensionTextDisplay constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTextDisplay() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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 setExpressionParserName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getExpressionParserName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExpressionSimple(boolean isSimple) throws java.io.IOException, AutomationException
isSimple
- The isSimple (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 setPrefix(java.lang.String prefix) throws java.io.IOException, AutomationException
prefix
- The prefix (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getPrefix() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSuffix(java.lang.String suffix) throws java.io.IOException, AutomationException
suffix
- The suffix (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getSuffix() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTextFit(int fit) throws java.io.IOException, AutomationException
fit
- A com.esri.arcgis.carto.esriDimensionTextFit constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTextFit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtendLineOnFit(boolean draw) throws java.io.IOException, AutomationException
draw
- The draw (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isExtendLineOnFit() 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 |