|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACTextMarkerSymbol
COM Interface 'IACTextMarkerSymbol'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control ArcIMS text marker 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 | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID9b232f9c_8689_4a28_9c61_bb156b9c8e25
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
double |
getAngle()
The angle of the marker. |
int |
getHAlignment()
The horizontal alignment style. |
int |
getVAlignment()
The vertical alignment style. |
void |
setAngle(double angle)
The angle of the marker. |
void |
setHAlignment(int hTextAlignment)
The horizontal alignment style. |
void |
setVAlignment(int vTextAlignment)
The vertical alignment style. |
Field Detail |
---|
static final int IID9b232f9c_8689_4a28_9c61_bb156b9c8e25
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getHAlignment() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHAlignment(int hTextAlignment) throws java.io.IOException, AutomationException
hTextAlignment
- A com.esri.arcgis.carto.acHTextAlignment constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getVAlignment() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVAlignment(int vTextAlignment) throws java.io.IOException, AutomationException
vTextAlignment
- A com.esri.arcgis.carto.acVTextAlignment constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAngle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAngle(double angle) throws java.io.IOException, AutomationException
angle
- The angle (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 |