com.esri.arcgis.carto
Interface IReadingDirection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IReadingDirectionProxy, Legend

public interface IReadingDirection
extends java.io.Serializable

COM Interface 'IReadingDirection'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the reading direction.' 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 IIDb5b5e78f_ab9a_445c_8af6_daf9c3726d0c
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDb5b5e78f_ab9a_445c_8af6_daf9c3726d0c

static final int IIDb5b5e78f_ab9a_445c_8af6_daf9c3726d0c
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

isRightToLeft

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

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

setRightToLeft

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

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