com.esri.arcgis.carto
Interface IACTextMarkerSymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ACTextMarkerSymbol, IACTextMarkerSymbolProxy

public interface IACTextMarkerSymbol
extends java.io.Serializable

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

IID9b232f9c_8689_4a28_9c61_bb156b9c8e25

static final int IID9b232f9c_8689_4a28_9c61_bb156b9c8e25
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getHAlignment

int getHAlignment()
                  throws java.io.IOException,
                         AutomationException
The horizontal alignment style.

Returns:
A com.esri.arcgis.carto.acHTextAlignment constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHAlignment

void setHAlignment(int hTextAlignment)
                   throws java.io.IOException,
                          AutomationException
The horizontal alignment style.

Parameters:
hTextAlignment - A com.esri.arcgis.carto.acHTextAlignment constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVAlignment

int getVAlignment()
                  throws java.io.IOException,
                         AutomationException
The vertical alignment style.

Returns:
A com.esri.arcgis.carto.acVTextAlignment constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVAlignment

void setVAlignment(int vTextAlignment)
                   throws java.io.IOException,
                          AutomationException
The vertical alignment style.

Parameters:
vTextAlignment - A com.esri.arcgis.carto.acVTextAlignment constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAngle

double getAngle()
                throws java.io.IOException,
                       AutomationException
The angle of the marker.

Returns:
The angle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAngle

void setAngle(double angle)
              throws java.io.IOException,
                     AutomationException
The angle of the marker.

Parameters:
angle - The angle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.