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

All Superinterfaces:
Serializable
All Known Implementing Classes:
FontProxy, StdFont, SystemFont

public interface Font
extends Serializable


Method Summary
 boolean getBold()
          getBold
 short getCharset()
          getCharset
 boolean getItalic()
          getItalic
 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(String rhs)
          setName
 void setSize(long rhs)
          setSize
 void setStrikethrough(boolean rhs)
          setStrikethrough
 void setUnderline(boolean rhs)
          setUnderline
 void setWeight(short rhs)
          setWeight
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
getName

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

setName

void setName(String rhs)
             throws IOException,
                    AutomationException
setName

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

getSize

long getSize()
             throws IOException,
                    AutomationException
getSize

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

setSize

void setSize(long rhs)
             throws IOException,
                    AutomationException
setSize

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

getBold

boolean getBold()
                throws IOException,
                       AutomationException
getBold

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

setBold

void setBold(boolean rhs)
             throws IOException,
                    AutomationException
setBold

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

getItalic

boolean getItalic()
                  throws IOException,
                         AutomationException
getItalic

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

setItalic

void setItalic(boolean rhs)
               throws IOException,
                      AutomationException
setItalic

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

getUnderline

boolean getUnderline()
                     throws IOException,
                            AutomationException
getUnderline

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

setUnderline

void setUnderline(boolean rhs)
                  throws IOException,
                         AutomationException
setUnderline

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

getStrikethrough

boolean getStrikethrough()
                         throws IOException,
                                AutomationException
getStrikethrough

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

setStrikethrough

void setStrikethrough(boolean rhs)
                      throws IOException,
                             AutomationException
setStrikethrough

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

getWeight

short getWeight()
                throws IOException,
                       AutomationException
getWeight

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

setWeight

void setWeight(short rhs)
               throws IOException,
                      AutomationException
setWeight

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

getCharset

short getCharset()
                 throws IOException,
                        AutomationException
getCharset

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

setCharset

void setCharset(short rhs)
                throws IOException,
                       AutomationException
setCharset

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