com.esri.arcgis.display
Interface ICharacterOrientation

All Superinterfaces:
Serializable
All Known Implementing Classes:
TextSymbol

public interface ICharacterOrientation
extends Serializable

Provides access to characters orientation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isCJKCharactersRotation()
          Indicates if CJK charcters are rotated.
 void setCJKCharactersRotation(boolean rotation)
          Indicates if CJK charcters are rotated.
 

Method Detail

setCJKCharactersRotation

void setCJKCharactersRotation(boolean rotation)
                              throws IOException,
                                     AutomationException
Indicates if CJK charcters are rotated.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

isCJKCharactersRotation

boolean isCJKCharactersRotation()
                                throws IOException,
                                       AutomationException
Indicates if CJK charcters are rotated.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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