com.esri.arcgis.display
Interface ICharacterOrientation

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ICharacterOrientationProxy, TextSymbol

public interface ICharacterOrientation
extends java.io.Serializable

COM Interface 'ICharacterOrientation'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to characters orientation.' 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 IID1fa841f8_a2cb_433d_88ac_10a945852320
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isCJKCharactersRotation()
          Indicates if CJK charcters are rotated.
 void setCJKCharactersRotation(boolean rotation)
          Indicates if CJK charcters are rotated.
 

Field Detail

IID1fa841f8_a2cb_433d_88ac_10a945852320

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

setCJKCharactersRotation

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

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

isCJKCharactersRotation

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

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