The XLFontFormatting type exposes the following members.

Constructors

  Name Description
Public method XLFontFormatting
Initialization font formatting.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property Bold
Gets or sets font bold attribute for this formating.
Public property Escapement
Gets or sets escapement type for this formating.
Public property FontColor
Gets or sets font color for this formating.
Public property FontHeight
Gets or sets font height for this formating (-1 for automatic height).
Public property FontWeight
Gets or sets font weight for this formating.
Public property Italic
Gets or sets font italic attribute for this formating.
Public property Strikeout
Gets or sets font strikeout attribute for this formating.
Public property Underline
Gets or sets underline type for this formating.

See Also