com.esri.arcgis.output
Interface IFontMap2

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

public interface IFontMap2
extends java.io.Serializable

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

Description: 'Provides access to members that control the Font Map 2 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 IIDe4f70d20_046d_490d_a5e3_066e681ab5b1
           
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 mappedFont)
          Creates an association between the TrueType Font and the Mapped Font.
 void setMapping2(java.lang.String trueTypeFont, java.lang.String rhs2)
          Creates an association between the TrueType Font and the Mapped Font.
 

Field Detail

IIDe4f70d20_046d_490d_a5e3_066e681ab5b1

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

setMapping

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

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

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.

setMapping2

void setMapping2(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.