C# Class Itenso.Rtf.Model.RtfFont

Inheritance: IRtfFont
Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetEncoding ( ) : Encoding
GetHashCode ( ) : int
RtfFont ( string id, RtfFontKind kind, RtfFontPitch pitch, int charSet, int codePage, string name ) : System
ToString ( ) : string

Private Methods

Méthode Description
ComputeHashCode ( ) : int
IsEqual ( object obj ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetEncoding() public méthode

public GetEncoding ( ) : Encoding
Résultat System.Text.Encoding

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RtfFont() public méthode

public RtfFont ( string id, RtfFontKind kind, RtfFontPitch pitch, int charSet, int codePage, string name ) : System
id string
kind RtfFontKind
pitch RtfFontPitch
charSet int
codePage int
name string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string