com.esri.arcgis.display
Interface IFontColor

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FontColor, IFontColorProxy

public interface IFontColor
extends java.io.Serializable

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

Description: 'Provides access to font color property.' 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 IID15d970b2_b06f_4c5c_8552_bcdd24d98423
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IColor getColor()
          Font color.
 void setColor(IColor color)
          Font color.
 

Field Detail

IID15d970b2_b06f_4c5c_8552_bcdd24d98423

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

getColor

IColor getColor()
                throws java.io.IOException,
                       AutomationException
Font color.

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

setColor

void setColor(IColor color)
              throws java.io.IOException,
                     AutomationException
Font color.

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