public interface Font
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
static final int IIDbef6e003_a874_101a_8bba_00aa00300cab
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID_0_GET_NAME
static final java.lang.String DISPID_0_PUT_NAME
static final java.lang.String DISPID_2_GET_NAME
static final java.lang.String DISPID_2_PUT_NAME
static final java.lang.String DISPID_3_GET_NAME
static final java.lang.String DISPID_3_PUT_NAME
static final java.lang.String DISPID_4_GET_NAME
static final java.lang.String DISPID_4_PUT_NAME
static final java.lang.String DISPID_5_GET_NAME
static final java.lang.String DISPID_5_PUT_NAME
static final java.lang.String DISPID_6_GET_NAME
static final java.lang.String DISPID_6_PUT_NAME
static final java.lang.String DISPID_7_GET_NAME
static final java.lang.String DISPID_7_PUT_NAME
static final java.lang.String DISPID_8_GET_NAME
static final java.lang.String DISPID_8_PUT_NAME
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String rhs) throws java.io.IOException, AutomationException
rhs
- The rhs)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.long getSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSize(long rhs) throws java.io.IOException, AutomationException
rhs
- Automation Currency type)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean getBold() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBold(boolean rhs) throws java.io.IOException, AutomationException
rhs
- The rhs)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean getItalic() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setItalic(boolean rhs) throws java.io.IOException, AutomationException
rhs
- The rhs)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean getUnderline() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUnderline(boolean rhs) throws java.io.IOException, AutomationException
rhs
- The rhs)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean getStrikethrough() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStrikethrough(boolean rhs) throws java.io.IOException, AutomationException
rhs
- The rhs)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.short getWeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWeight(short rhs) throws java.io.IOException, AutomationException
rhs
- The rhs)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.short getCharset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCharset(short rhs) throws java.io.IOException, AutomationException
rhs
- The rhs)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.