com.esri.arcgis.display
Interface IFontAttribute

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IBold, IItalic, IUnderline
All Known Implementing Classes:
FontAttributeBold, FontAttributeItalic, FontAttributeUnderline, IBoldProxy, IFontAttributeProxy, IItalicProxy, IUnderlineProxy

public interface IFontAttribute
extends java.io.Serializable

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

Description: 'Provides access to FontAttribute properties.' 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 IIDa37e7145_e00d_43f3_be13_7e1cc9348329
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isState()
          Indicates if a boolean font attribute is set.
 void setState(boolean state)
          Indicates if a boolean font attribute is set.
 

Field Detail

IIDa37e7145_e00d_43f3_be13_7e1cc9348329

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

isState

boolean isState()
                throws java.io.IOException,
                       AutomationException
Indicates if a boolean font attribute is set.

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

setState

void setState(boolean state)
              throws java.io.IOException,
                     AutomationException
Indicates if a boolean font attribute is set.

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