com.esri.arcgis.output
Interface IFontMap

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FontMap, IFontMapProxy

public interface IFontMap
extends java.io.Serializable

COM Interface 'IFontMap'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides access to members that control the Font Map Object.' 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 IID7539e7dc_2d89_11d3_9fc6_00c04f6bc8dd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getMappedFont()
          Creates an association between the TrueType Font and the Mapped Font.
 java.lang.String getTrueTypeFont()
          Creates an association between the TrueType Font and the Mapped Font.
 void setMapping(java.lang.String trueTypeFont, java.lang.String rhs2)
          Creates an association between the TrueType Font and the Mapped Font.
 

Field Detail

IID7539e7dc_2d89_11d3_9fc6_00c04f6bc8dd

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

getTrueTypeFont

java.lang.String getTrueTypeFont()
                                 throws java.io.IOException,
                                        AutomationException
Creates an association between the TrueType Font and the Mapped Font.

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

getMappedFont

java.lang.String getMappedFont()
                               throws java.io.IOException,
                                      AutomationException
Creates an association between the TrueType Font and the Mapped Font.

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

setMapping

void setMapping(java.lang.String trueTypeFont,
                java.lang.String rhs2)
                throws java.io.IOException,
                       AutomationException
Creates an association between the TrueType Font and the Mapped Font.

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