com.esri.arcgis.output
Interface IFontMapEnvironment

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FontMapEnvironment, IFontMapEnvironmentProxy, PDFDriver, PDFExporter, PsExporter, PsPrinter

public interface IFontMapEnvironment
extends java.io.Serializable

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

Description: 'Provides access to members that control the Font Mapping Environment.' 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 IID9ecb85b2_6caa_11d3_b685_0080c8ea4fd5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getApplyDefaultMappingDesc()
          The Font Mapping checkbox description string.
 java.lang.String getDefaultMapping()
          The Default Font Mapping string.
 java.lang.Object getDefaultMappingsChoices()
          The Default Mapping Choices for Font Substitution.
 IFontMapCollection getFontMapCollection()
          The FontMap Collection.
 boolean isSaveMappings()
          Indicates whether to save font mappings.
 void setApplyDefaultMappingDesc(java.lang.String applyDefaultMappingDesc)
          The Font Mapping checkbox description string.
 void setDefaultMapping(java.lang.String defaultMapping)
          The Default Font Mapping string.
 void setDefaultMappingsChoices(java.lang.Object defaultMappingChoices)
          The Default Mapping Choices for Font Substitution.
 void setSaveMappings(boolean saveMappings)
          Indicates whether to save font mappings.
 

Field Detail

IID9ecb85b2_6caa_11d3_b685_0080c8ea4fd5

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

setSaveMappings

void setSaveMappings(boolean saveMappings)
                     throws java.io.IOException,
                            AutomationException
Indicates whether to save font mappings.

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

isSaveMappings

boolean isSaveMappings()
                       throws java.io.IOException,
                              AutomationException
Indicates whether to save font mappings.

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

getFontMapCollection

IFontMapCollection getFontMapCollection()
                                        throws java.io.IOException,
                                               AutomationException
The FontMap Collection.

Returns:
A reference to a com.esri.arcgis.output.IFontMapCollection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultMappingsChoices

void setDefaultMappingsChoices(java.lang.Object defaultMappingChoices)
                               throws java.io.IOException,
                                      AutomationException
The Default Mapping Choices for Font Substitution.

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

getDefaultMappingsChoices

java.lang.Object getDefaultMappingsChoices()
                                           throws java.io.IOException,
                                                  AutomationException
The Default Mapping Choices for Font Substitution.

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

setDefaultMapping

void setDefaultMapping(java.lang.String defaultMapping)
                       throws java.io.IOException,
                              AutomationException
The Default Font Mapping string.

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

getDefaultMapping

java.lang.String getDefaultMapping()
                                   throws java.io.IOException,
                                          AutomationException
The Default Font Mapping string.

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

setApplyDefaultMappingDesc

void setApplyDefaultMappingDesc(java.lang.String applyDefaultMappingDesc)
                                throws java.io.IOException,
                                       AutomationException
The Font Mapping checkbox description string.

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

getApplyDefaultMappingDesc

java.lang.String getApplyDefaultMappingDesc()
                                            throws java.io.IOException,
                                                   AutomationException
The Font Mapping checkbox description string.

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