com.esri.arcgis.support.ms.stdole
Interface Font

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FontProxy, StdFont, SystemFont

public interface Font
extends java.io.Serializable

COM Interface 'Font'. Generated 3/19/2015 1:20:51 PM from 'c:\WINDOWS\system32\stdole2.tlb'

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 DISPID_0_GET_NAME
           
static java.lang.String DISPID_0_PUT_NAME
           
static java.lang.String DISPID_2_GET_NAME
           
static java.lang.String DISPID_2_PUT_NAME
           
static java.lang.String DISPID_3_GET_NAME
           
static java.lang.String DISPID_3_PUT_NAME
           
static java.lang.String DISPID_4_GET_NAME
           
static java.lang.String DISPID_4_PUT_NAME
           
static java.lang.String DISPID_5_GET_NAME
           
static java.lang.String DISPID_5_PUT_NAME
           
static java.lang.String DISPID_6_GET_NAME
           
static java.lang.String DISPID_6_PUT_NAME
           
static java.lang.String DISPID_7_GET_NAME
           
static java.lang.String DISPID_7_PUT_NAME
           
static java.lang.String DISPID_8_GET_NAME
           
static java.lang.String DISPID_8_PUT_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IIDbef6e003_a874_101a_8bba_00aa00300cab
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean getBold()
          getBold
 short getCharset()
          getCharset
 boolean getItalic()
          getItalic
 java.lang.String getName()
          getName
 long getSize()
          getSize
 boolean getStrikethrough()
          getStrikethrough
 boolean getUnderline()
          getUnderline
 short getWeight()
          getWeight
 void setBold(boolean rhs)
          setBold
 void setCharset(short rhs)
          setCharset
 void setItalic(boolean rhs)
          setItalic
 void setName(java.lang.String rhs)
          setName
 void setSize(long rhs)
          setSize
 void setStrikethrough(boolean rhs)
          setStrikethrough
 void setUnderline(boolean rhs)
          setUnderline
 void setWeight(short rhs)
          setWeight
 

Field Detail

IIDbef6e003_a874_101a_8bba_00aa00300cab

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

DISPID_0_GET_NAME

static final java.lang.String DISPID_0_GET_NAME
See Also:
Constant Field Values

DISPID_0_PUT_NAME

static final java.lang.String DISPID_0_PUT_NAME
See Also:
Constant Field Values

DISPID_2_GET_NAME

static final java.lang.String DISPID_2_GET_NAME
See Also:
Constant Field Values

DISPID_2_PUT_NAME

static final java.lang.String DISPID_2_PUT_NAME
See Also:
Constant Field Values

DISPID_3_GET_NAME

static final java.lang.String DISPID_3_GET_NAME
See Also:
Constant Field Values

DISPID_3_PUT_NAME

static final java.lang.String DISPID_3_PUT_NAME
See Also:
Constant Field Values

DISPID_4_GET_NAME

static final java.lang.String DISPID_4_GET_NAME
See Also:
Constant Field Values

DISPID_4_PUT_NAME

static final java.lang.String DISPID_4_PUT_NAME
See Also:
Constant Field Values

DISPID_5_GET_NAME

static final java.lang.String DISPID_5_GET_NAME
See Also:
Constant Field Values

DISPID_5_PUT_NAME

static final java.lang.String DISPID_5_PUT_NAME
See Also:
Constant Field Values

DISPID_6_GET_NAME

static final java.lang.String DISPID_6_GET_NAME
See Also:
Constant Field Values

DISPID_6_PUT_NAME

static final java.lang.String DISPID_6_PUT_NAME
See Also:
Constant Field Values

DISPID_7_GET_NAME

static final java.lang.String DISPID_7_GET_NAME
See Also:
Constant Field Values

DISPID_7_PUT_NAME

static final java.lang.String DISPID_7_PUT_NAME
See Also:
Constant Field Values

DISPID_8_GET_NAME

static final java.lang.String DISPID_8_GET_NAME
See Also:
Constant Field Values

DISPID_8_PUT_NAME

static final java.lang.String DISPID_8_PUT_NAME
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
getName

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

setName

void setName(java.lang.String rhs)
             throws java.io.IOException,
                    AutomationException
setName

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

getSize

long getSize()
             throws java.io.IOException,
                    AutomationException
getSize

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

setSize

void setSize(long rhs)
             throws java.io.IOException,
                    AutomationException
setSize

Parameters:
rhs - Automation Currency type)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBold

boolean getBold()
                throws java.io.IOException,
                       AutomationException
getBold

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

setBold

void setBold(boolean rhs)
             throws java.io.IOException,
                    AutomationException
setBold

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

getItalic

boolean getItalic()
                  throws java.io.IOException,
                         AutomationException
getItalic

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

setItalic

void setItalic(boolean rhs)
               throws java.io.IOException,
                      AutomationException
setItalic

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

getUnderline

boolean getUnderline()
                     throws java.io.IOException,
                            AutomationException
getUnderline

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

setUnderline

void setUnderline(boolean rhs)
                  throws java.io.IOException,
                         AutomationException
setUnderline

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

getStrikethrough

boolean getStrikethrough()
                         throws java.io.IOException,
                                AutomationException
getStrikethrough

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

setStrikethrough

void setStrikethrough(boolean rhs)
                      throws java.io.IOException,
                             AutomationException
setStrikethrough

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

getWeight

short getWeight()
                throws java.io.IOException,
                       AutomationException
getWeight

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

setWeight

void setWeight(short rhs)
               throws java.io.IOException,
                      AutomationException
setWeight

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

getCharset

short getCharset()
                 throws java.io.IOException,
                        AutomationException
getCharset

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

setCharset

void setCharset(short rhs)
                throws java.io.IOException,
                       AutomationException
setCharset

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