|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACTextMarkerSymbol
Provides access to members that control ArcIMS text marker symbol.
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. |
Method Detail |
---|
int getHAlignment() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHAlignment(int hTextAlignment) throws IOException, AutomationException
hTextAlignment
- A com.esri.arcgis.carto.acHTextAlignment constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getVAlignment() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVAlignment(int vTextAlignment) throws IOException, AutomationException
vTextAlignment
- A com.esri.arcgis.carto.acVTextAlignment constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAngle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAngle(double angle) throws IOException, AutomationException
angle
- The angle (in)
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 |