au.com.swz.swttocom.swt.types
Class IFontDisp

java.lang.Object
  extended by au.com.swz.swttocom.swt.types.AutomationObjectImpl
      extended by au.com.swz.swttocom.swt.types.IFontDisp
All Implemented Interfaces:
IDisposeableResource, IAutomationObject

public class IFontDisp
extends AutomationObjectImpl

Implementation of the IFontDisp COM Type

Author:
Mark Richter

Field Summary
static int DISPID_FONT_BOLD
           
static int DISPID_FONT_CHARSET
           
static int DISPID_FONT_ITALIC
           
static int DISPID_FONT_NAME
           
static int DISPID_FONT_SIZE
           
static int DISPID_FONT_STRIKE
           
static int DISPID_FONT_UNDER
           
static int DISPID_FONT_WEIGHT
           
static org.eclipse.swt.internal.ole.win32.GUID IIDIFontDisp
           
 
Constructor Summary
IFontDisp()
           
IFontDisp(org.eclipse.swt.ole.win32.OleAutomation oa)
           
 
Method Summary
 boolean getBold()
           
 int getCharset()
           
 boolean getItalic()
           
 java.lang.String getName()
           
 int getSize()
           
 boolean getStrikethrough()
           
 boolean getUnderline()
           
 int getWeight()
           
 void setBold(boolean bold)
           
 void setCharset(int charset)
           
 void setItalic(boolean italic)
           
 void setName(java.lang.String name)
           
 void setSize(int size)
           
 void setStrikethrough(boolean strikethrough)
           
 void setUnderline(boolean underline)
           
 void setWeight(int weight)
           
 
Methods inherited from class au.com.swz.swttocom.swt.types.AutomationObjectImpl
addEventListener, dispose, dump, finalize, getIDsOfNames, getLastErrorSWT, getOleAutomation, getProperty, getProperty, getProperty, invoke, invoke, invoke, invokeNoReply, invokeNoReply, invokeNoReply, isDisposed, removeEventListener, setProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IIDIFontDisp

public static final org.eclipse.swt.internal.ole.win32.GUID IIDIFontDisp

DISPID_FONT_NAME

public static final int DISPID_FONT_NAME
See Also:
Constant Field Values

DISPID_FONT_SIZE

public static final int DISPID_FONT_SIZE
See Also:
Constant Field Values

DISPID_FONT_BOLD

public static final int DISPID_FONT_BOLD
See Also:
Constant Field Values

DISPID_FONT_ITALIC

public static final int DISPID_FONT_ITALIC
See Also:
Constant Field Values

DISPID_FONT_UNDER

public static final int DISPID_FONT_UNDER
See Also:
Constant Field Values

DISPID_FONT_STRIKE

public static final int DISPID_FONT_STRIKE
See Also:
Constant Field Values

DISPID_FONT_WEIGHT

public static final int DISPID_FONT_WEIGHT
See Also:
Constant Field Values

DISPID_FONT_CHARSET

public static final int DISPID_FONT_CHARSET
See Also:
Constant Field Values
Constructor Detail

IFontDisp

public IFontDisp()

IFontDisp

public IFontDisp(org.eclipse.swt.ole.win32.OleAutomation oa)
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getSize

public int getSize()

setSize

public void setSize(int size)

getBold

public boolean getBold()

setBold

public void setBold(boolean bold)

getItalic

public boolean getItalic()

setItalic

public void setItalic(boolean italic)

getUnderline

public boolean getUnderline()

setUnderline

public void setUnderline(boolean underline)

getStrikethrough

public boolean getStrikethrough()

setStrikethrough

public void setStrikethrough(boolean strikethrough)

getWeight

public int getWeight()

setWeight

public void setWeight(int weight)

getCharset

public int getCharset()

setCharset

public void setCharset(int charset)