com.esri.arcgis.display
Interface ITextPath2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITextPath2Proxy, SimpleTextPath

public interface ITextPath2
extends java.io.Serializable

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

Description: 'Provides access to additional members that control the text path.' 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 IID6ea0e1e0_13e5_46d0_82ad_69f8993a67e3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setupEx(int hDC, ITransformation transformation, ITextSymbol textSym, java.lang.String text, java.lang.Object charMetrics)
          Set up items needed by text path, including character metrics information.
 

Field Detail

IID6ea0e1e0_13e5_46d0_82ad_69f8993a67e3

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

setupEx

void setupEx(int hDC,
             ITransformation transformation,
             ITextSymbol textSym,
             java.lang.String text,
             java.lang.Object charMetrics)
             throws java.io.IOException,
                    AutomationException
Set up items needed by text path, including character metrics information.

Parameters:
hDC - The hDC (A COM typedef) (in)
transformation - A reference to a com.esri.arcgis.geometry.ITransformation (in)
textSym - A reference to a com.esri.arcgis.display.ITextSymbol (in)
text - The text (in)
charMetrics - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.