|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.display.ITextSymbolProxy
com.esri.arcgis.display.IFormattedTextSymbolProxy
public class IFormattedTextSymbolProxy
Internal use class Proxy for COM Interface 'IFormattedTextSymbol'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control the formatted text symbol.' 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 | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.display.IFormattedTextSymbol |
|---|
IID, IIDb65a3e72_2993_11d1_9a43_0080c7ec5c96 |
| Fields inherited from interface com.esri.arcgis.display.ITextSymbol |
|---|
IIDa80b5e91_7f9c_11d0_9410_080009eebecb |
| Constructor Summary | |
|---|---|
|
IFormattedTextSymbolProxy()
For internal use only |
|
IFormattedTextSymbolProxy(java.lang.Object obj)
|
protected |
IFormattedTextSymbolProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IFormattedTextSymbolProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IFormattedTextSymbolProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
ITextBackground |
getBackground()
The text background object. |
int |
getCase()
The text case. |
double |
getCharacterSpacing()
The character spacing. |
double |
getCharacterWidth()
The character width. |
int |
getDirection()
The text direction. |
IFillSymbol |
getFillSymbol()
The fill symbol. |
double |
getFlipAngle()
The flip angle. |
double |
getLeading()
The character leading. |
int |
getPosition()
The text position. |
IColor |
getShadowColor()
The shadow color. |
double |
getShadowXOffset()
The shadow X offset. |
double |
getShadowYOffset()
The shadow Y offset. |
double |
getWordSpacing()
The word spacing. |
boolean |
isKerning()
Indicates if kerning is on. |
boolean |
isTypeSetting()
Indicates if typesetting is used. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setBackgroundByRef(ITextBackground background)
The text background object. |
void |
setCase(int textCase)
The text case. |
void |
setCharacterSpacing(double characterSpacing)
The character spacing. |
void |
setCharacterWidth(double characterWidth)
The character width. |
void |
setDirection(int textDirection)
The text direction. |
void |
setFillSymbolByRef(IFillSymbol fillSymbol)
The fill symbol. |
void |
setFlipAngle(double flipAngle)
The flip angle. |
void |
setKerning(boolean kerning)
Indicates if kerning is on. |
void |
setLeading(double leading)
The character leading. |
void |
setPosition(int textPosition)
The text position. |
void |
setShadowColor(IColor shadowColor)
The shadow color. |
void |
setShadowXOffset(double xOffset)
The shadow X offset. |
void |
setShadowYOffset(double yOffset)
The shadow Y offset. |
void |
setTypeSetting(boolean typeSetting)
Indicates if typesetting is used. |
void |
setWordSpacing(double wordSpacing)
The word spacing. |
| Methods inherited from class com.esri.arcgis.display.ITextSymbolProxy |
|---|
getAngle, getColor, getFont, getHorizontalAlignment, getSize, getText, getTextSize, getVerticalAlignment, isRightToLeft, setAngle, setColor, setFont, setHorizontalAlignment, setRightToLeft, setSize, setText, setVerticalAlignment |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.display.ITextSymbol |
|---|
getAngle, getColor, getFont, getHorizontalAlignment, getSize, getText, getTextSize, getVerticalAlignment, isRightToLeft, setAngle, setColor, setFont, setHorizontalAlignment, setRightToLeft, setSize, setText, setVerticalAlignment |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IFormattedTextSymbolProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IFormattedTextSymbolProxy()
public IFormattedTextSymbolProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IFormattedTextSymbolProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IFormattedTextSymbolProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class ITextSymbolProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class ITextSymbolProxyjava.io.IOException
public IColor getShadowColor()
throws java.io.IOException,
AutomationException
getShadowColor in interface IFormattedTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShadowColor(IColor shadowColor)
throws java.io.IOException,
AutomationException
setShadowColor in interface IFormattedTextSymbolshadowColor - A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getShadowXOffset()
throws java.io.IOException,
AutomationException
getShadowXOffset in interface IFormattedTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShadowXOffset(double xOffset)
throws java.io.IOException,
AutomationException
setShadowXOffset in interface IFormattedTextSymbolxOffset - The xOffset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getShadowYOffset()
throws java.io.IOException,
AutomationException
getShadowYOffset in interface IFormattedTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShadowYOffset(double yOffset)
throws java.io.IOException,
AutomationException
setShadowYOffset in interface IFormattedTextSymbolyOffset - The yOffset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPosition()
throws java.io.IOException,
AutomationException
getPosition in interface IFormattedTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPosition(int textPosition)
throws java.io.IOException,
AutomationException
setPosition in interface IFormattedTextSymboltextPosition - A com.esri.arcgis.display.esriTextPosition constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCase()
throws java.io.IOException,
AutomationException
getCase in interface IFormattedTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCase(int textCase)
throws java.io.IOException,
AutomationException
setCase in interface IFormattedTextSymboltextCase - A com.esri.arcgis.display.esriTextCase constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getCharacterSpacing()
throws java.io.IOException,
AutomationException
getCharacterSpacing in interface IFormattedTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCharacterSpacing(double characterSpacing)
throws java.io.IOException,
AutomationException
setCharacterSpacing in interface IFormattedTextSymbolcharacterSpacing - The characterSpacing (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getCharacterWidth()
throws java.io.IOException,
AutomationException
getCharacterWidth in interface IFormattedTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCharacterWidth(double characterWidth)
throws java.io.IOException,
AutomationException
setCharacterWidth in interface IFormattedTextSymbolcharacterWidth - The characterWidth (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getWordSpacing()
throws java.io.IOException,
AutomationException
getWordSpacing in interface IFormattedTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWordSpacing(double wordSpacing)
throws java.io.IOException,
AutomationException
setWordSpacing in interface IFormattedTextSymbolwordSpacing - The wordSpacing (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isKerning()
throws java.io.IOException,
AutomationException
isKerning in interface IFormattedTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setKerning(boolean kerning)
throws java.io.IOException,
AutomationException
setKerning in interface IFormattedTextSymbolkerning - The kerning (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLeading()
throws java.io.IOException,
AutomationException
getLeading in interface IFormattedTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLeading(double leading)
throws java.io.IOException,
AutomationException
setLeading in interface IFormattedTextSymbolleading - The leading (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDirection()
throws java.io.IOException,
AutomationException
getDirection in interface IFormattedTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDirection(int textDirection)
throws java.io.IOException,
AutomationException
setDirection in interface IFormattedTextSymboltextDirection - A com.esri.arcgis.display.esriTextDirection constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getFlipAngle()
throws java.io.IOException,
AutomationException
getFlipAngle in interface IFormattedTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFlipAngle(double flipAngle)
throws java.io.IOException,
AutomationException
setFlipAngle in interface IFormattedTextSymbolflipAngle - The flipAngle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITextBackground getBackground()
throws java.io.IOException,
AutomationException
getBackground in interface IFormattedTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBackgroundByRef(ITextBackground background)
throws java.io.IOException,
AutomationException
setBackgroundByRef in interface IFormattedTextSymbolbackground - A reference to a com.esri.arcgis.display.ITextBackground (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isTypeSetting()
throws java.io.IOException,
AutomationException
isTypeSetting in interface IFormattedTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTypeSetting(boolean typeSetting)
throws java.io.IOException,
AutomationException
setTypeSetting in interface IFormattedTextSymboltypeSetting - The typeSetting (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFillSymbol getFillSymbol()
throws java.io.IOException,
AutomationException
getFillSymbol in interface IFormattedTextSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFillSymbolByRef(IFillSymbol fillSymbol)
throws java.io.IOException,
AutomationException
setFillSymbolByRef in interface IFormattedTextSymbolfillSymbol - A reference to a com.esri.arcgis.display.IFillSymbol (in)
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 | ||||||||