com.esri.arcgis.output
Interface IFontMapCollection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FontMapCollection, IFontMapCollectionProxy

public interface IFontMapCollection
extends java.io.Serializable

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

Description: 'Provides access to members that control a Collection of Font Map Objects.' 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 IID7539e7dd_2d89_11d3_9fc6_00c04f6bc8dd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(IFontMap fontMap)
          Add an IFontMap to the FontMap collection.
 int getCount()
          The count of the FontMap collection.
 IFontMap getFontMap(int index)
          An IFontMap from the FontMap collection.
 void insert(int index, IFontMap fontMap)
          Insert an IFontMap into the FontMap collection at position index.
 void remove(int index)
          Removes IFontMap at index from the FontMap collection.
 void removeAll()
          Removes all IFontMaps from the FontMap collection.
 

Field Detail

IID7539e7dd_2d89_11d3_9fc6_00c04f6bc8dd

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The count of the FontMap collection.

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

getFontMap

IFontMap getFontMap(int index)
                    throws java.io.IOException,
                           AutomationException
An IFontMap from the FontMap collection.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.output.IFontMap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

void add(IFontMap fontMap)
         throws java.io.IOException,
                AutomationException
Add an IFontMap to the FontMap collection.

Parameters:
fontMap - A reference to a com.esri.arcgis.output.IFontMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insert

void insert(int index,
            IFontMap fontMap)
            throws java.io.IOException,
                   AutomationException
Insert an IFontMap into the FontMap collection at position index.

Parameters:
index - The index (in)
fontMap - A reference to a com.esri.arcgis.output.IFontMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

void remove(int index)
            throws java.io.IOException,
                   AutomationException
Removes IFontMap at index from the FontMap collection.

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

removeAll

void removeAll()
               throws java.io.IOException,
                      AutomationException
Removes all IFontMaps from the FontMap collection.

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