Main Page | Namespace List | Class Hierarchy | Class List | Class Members

MQClientInterface::FontStyle Class Reference

List of all members.

Public Member Functions

override bool Equals (System.Object obj)
bool Equals (FontStyle otherObject)
override int GetHashCode ()

Static Public Member Functions

static bool operator== (FontStyle obj1, FontStyle obj2)
static bool operator!= (FontStyle obj1, FontStyle obj2)

Static Public Attributes

static readonly FontStyle INVALID = new FontStyle(_INVALID)
static readonly FontStyle NORMAL = new FontStyle(_NORMAL)
static readonly FontStyle BOLD = new FontStyle(_BOLD)
static readonly FontStyle BOXED = new FontStyle(_BOXED)
static readonly FontStyle OUTLINED = new FontStyle(_OUTLINED)
static readonly FontStyle ITALICS = new FontStyle(_ITALICS)
static readonly FontStyle UNDERLINE = new FontStyle(_UNDERLINE)
static readonly FontStyle STRIKEOUT = new FontStyle(_STRIKEOUT)
static readonly FontStyle THIN = new FontStyle(_THIN)
static readonly FontStyle SEMIBOLD = new FontStyle(_SEMIBOLD)

Detailed Description

Constants for the font style in a DTStyle. When using DTStyles you may reset the font style back to the its default style from the style file state by specifying mqFontInvalid.


Member Function Documentation

bool MQClientInterface::FontStyle::Equals FontStyle  otherObject  )  [inline]
 

Equals(type)

Parameters:
otherObject the object to compare this FontStyle against.
Returns:
true if the FontStyle objects are equal; false otherwise.

override bool MQClientInterface::FontStyle::Equals System.Object  obj  )  [inline]
 

Equals(object)

Parameters:
obj the object to compare this FontStyle against.
Returns:
true if the FontStyle objects are equal; false otherwise.

override int MQClientInterface::FontStyle::GetHashCode  )  [inline]
 

Returns a hash code for this FontStyle.

Returns:
a hash code value for this FontStyle.

static bool MQClientInterface::FontStyle::operator!= FontStyle  obj1,
FontStyle  obj2
[inline, static]
 

Inequality operator

Parameters:
obj1 FontStyle 1 to compare
obj2 FontStyle 2 to compare

static bool MQClientInterface::FontStyle::operator== FontStyle  obj1,
FontStyle  obj2
[inline, static]
 

Equality operator

Parameters:
obj1 FontStyle 1 to compare
obj2 FontStyle 2 to compare


Member Data Documentation

readonly FontStyle MQClientInterface::FontStyle::BOLD = new FontStyle(_BOLD) [static]
 

FontStyle constant for FontBold

readonly FontStyle MQClientInterface::FontStyle::BOXED = new FontStyle(_BOXED) [static]
 

FontStyle constant for FontBoxed

readonly FontStyle MQClientInterface::FontStyle::INVALID = new FontStyle(_INVALID) [static]
 

FontStyle constant for FontInvalid

readonly FontStyle MQClientInterface::FontStyle::ITALICS = new FontStyle(_ITALICS) [static]
 

FontStyle constant for FontItalics

readonly FontStyle MQClientInterface::FontStyle::NORMAL = new FontStyle(_NORMAL) [static]
 

FontStyle constant for FontNormal

readonly FontStyle MQClientInterface::FontStyle::OUTLINED = new FontStyle(_OUTLINED) [static]
 

FontStyle constant for FontOutlined

readonly FontStyle MQClientInterface::FontStyle::SEMIBOLD = new FontStyle(_SEMIBOLD) [static]
 

FontStyle constant for FontSemiBold

readonly FontStyle MQClientInterface::FontStyle::STRIKEOUT = new FontStyle(_STRIKEOUT) [static]
 

FontStyle constant for FontStrikeout

readonly FontStyle MQClientInterface::FontStyle::THIN = new FontStyle(_THIN) [static]
 

FontStyle constant for FontThin

readonly FontStyle MQClientInterface::FontStyle::UNDERLINE = new FontStyle(_UNDERLINE) [static]
 

FontStyle constant for FontUnderline


The documentation for this class was generated from the following file:
Generated on Wed Oct 10 22:12:32 2007 for MapQuest Advantage .NET(C#) API Reference by  doxygen 1.4.1