[ROOT] --> small

class COleFont
    extends COleDispatchDriver as public

Author:
unascribed

Version:
unknown

Source:
font.h:16

Constructors Index

COleFont
[public]
COleFont
[public]
COleFont
[public]


Methods Index

GetBold
[public]
GetCharset
[public]
GetItalic
[public]
GetName
[public]
GetSize
[public]
GetStrikethrough
[public]
GetUnderline
[public]
GetWeight
[public]
SetBold
[public]
SetCharset
[public]
SetItalic
[public]
SetName
[public]
SetSize
[public]
SetStrikethrough
[public]
SetUnderline
[public]
SetWeight
[public]


Constructors

COleFont

public COleFont ( ) ;

COleFont

public COleFont ( LPDISPATCH pDispatch ) ;

COleFont

public COleFont ( const COleFont & dispatchSrc ) ;


Methods

GetName

public CString GetName ( ) ;

SetName

public void SetName ( LPCTSTR ) ;

GetSize

public CY GetSize ( ) ;

SetSize

public void SetSize ( const CY & ) ;

GetBold

public BOOL GetBold ( ) ;

SetBold

public void SetBold ( BOOL ) ;

GetItalic

public BOOL GetItalic ( ) ;

SetItalic

public void SetItalic ( BOOL ) ;

GetUnderline

public BOOL GetUnderline ( ) ;

SetUnderline

public void SetUnderline ( BOOL ) ;

GetStrikethrough

public BOOL GetStrikethrough ( ) ;

SetStrikethrough

public void SetStrikethrough ( BOOL ) ;

GetWeight

public short GetWeight ( ) ;

SetWeight

public void SetWeight ( short ) ;

GetCharset

public short GetCharset ( ) ;

SetCharset

public void SetCharset ( short ) ;


This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.