com.esri.arcgis.carto
Interface IReadingDirection

All Superinterfaces:
Serializable
All Known Implementing Classes:
Legend

public interface IReadingDirection
extends Serializable

Provides access to members that control the reading direction.

Product Availability

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


Method Summary
 boolean isRightToLeft()
          Indicates if the reading direction is right to left.
 void setRightToLeft(boolean rightToLeft)
          Indicates if the reading direction is right to left.
 

Method Detail

isRightToLeft

boolean isRightToLeft()
                      throws IOException,
                             AutomationException
Indicates if the reading direction is right to left.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setRightToLeft

void setRightToLeft(boolean rightToLeft)
                    throws IOException,
                           AutomationException
Indicates if the reading direction is right to left.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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